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.3.0+ ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce series: [ { type: 'pie', id: 'pie', radius: '40%', center: ['50%', '50%'], emphasis: { focus: 'self'...

bug
pending
missing-demo
en
stale
waiting-for: author
topic: label

### What problem does this feature solve? 饼图,柱状图等都支持内阴影 ### What does the proposed API look like? inset

new-feature
pending
stale

### Version latest ### Link to Minimal Reproduction https://www.dropbox.com/t/Z4i4z2iyC3fbfiJh ### Steps to Reproduce I've encountered an issue with the ECharts circular chord diagram and network diagram. When creating the JSON...

bug
pending
en

### What problem does this feature solve? 5.5.0版的gauge新增了progress功能,当配置只显示progress时,希望有个轨道背景,看起来像个完整的进度条。 虽然可以叠加一个serie实现,如果progress能直接设置背景最好不过。 ### What does the proposed API look like? ``` { type:"gauge", progress:{ show:true, background:{ //someprops } } } ```

support
topic: gauge

### What problem does this feature solve? I want to show each x-axis tick at the left of the bar, not at the center, but I'm not sure which setting...

support
en

### What problem does this feature solve? ![image](https://github.com/apache/echarts/assets/137666374/6654bd15-d506-4c61-8c5c-f4b21f5538af) 让开始和结束的文本一直显示,不是鼠标经过之后才进行显示,有什么配置么? ### What does the proposed API look like? ![image](https://github.com/apache/echarts/assets/137666374/6654bd15-d506-4c61-8c5c-f4b21f5538af) 让开始和结束的文本一直显示,不是鼠标经过之后才进行显示,有什么配置么?

new-feature
topic: dataZoom

### Version 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=custom-profit&version=5.5.0&decal=1&code=MYewdgzgLgBAJgQygmBeGBtAUDTBaARgAYAaGY0mAJkoHIBBWgXRKyYG4ssQAHKAS3BoYAbxwwAHvQn8IALlHjcAW35gFpJTGUIJC4uIC-rXAE9pshWNy4IwBABsApgqgAnAK5OTN1epiaNtq6-kRGPhBObvxO8pha1kEwUKY8LjC0wB7QIMq0PkHADvw8rp7eMAD0lTAAwgAyAJIACsLuXlq4bk5gcFGNUE7KCgBmHmDAAkIAFDwIbgjKEGQIPPwAlIpJNgBu8zCmAGqOXsKr_AB0ew5e01TrnNu4e24w0POw6OcXoCBucNMMN9rrciOsyEcTk4mA9Ort9hB-AAvJxnNYXREowHAqHTAibPAwHE3JzTMEQ44kmGPJ4vN4pZxoy7QUzOaawp4wbpQDxuMBbTnJVLpWjdSb5OFBCAAC1W6USgskCnebigGCILElSVMyuQqowBE1itwAHd-HAoNLlcinOqjcbpU5-ABzaVQa0og32znGLW2Bnyv02Eb8BwOBS0ADEABYRgAOAgAIzgEuNMF4CGA_BSGguAFYg4YtYYaUFfdtEMgFJWEFoi7gmFgS0A ### Steps to Reproduce Simply open the reproduction and it should be immediately visible. ### Current Behavior With `clip: true` on...

bug
en
topic: custom

### Version 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=bar-label-rotation ### Steps to Reproduce if i hover over 2012 category , i'm getting tooltip and box shadow. but i want to...

new-feature
en

### What problem does this feature solve? I have a line chart with time series data like: ![Screenshot 2024-06-25 at 17 22 25](https://github.com/apache/echarts/assets/147840/1666acca-7cf1-4a06-943d-039a7199c4b4) I have `"tooltip": {"trigger": "axis", ...}` to...

new-feature
pending
missing-demo
en

### What problem does this feature solve? 树图层级和节点比较多时,会出现节点重叠在一起,请问能否设置节点间距? ### What does the proposed API look like? 比如可以 `minHeight`或者`minWeight`来设置

new-feature
pending