VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### Version 2.0.2 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 按照vchart官方文档与飞书工作小组件开发文档,使用vchart作为图表搭建工具,在飞书PC端能正常显示,但在安卓系统飞书app上显示不出来 ### Current Behavior 移动端效果如图: PC端显示如图: ### Expected Behavior 移动端能正常显示柱状图和环形图 ### Environment ```markdown - OS:小米14 2.0.211.0.VNCCNXM -...
### Version vscreen ### Link to Minimal Reproduction 2.0.3 ### Steps to Reproduce ```ts const spec = { "theme": {}, "type": "circularProgress", "valueField": "measureValue", "radiusField": "measureValue", "padding": { "left": 6,...
### Version 2.0.1-alpha.5 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce 配置1: ```ts const spec = { theme: {}, type: 'liquid', valueField: 'measurePercent', data: [ { id: 'data',...
### What problem does this feature solve? 文字重叠时期望用颜色区分开 ### What does the proposed API look like? null
### Version 2.0.3 ### Link to Minimal Reproduction https://github.com/hex2rgb/vcharts-demo ### Steps to Reproduce fixed 定位按钮被图表遮挡 ### Current Behavior ### Expected Behavior 按照z-index 层级正常展示 ### Environment ```markdown - OS: IOS 18.6...
### Version 2.0.0 ### Link to Minimal Reproduction https://www.visactor.io/vchart/demo/sankey-chart/nameKey-sankey?version=2.0.0 ### Steps to Reproduce https://www.visactor.io/vchart/demo/sankey-chart/nameKey-sankey?version=2.0.0 官网上的桑葚图使用2.0.0以后的版本数据经过桑葚图时浏览器控制台报错误,之前的版本没有问题,如下图: ### Current Behavior ### Expected Behavior 希望不报错误 ### Environment ```markdown - OS: - Browser: -...
### Version 2.0.1 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce 本地case ```ts const spec = { type: 'bar', theme: {}, xField: ['HqlYadRdHJ5c', '30001'], yField: ['10002'], direction: 'vertical',...
### What problem does this feature solve? Cross line.type config in theme is not working for now. ### What does the proposed API look like? ```js component: { bandField: {...
react 扩展能力在类型上没有导出,同时文档中也没有详细介绍,需要补充。
### What problem does this feature solve? 问题: 在实现双向条形图的时候,发现想要左右轴保持刻度完全同步,除了写死min,max 没有其他的方案,希望可以提供一个 'sameTick' 配置 ```javascript const spec = { type: 'common', title: { id: 'title', visible: true, text: 'Congo Population Pyramid 2021',...