zingchart-vue icon indicating copy to clipboard operation
zingchart-vue copied to clipboard

A Vue component to create charts with ZingChart

Results 6 zingchart-vue issues
Sort by recently updated
recently updated
newest added

scroll lag for while becaouse of heatMap rendering

question

[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...

question

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`.

bug

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";...

bug

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) ![l](https://github.com/zingchart/zingchart-vue/assets/93678483/13365c86-c739-4747-ba7a-43567f3330ee) ![te](https://github.com/zingchart/zingchart-vue/assets/93678483/0d7c2f97-9d08-4db9-a9b5-1ee8e400e56f)

bug

@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) ![lh](https://github.com/zingchart/zingchart-vue/assets/93678483/7b0a3551-cd3b-4b62-add2-0f2cace0d17c) ![nerr](https://github.com/zingchart/zingchart-vue/assets/93678483/61faba40-33f2-4732-a7ec-75c40edd5eb3) ![nc](https://github.com/zingchart/zingchart-vue/assets/93678483/e7ac9e80-4fa8-452c-984d-c7e94967a9c1)