dmn-elex-historical-share
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "dmn-elex-historical-share", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
@@ -18,3 +18,3 @@ # dmn-elex-historical-share | ||
In the client, include the `global-chart.js` bundle, which defines a global chart object, `historicalShare`: | ||
In the client, include the `global-chart.js` bundle, which defines a global chart object, `HistoricalShare`: | ||
@@ -21,0 +21,0 @@ ```html |
import chart from './chart.js'; | ||
window.historicalShare = chart; | ||
window.HistoricalShare = chart; |
Sorry, the diff of this file is not supported yet