VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### Documentation Title or Section https://visactor.com/vchart/option/barChart#bar.style.fillOpacity ### Issue Description or Suggestion add `function` tag to show it could be set as function
[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...
气泡图bug
### Version 1.13.9 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 气泡图(circlePackingChart)的categoryField和valueField属性只能设置成name和value,设置成其他的无法正常显示 ### Current Behavior 气泡图(circlePackingChart)的categoryField和valueField属性只能设置成name和value,设置成其他的无法正常显示 ### Expected Behavior 期望可以灵活设置这两个属性 ### Environment ```markdown - OS: - Browser: -...
### Version 1.13.9 ### Link to Minimal Reproduction - ### Steps to Reproduce ``` const spec ={ "type": "pie", "data": [ { "id": "id0", "values": [ { "type": "oxygen", "value":...
### Version 1.13.9 ### Link to Minimal Reproduction - ### Steps to Reproduce ``` { "type": "common", "padding": { "right": 0, "left": 0 }, "data": [ { "id": "id0", "values":...
### What problem does this feature solve? hover到label后,无法展示mark的tooltip ### What does the proposed API look like? 没有API
### Version 1.13.7 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js const spec = { type: 'bar', width: 440, data: [ { id: 'barData', values: [ {...
[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...
[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle...
### Version 1.13.7 ### Link to Minimal Reproduction 缩放父元素并不会导致RecentlyVisited组件重新渲染,但是图表却执行了多次 ### Steps to Reproduce import { useEffect, useRef } from "react"; import { Card } from "antd"; import { AreaChart, type...