Releases: zingchart/zingchart-vue
Releases · zingchart/zingchart-vue
v2.0.3
v2.0.2
Bug Fixes
adds props modules - An option to add the name of modules being loaded, into ZingChart's render object. Necessary for certain modules including the 'scalableYAxis'.
v2.0.1
v2.0.0
2.0.0 (2020-06-04)
Features
- update the component to not import the zingchart library directly (b4f3d1c)
Size reduction:
This is useful for chunking because the vue component when registered is just the vue code. Not the whole ZingChart library.
BREAKING CHANGES
- Users must now use import 'zingchart/es6' before importing this component