VChart icon indicating copy to clipboard operation
VChart copied to clipboard

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.

Results 387 VChart issues
Sort by recently updated
recently updated
newest added

### 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

good first issue
docs

[[中文版模板 / 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...

vchart
chore
typescript
react-vchart
docs
openinula-vchart

### 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: -...

bug
good first issue

### Version 1.13.9 ### Link to Minimal Reproduction - ### Steps to Reproduce ``` const spec ={ "type": "pie", "data": [ { "id": "id0", "values": [ { "type": "oxygen", "value":...

bug
VMind

### Version 1.13.9 ### Link to Minimal Reproduction - ### Steps to Reproduce ``` { "type": "common", "padding": { "right": 0, "left": 0 }, "data": [ { "id": "id0", "values":...

bug
VMind

### 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: [ {...

bug

[[中文版模板 / 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...

vchart
chore
typescript
react-vchart
docs
openinula-vchart

[[中文版模板 / 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...

vchart
demos

### Version 1.13.7 ### Link to Minimal Reproduction 缩放父元素并不会导致RecentlyVisited组件重新渲染,但是图表却执行了多次 ### Steps to Reproduce import { useEffect, useRef } from "react"; import { Card } from "antd"; import { AreaChart, type...

bug