Skip to content

Commit

Permalink
feat: update ZingChart version to v2.9.0 and to use the ES6 module ve…
Browse files Browse the repository at this point in the history
…rsion of the library
  • Loading branch information
Nick Ardecky committed Jun 3, 2020
1 parent 980099e commit a227ef1
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ZingChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<script>
// Import the zingchart library to be used globally.
import 'zingchart';
import zingchart from 'zingchart/es6';
import constants from 'zingchart-constants';
const { DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_OUTPUT, EVENT_NAMES, METHOD_NAMES } = constants;
Expand Down
14 changes: 10 additions & 4 deletions dist/zingchartVue.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/zingchartVue.common.js.map

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions dist/zingchartVue.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/zingchartVue.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zingchartVue.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zingchartVue.umd.min.js.map

Large diffs are not rendered by default.

0 comments on commit a227ef1

Please sign in to comment.