v2.0.4
UPDATED:
- Dependencies: D3 v5.4, C3 v0.6 (#101)
FIXED:
- Keen-Dataviz.js imported as a NPM module is no longer exposing Dataviz/Dataset as a global variable. Now you can access full potential of ES6 modules by using imports
import KeenDataviz from 'keen-dataviz';
const chart = new KeenDataviz();