VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### Version 1.13.8 ### Link to Minimal Reproduction https://www.visactor.com/vchart/demo/combination/dual-axis?version=2.0.6 ### Steps to Reproduce 以下代码粘至官网: ``` javascript const spec = { type: 'common', seriesField: 'color', data: [ { "id": "marginDollar", "values":...
### Version 2.0.6 ### Link to Minimal Reproduction https://github.com/TTwilight/vcharts-demo ### Steps to Reproduce 1. 设置了一个自动刷新spec的值,触发了更新事件,但图表没有刷新 ### Current Behavior ` { console.log("图表初始化完成:", chart); chartIns.current = chart; }} onChartReady={(chart) => { console.log("图表渲染完成:",...
### Version 1.13.10 ### Link to Minimal Reproduction bug server case id 68f9d7a0711d9200a827cd72 ### Steps to Reproduce bug server case id 68f9d7a0711d9200a827cd72 ### Current Behavior bug server case id 68f9d7a0711d9200a827cd72...
### Version 2.0.6 ### Link to Minimal Reproduction https://www.visactor.com/vchart/playground?specId=2985483852×tamp=1761035690183&version=2.0.0&theme=light ### Steps to Reproduce It can be directly reproduced in the demo. ### Current Behavior In the demo, this issue can...
### Version 2.0.* ### Link to Minimal Reproduction https://www.visactor.com/vchart/playground?specId=8177993264×tamp=1760808452015&version=2.0.0&theme=light ### Steps to Reproduce label: { visible: true, formatter: '{_percent_}%', position: 'inside-inner', // offsetRadius: 25, rotate: false, line: { visible: true...
### What problem does this feature solve? in mobile text poptip-plugin only trigger by `TouchMove`, should support trigger by `TouchDown` event ### What does the proposed API look like? poptip:...
### Version latest ### Link to Minimal Reproduction NA ### Steps to Reproduce ```ts const spec = { "type": "common", "color": [ "#0A345E", "#18ADED", "#A6A7AD", "#1A82EB", "#74CEF4", "#E1E2E4", "#138ABE", "#76B4F3",...
### Version 2.0.4 ### Link to Minimal Reproduction 2.0.4 ### Steps to Reproduce GE这个标签无法显示,zoom缩小后才能显示 ``` const response = await fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/geojson/world.json'); const geojson = await response.json(); VChart.registerMap('world', geojson); const dataResponse =...
### Version 2.0.5 ### Link to Minimal Reproduction null ### Steps to Reproduce 1. create a nextjs app using turbopack 2. import vchart and call renderAsync ### Current Behavior react-vchart和vchart均会报同样的错误:...
### Version 2.0.5 ### Link to Minimal Reproduction null ### Steps to Reproduce const spec = { type: 'sankey', data: [ { values: [ { nodes: [ { nodeName: "Agricultural...