VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
如题,可以看到,标题和图标(React Dom)是正常显示的,关于画布的内容就变得很模糊,  系统信息如下:  VChart 版本:1.12.1
### Version 1.2.4 ### Link to Minimal Reproduction 1.2.4 ### Steps to Reproduce 2, 8 未连接; ``` const spec = { type: 'line', invalidType: 'link', data: { values: [ {...
### Version 1.12.5 ### Link to Minimal Reproduction no ### Steps to Reproduce ``` const spec = { type: 'line', data: [ { id: 'line', values: [ { x: 1,...
### What problem does this feature solve? 业务需求: 当气泡的值接近时,气泡会重叠,导致用户查看数据困难,只能通过最顶上的猜其他的值,和用户预期不太一致 期望此时可以同时显示多组值 或 可以在重叠的几组间切换 ### What does the proposed API look like? null
### Version 1.12.1 ### Link to Minimal Reproduction https://www.visactor.io/vchart/theme/playground ### Steps to Reproduce 1. open https://www.visactor.io/vchart/theme/playground 2. modify series.area.point.style.symbolType to be triangle  ### Current Behavior symbolType of legends and...
如何在area图标上注册事件,比如移入不同的markArea,就触发事件,不知道怎么去获取移入当前的这条markarea数据。 
### What problem does this feature solve? resize的时候能动态修改label的位置 ### What does the proposed API look like? dx和dy支持函数
### Version 1.11.15-alpha.2 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts // eslint-disable-next-line no-duplicate-imports import { default as VChart } from '../../../../src/index'; import { createButton } from...
下个迭代动画改动内容较多,在那之前录入大屏动画bugserver case以保证质量