echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### What problem does this feature solve? We created `charts-studio` to edit charts through forms. Now we have a problem. there are too many options in echarts items. so we...
### What problem does this feature solve? If you look at the theme builder on a dark theme, you will see that all labels have a border and a drop-shadow...
### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/s/basic-line-chart-forked-kxw3cm?file=/index.js ### Steps to Reproduce By hovering over the gap areas, the tooltip shows there is data there (mostly 0 values though...
### Version 5.5.1 ### Link to Minimal Reproduction 无 ### Steps to Reproduce eCharts 在真机iPhone 15Pro,iOS 17.4.1系统,所有eCharts的图表均不显示  ### Current Behavior eCharts 在真机iPhone 15Pro,iOS 17.4.1系统,所有eCharts的图表均不显示 ### Expected Behavior...
## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...
### Version e.g.5.5.1 ### Link to Minimal Reproduction 下方示例 ### Steps to Reproduce var dom = document.getElementById('container'); var myChart = echarts.init(dom, null, { renderer: 'canvas', useDirtyRect: false }); var app...
### What problem does this feature solve? ### Use case I'd like to mute other marks when an individual or multiple marks are selected to visually distinguish selected & unselected...
### What problem does this feature solve? ### Use case I'd like to visually distinguish direct interactions with marks from legend interactions. When hovering over a Pie slice I'd like...
### Version 5.4.1 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 使用的是54.1的版本代码如下 option = { angleAxis: {}, radiusAxis: { type: 'category', data: ['应收工程款', '甲1234', '甲方报量报出', '内部产值'], z:...
### What problem does this feature solve? 使用的是54.1的版本代码如下 option = { angleAxis: {}, radiusAxis: { type: 'category', data: ['应收工程款', '甲1234', '甲方报量报出', '内部产值'], z: 10, axisLabel: { hideOverlap: false, showMaxLabel: true,...