Skip to content

v2.0.4

Compare
Choose a tag to compare
@xrapz xrapz released this 28 May 10:56
· 376 commits to master since this release

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();