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 all ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce var option = { globe: { baseTexture: "/finance-admin/upload/material/20220627/1D4D23A96F164610A576F522537E1C31.png", top: "middle", left: "center", environment: "none", shading: 'realistic',...

bug
pending

## Brief Information This PR focuses on enhancing the experience when we just use the MAC touchpad to move or scale the `dataZoom`. fix: #17286 This pull request is in...

PR: revision needed
size/M
PR: doc ready

### What problem does this feature solve? ![Screenshot (94)](https://user-images.githubusercontent.com/97290751/182317976-62e1a802-3aa7-4a85-831d-5b52dfd6c206.png) ### What does the proposed API look like? expection is hiding overlapping labels

new-feature
pending
en

### What problem does this feature solve? 堆积柱状图的堆叠顺序按照series的顺序,而不是按照降序 代码链接:https://codesandbox.io/s/zoyoxh ### What does the proposed API look like? 堆叠顺序按照series的顺序

new-feature
pending

### Version 4.2.1-rc.3 ### Reproduction link [https://codepen.io/gfwer/pen/maJGNz](https://codepen.io/gfwer/pen/maJGNz) ### Steps to reproduce 1. add an inside dataZoom(in this instance I set `zoomOnMouseWheel:'shift'`) 2. mouse hover in the chart grid and scroll...

support
en
waiting-for: community

### What problem does this feature solve? I struck in plotting the multi color line chart based on some condition. The color between two data points in a line chart...

support
en
waiting-for: community

### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce option = { ... series: [{ ... selectedMode: 'single', ... }] ... } ### Current Behavior...

bug
pending
missing-demo
en
waiting-for: author

### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/basic-scatter-chart-forked-6g09re?file=/index.html ### Steps to Reproduce 1. Hover anywhere on the chart. 2. When tooltip has config 'trigger' as 'axis', tooltip is visible...

bug
pending
en

### What problem does this feature solve? for Sankey series, emphasis focus can have 4 options: "none" | "series" | "self" | "adjacency". i want to be able to focus...

new-feature
en
topic: sankey

### Version 4.8.0 ### Reproduction link [http://jsfiddle.net/mzjLw82a/14/](http://jsfiddle.net/mzjLw82a/14/) ### Steps to reproduce As the reproduction link show,the markline yAxis is set to 100 when max range of yaxis is 18, and...

enhancement