VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### What problem does this feature solve?  ### What does the proposed API look like? no new api
### What problem does this feature solve?  ### What does the proposed API look like? null
### What problem does this feature solve? After configuring barMaxWidth, the column spacing can be kept as a percentage of the column width ### What does the proposed API look...
### Version 1.13.9 ### Link to Minimal Reproduction null ### Steps to Reproduce  ### Current Behavior  ### Expected Behavior 能正常消失 ### Environment ```markdown - OS: - Browser: -...
### What problem does this feature solve? tooltip 和 crosshair trigger 配置目前在主题不生效,期望支持 ```js const markLineValue = 10000; const spec = { type: 'line', theme:{ component:{ tooltip:{ trigger:'click', panel:{ backgroundColor: '#eee',...
vchartConstrouctor -> vchartConstructor ?
### Documentation Title or Section 教程文档 ### Issue Description or Suggestion ```ts // 注册 merge transform dataSet.registerTransform('mergeDataView', mergeTransform); // 使用 merge transform 合并数据 dataViewMerge.transform({ type: 'mergeDataView' }); /** * 至此,dataViewMerge...
### Version 1.13.2 ### Link to Minimal Reproduction null ### Steps to Reproduce null ### Current Behavior 目前 null 和 false 在 stroke 视觉通道上的表现不一致(例如配置 Line.point.style.stroke 时),但是视觉通道类型定义里缺少了 null 的定义。 ### Expected...
### What problem does this feature solve? https://visactor.com/vchart/guide/tutorial_docs/Cross-terminal_and_Developer_Ecology/react 到处vchart 支持的所有 按需加载的组件 ### What does the proposed API look like? export { registerPoptip } from '@visactor/vchart'