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.5.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?code=PYBwLglsB2AEC8sDeAoWsDGwA2wBOAXLANoBEAxAMyUCcAHACIBCpAugDRqxjA6QhFU6dGDwQA5uICmhWKQCGADwgBnUp2GwlqgArAI0MDMFdNYAJ4gpRUioAW8gCbAA7qVOwAvl08bY4sUdBXy5FAEFlFSJiIWELKxsMeSNxfHN1D0dk-WjSAFkYdTkAFQBXKSLSAHUpR0riu1LKgDExSoBlZI7S6DYfDi5zCNVo2JFLazkAN3lscvd0TwH0FRkIKSiSMdhoeQBbSdJAF7dAUuNAfujAO9SMswmbACN5PGvhB7wqiEcwOxsANgAGACkz3QWTAORIAEY_uxYABWABMMPhf2hsGoABYYbRUdRUfDkax-ihPEA&_source=echarts-doc-preview&version=5.5.1 ### Steps to Reproduce set the first item to left-align, red color. but left align is invalid. ```js option = {...

bug
pending
en

### Version 5.4.3 ### Link to Minimal Reproduction https://codepen.io/Galya-Tsirkalova/pen/NWZywmW ### Steps to Reproduce 1. I create the chart setting it's option `chart?.setOption(currentOption);` 2. Every 10 seconds I receive fresh data...

bug
pending
en

### Version 5.5.0 ### Link to Minimal Reproduction { tooltip: { confine: true, extraCssText: "maxWidth: 80%;max-height:60%;white-space: normal; word-break: break-all;overflow: auto;", trigger: "axis", enterable: true, backgroundColor: "#00000080", borderColor: "#00000000", axisPointer: {...

enhancement
topic: label

### What problem does this feature solve? I want to give blurring effect of point in heatmap. I also want to give effect when coordinate system is catesian2d. let arr...

new-feature

![MicrosoftTeams-image (5)](https://user-images.githubusercontent.com/28983127/86238020-73d6f580-bbba-11ea-9735-1aa8d64c836f.png) The sample image is attached herewith.

new-feature
waiting-for: community
topic: label

### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=dynamic-data2 ### Steps to Reproduce Use the following configuration item in the official editor, the polyline update animation animationEasingUpdate: 'linear' is invalid...

bug
pending
en

### Version 5.3.2 ### Link to Minimal Reproduction https://codepen.io/david-marquez-f/pen/mdxzQNG ### Steps to Reproduce 1. Create a line/bar chart with series that use data and encode. The encode is used to...

bug
pending
en

### What problem does this feature solve? 我的需求是这样的: 在chart上会显示一条绿色的markLine,意味着这里有一些comment信息需要显示。当点击markLine最上面的label时,需要显示出comment的信息。 因为click markLine自身会trigger click,我尝试设置markLine.label.triggerEvent: true但是不生效。另外目前也没有头绪当click 的时候如何要显示tooltip,请大家棒棒忙,万分感谢! CodeSandbox: https://codesandbox.io/p/sandbox/basic-line-chart-forked-7kz7vl?file=%2Findex.js ### What does the proposed API look like? 如题

new-feature
pending

### Version 5.5.1 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/basic-radar-chart-forked-g4t27z?file=%2Findex.js%3A128%2C11 ### Steps to Reproduce ```html Basic Radar Chart - Apache ECharts Demo ``` ```javascript var dom = document.getElementById("chart-container"); var myChart =...

bug
pending

### What problem does this feature solve? 目前的情况下在设置了 `legend{ type: 'scroll' }` 的时候,只能通过pageButtonPosition固定的两个值来设置按钮的位置。但是由于产品开发需要,需要在水平展示图例的情况下,将按钮的位置换行显示,即 ![e3e9a6c568d1b0a66d29c0971b5f9bc4](https://github.com/user-attachments/assets/46c44331-209f-4619-8a73-b62a4b6eab27) ### What does the proposed API look like? 建议设置pageButtonPosition可以接收非固定值,比如 `pageButtonPosition:{ right: 20, bottom:20 } `

new-feature
pending
en