diff --git a/README.md b/README.md
index f22a328..595cedb 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 379b5c0..4e6b081 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(
+// '