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

### What problem does this feature solve? Currently the Gauge chart from Echarts only allow to configure splitNumber but I need a way to only show certain axisLabels and axisTicks...

new-feature
pending
en
waiting-for: community

### Version 5.5.1 ### Link to Minimal Reproduction https://codepen.io/Srikanth-Sangana/pen/ZEZQyMd ### Steps to Reproduce 1. Define a chart option with a background image using an SVG base64 data URI. 2. Render...

bug
pending
SVG
en

### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=graph-circular-layout ### Steps to Reproduce 1. Add a color array: ```javascript var color = [ "#E91E63", "#03A9F4", "#4CAF50", "#9C27B0", "#FFC107", "#673AB7", "#009688",...

bug
pending
en

### Version 5.4.3 ### Link to Minimal Reproduction No response ### Steps to Reproduce Create datazoom event Try to type ### Current Behavior For example, we have the following code:...

bug
pending
en
waiting-for: author

### Version 5.0.0 ### Reproduction link [https://echarts.apache.org/next/examples/zh/editor.html?c=graph](https://echarts.apache.org/next/examples/zh/editor.html?c=graph) ### Steps to reproduce ![image](https://user-images.githubusercontent.com/3294399/103051222-47cc8800-45d1-11eb-8f13-1452c841a2b9.png) 鼠标放在 **类目2** 上,节点淡出显示对象为其它类目节点对象 ### What is expected? 关联类目 淡出显示到正确对象上。 ### What is actually happening? 鼠标放在 **类目2** 上,淡出显示对象为其它类目对象

bug
topic: graph
topic: state

### Version 5.4.3 ### Link to Minimal Reproduction no ### Steps to Reproduce ![image](https://github.com/user-attachments/assets/0b1aec8a-f47c-42c4-a585-55bbb053f2f4) ![image](https://github.com/user-attachments/assets/e39de39f-bd50-4b2b-9bbd-aae681fe2c10) 是这样的,我想要后面的风机一直旋转,我就使用了transition和rotation属性,但是不能一直旋转我应该怎么去设置它 Well, I want the back fan to rotate all the time, so I use...

bug
pending
en

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

### Version 5.5.1 ### Link to Minimal Reproduction https://codesandbox.io/s/compassionate-lamport-6y7yc7?file=/src/App.js ### Steps to Reproduce create a tooltip that returns long series names ### Current Behavior the tooltip has poor positioning. the...

en
not-a-bug

### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce option = { dataset: { dimensions: ['product', '2015', '2016', '2017'], source: [ { product: 'Matcha Latte',...

bug
pending

## 如图所示,我如果使用encode,以’**product**‘为X轴,“**2016**”为Y轴的话,维度相同的数据就会重叠。 ## 有没有什么方法可以让相同维度的数据相加。因为实际项目中涉及的数据量很大,循环相加并不是好的解决方法 ![image](https://user-images.githubusercontent.com/21294039/38487248-1d7fb7be-3c12-11e8-86db-76e603e3f687.png)