From 4a570faab6364a6bec6b36f6c24311903fe9ae1e Mon Sep 17 00:00:00 2001 From: pratu16x7 Date: Sat, 25 Nov 2017 14:57:39 +0530 Subject: [PATCH] inject styles in esm, build v0.0.8 --- README.md | 2 +- dist/frappe-charts.esm.js | 10 ++++++++++ dist/frappe-charts.min.cjs.js | 2 +- dist/frappe-charts.min.esm.js | 2 +- docs/index.html | 2 +- package.json | 2 +- rollup.config.js | 2 +- 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f22a328a..595cedbe 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ * ...or include within your HTML ```html - + ``` #### Usage diff --git a/dist/frappe-charts.esm.js b/dist/frappe-charts.esm.js index 379b5c04..4e6b081a 100644 --- a/dist/frappe-charts.esm.js +++ b/dist/frappe-charts.esm.js @@ -126,6 +126,8 @@ function getBarHeightAndYAttr(yTop, zeroLine, totalHeight) { return [height, y]; } +// Constants used + function $$1(expr, con) { return typeof expr === "string"? (con || document).querySelector(expr) : expr || null; } @@ -2855,6 +2857,14 @@ class Heatmap extends BaseChart { } } +// if ("development" !== 'production') { +// // Enable LiveReload +// document.write( +// '