VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### Version 1.19.5 ### Link to Minimal Reproduction null ### Steps to Reproduce 使用下方spec可以debug vchart._specInfo ``` const spec = { type: 'bar', theme: {}, xField: ['220802173718012', '20001'], yField: ['10002'], direction:...
### What problem does this feature solve?  example ``` const spec = { "direction": "vertical", "type": "common", "color": [ "#61BA95", "#335B4A", "#7A94BF", "#2E5599", "#B9A582", "#735A40", "#BC9B44", "#99533D", "#809E9D", "#2E8582"...
### What problem does this feature solve? 在桑基图中也实现滚动条的功能 1.滚动条:跟现有的滚动条相似的功能,设置显示比例时(0~0.4)能支持显示左侧40%部分的画布,横向或纵向拖动时,能查看剩余部分 样式以及API 参考:https://visactor.com/vchart/demo/scrollbar/basic-scrollbar-bar-chart  2.缩略轴:跟现有的缩略轴类似的功能,设置start,end支持默认显示缩放比例,拖动或拉伸缩略轴时,能看到剩余部分的画布。 样式以及API 参考:https://visactor.com/vchart/demo/data-zoom/data-zoom-lock?keyword=dataZoom  ### What does the proposed API look like? 1.滚动条: 样式以及API 参考:https://visactor.com/vchart/demo/scrollbar/basic-scrollbar-bar-chart 2.缩放轴: 样式以及API 参考:https://visactor.com/vchart/demo/data-zoom/data-zoom-lock?keyword=dataZoom
### Version latest ### Link to Minimal Reproduction - ### Steps to Reproduce tooltip中有一个div的类名是container-box,这个类名太普遍了,会有其他库使用,导致样式错乱 ### Current Behavior - ### Expected Behavior 希望将相关类名加上前缀,避免误用外部样式导致渲染错误 ### Environment ```markdown - OS: - Browser: -...
### What problem does this feature solve? - [x] 支持文字词云 - [ ] 无论是内置的 maskShape 还是自定义,期望都能够提供根据单词数量绘制和自动填充的配置,如下图,可以参考 https://design.weiciyun.com/ | | | |--------|--------| |  |  | - [x] colorMode: 'linear'...
### What problem does this feature solve? If `coordinates` or `positions` can support callback, i can use markLine to draw regression line for scatter chart,  ### What does the...
### What problem does this feature solve? 鸿蒙内定义spec太麻烦了,spec内有各种类型包括函数,还有嵌套类型。 目前的spec定义的interface没法用,在Harmony中会报错。 ### What does the proposed API look like? harmony内可用的spec定义描述 或者命令形式的API
### Version 1.11.5 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js const spec = { type: 'common', data: [ { id: 'dau', values: [ { x: '05-01',...
### Version 1.11.5 ### Link to Minimal Reproduction null ### Steps to Reproduce 期望能实现连接线和文字颜色不一样 const spec = { type: 'pie', data: [ { id: 'id0', values: [ { type: 'oxygen',...
### Version 1.11.6 ### Link to Minimal Reproduction 1 ### Steps to Reproduce `const spec = { type: 'wordCloud', maskShape: `https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/log.jpeg`, nameField: 'challenge_name', valueField: 'sum_count', seriesField: 'challenge_name', wordCloudConfig: { layoutMode:...