echarts icon indicating copy to clipboard operation
echarts copied to clipboard

Apache ECharts is a powerful, interactive charting and data visualization library for browser

Results 1065 echarts issues
Sort by recently updated
recently updated
newest added

### Version 5.4.0 ### Link to Minimal Reproduction no ### Steps to Reproduce I want to create a bar chart with the x-axis displaying six dates from 2024/01 to 2024/06....

bug
pending
en

### What problem does this feature solve? 饼图配置了padAngle时,如果数据项有多个,但是只有1个数据有值,其它全部为0时,为0的数据项的padAngle会累积在一起,看起来有一块空的,就像下面这个例子一样(例子加了border,为了方便看效果) [https://codesandbox.io/p/sandbox/lytnth](url) ### What does the proposed API look like? 希望: 1. 如果数据项值为0时,无论是否配置了padAngle,都把该项的pagAngle设置为0; 2. 如果只有一个数据有值(大于0),则把所有项的padAngle处理为0; 3. 如果有多个数据项,只有一个数据有值(大于0),则把所有项的padAngle处理为0; 也可以增加配置项,业务自己控制单个数据项的padAngle,例如为data添加padAngle配置: ``` option = { tooltip:...

new-feature

### What problem does this feature solve? Currently, the `FilterTransform` in Apache ECharts supports a rich set of conditional expressions including relational and logical operators (lt, gt, eq, reg, and,...

new-feature
pending
en

### What problem does this feature solve? For now, we can't disable the slider, we can only hide it. But in many cases, the slider can be a significant part...

new-feature
pending
en

### Version 5.6.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=area-simple ### Steps to Reproduce 1. Move the mouse in chart; 2. Tooltip show; 3. Mouse rolling and keep the xAxis unchanged;...

bug

### What problem does this feature solve? I use `time` axes. My datasets usually have a granularity of days. When there are only few entries in a dataset, the default...

new-feature
pending
en

### What problem does this feature solve? How to customize the stack order of stacked bar? https://echarts.apache.org/examples/zh/editor.html?c=bar-y-category-stack Changing the order of data will also change the color (NG) ### What...

new-feature
pending
en

### What problem does this feature solve? 1. Uniform and simplify the axis name option structure like `radar.axisName`. 2. Fix some `radar.axisName` options can't work as expected. ### What does...

new-feature
en
discussion-required
topic: radar
topic: axis

### Version 在线版本 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=radar ### Steps to Reproduce radar.axisName.width 不生效 ### Current Behavior ![image](https://github.com/apache/echarts/assets/10152771/60edc62d-e8ef-4e82-9ae5-2961877178f3) ### Expected Behavior 希望 radar.name.width 生效 希望设置rich里面的width生效 指示器名称过长超出屏幕可视范围,api有可以获取当前指示器名称与当前雷达图的容器距离的方法 ### Environment ```markdown...

bug
topic: radar
FAQ

## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...

PR: awaiting review
size/S
PR: first-time contributor
PR: doc unchanged