From a3ce8974e977dc7ee5e348c202beab28f032de88 Mon Sep 17 00:00:00 2001 From: Lukas Drgon Date: Tue, 5 Dec 2017 20:37:00 +0100 Subject: [PATCH 1/3] Add alternative CDN --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 595cedb..e0a7724 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ * ...or include within your HTML ```html + + ``` From 1232b6957cca0effe1a47b1c4ae67dbd1747b91e Mon Sep 17 00:00:00 2001 From: Robert Fridzema Date: Wed, 6 Dec 2017 14:28:00 +0100 Subject: [PATCH 2/3] Tiny fix --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 4181d1d..bc2acd3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -251,7 +251,7 @@ height: 115, data: heatmap_data, // object with date/timestamp-value pairs - discrete_domains: 1 // default: 0 + discrete_domains: 1, // default: 0 start: start_date, // A Date object; From bbfb8cb1d4bd90866b066f03c9aa21ef3a7de8f3 Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Fri, 8 Dec 2017 22:58:24 +0530 Subject: [PATCH 3/3] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 595cedb..38190fb 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,9 @@ If you want to contribute: 4. `npm run dev` #### Updates + +##### Please read [#93](https://github.com/frappe/charts/issues/93) for v0.1.0 updates on rework and development. + ##### v0.0.7 - [Custom color values](https://github.com/frappe/charts/pull/71) for charts as hex codes. The API now takes an array of colors for all charts instead of a color for each dataset. - [@iamkdev's](https://github.com/iamkdev) blog on [usage with Angular](https://medium.com/@iamkdev/frappé-charts-with-angular-c9c5dd075d9f).