zingchart-vue
zingchart-vue copied to clipboard
A Vue component to create charts with ZingChart
[The docs specify](https://github.com/zingchart/zingchart-vue#modules-string-or-array-optional) an array or string can be used as a modules parameter, although using an array throws `TypeError: e.A2A.split is not a function` whereas a string works just...
Hi! Unfortunately, it looks like the [`viewall` function](https://www.zingchart.com/docs/api/methods#zoom) is not defined on the Vue chart instance. From the console logs, I see `_vm.$refs.chart.viewall is not a function`.
I upgraded Vue to v3, using 3.0.0 of zingchart-vue, and now get `Failed to resolve component: ZingChartVue` These are the relevant lines from my local component registration: ``` import "zingchart/es6";...
When I add this line: `zingchart.BUILDCODE = ["abcdefghijklmnopqrstuvwxy"];` I run into a "zingchart is not defined" error as shown in the attached image [zingcharts-demo.zip](https://github.com/zingchart/zingchart-vue/files/11963461/zingcharts-demo.zip)  
Chart is not rendering in Nuxt 3 after globally registering the ZingChartVue component via plugins
@jeanettephung The chart isn't rendering as you can see in the attached screenshot [zingcharts-demo-update.zip](https://github.com/zingchart/zingchart-vue/files/11973307/zingcharts-demo-update.zip)   