Skip to content

v2.0.0

Compare
Choose a tag to compare
@damntrecky damntrecky released this 04 Jun 22:12
· 20 commits to master since this release
1fdd3da

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