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? Seems like Echarts when it's 'line' mode is not able to understand a missing time point, it just connects the line. const data...

new-feature
pending
en

### Version 5.5.1 ### Link to Minimal Reproduction 示例代码,可在https://echarts.apache.org/examples/zh/editor.html?c=line-markline 运行 ### Steps to Reproduce 位置不正常。 示例代码 如下 const markLine = []; const positions = [ 'middle', ]; for (var i...

bug
pending
topic: marker

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

PR: revision needed
size/M
PR: first-time contributor
PR: doc unchanged

### What problem does this feature solve? I would like to be able to show all days on the xAxis, even these that do not have an entry in the...

new-feature
pending
en

### What problem does this feature solve? Currently (v^5.4.1), the bar and line chart types have cursor change option. It would be really helpful to have cursor change option on...

new-feature
en

### Version 4.7.0 ### Reproduction link [https://gallery.echartsjs.com/editor.html?c=xxtKKOPNWd&comment=0](https://gallery.echartsjs.com/editor.html?c=xxtKKOPNWd&comment=0) ### Steps to reproduce 1、设置roam=true 2、滚轮滚动进行放大缩小 ### What is expected? 富文本也随着node节点放大而放大,缩小而缩小 ### What is actually happening? node节点放大缩小,但是富文本不变化

new-feature
not-a-bug
discussion-required
waiting-for: community

### Version 5.5.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=polar-roundCap&reset=1&edit=1 ### Steps to Reproduce https://echarts.apache.org/examples/zh/editor.html?c=polar-roundCap&reset=1&edit=1 这是官网上的例子, ![Snipaste_2024-12-09_14-33-42](https://github.com/user-attachments/assets/f5c50d43-ca92-403e-a329-8b910ab4dba3) 当修改配置中的任意属性时,右侧图表都会实时显示出来,而roundCap属性就不生效,必须点击运行按钮,才会生效。 我遇到的场景跟这个是类似的,监听option的变化,option变化后,执行setOption方法去重新渲染echarts,可是却没有生效(只有roundCap属性不生效),与官网上的bug应该是同样的原因导致的 ### Current Behavior https://echarts.apache.org/examples/zh/editor.html?c=polar-roundCap&reset=1&edit=1 这是官网上的例子, ![Snipaste_2024-12-09_14-33-42](https://github.com/user-attachments/assets/f5c50d43-ca92-403e-a329-8b910ab4dba3) 当修改配置中的任意属性时,右侧图表都会实时显示出来,而roundCap属性就不生效,必须点击运行按钮,才会生效。 我遇到的场景跟这个是类似的,监听option的变化,option变化后,执行setOption方法去重新渲染echarts,可是却没有生效(只有roundCap属性不生效),与官网上的bug应该是同样的原因导致的 ### Expected Behavior 希望执行setOption后,可以正确的渲染roundCap...

bug

### What problem does this feature solve? Is there a way to display points as a heatmap on the world map, but not on top of the geoJSON map, as...

support
en
topic: map

### What problem does this feature solve? It allows for custom candlestick tooltip texts ### What does the proposed API look like? ``` series: [ { type: "candlestick", [...], candlestickTexts:...

new-feature
pending
en

### Version 5.0.2 ### Reproduction link [https://jsfiddle.net/](https://jsfiddle.net/) ### Steps to reproduce After moving the datazoom, especially when moving it backward, the data displayed do not match the label in the...

bug
pending
en
waiting-for: community