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? * It allows users to style border when using `brush` feature. (For example: bars that are "brushed-in" can have border but the bars...

new-feature
pending
en

### What problem does this feature solve? When user uses slider to zoom the chart, the event triggered does not have parameters `startValue` and `endValue`. It only has `start` and...

new-feature
en
topic: event
topic: dataZoom

### What problem does this feature solve? So, I'm trying to build a chart where we can show more than 500k data points as a heatmap in charts. Currently, we've...

new-feature
pending
en

### Version 5.0.2 ### Reproduction link [https://codepen.io/tamersalama/pen/mdOraGb?editors=1111](https://codepen.io/tamersalama/pen/mdOraGb?editors=1111) ### Steps to reproduce 1- Create a *line* chart with a horizontal selector (lineX) brush 2- Use the brush to select a data...

new-feature
topic: brush
topic: line

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

PR: revision needed
size/S
PR: first-time contributor
PR: doc ready

### Version 5.4.3 ### Link to Minimal Reproduction https://cdn.staticfile.org/echarts/5.4.3/echarts.js ### Steps to Reproduce ```js var chartDom = document.getElementById('tmgraph'); chartDom.style.display="block"; chartDom.style.width='100%'; //chartDom.style.height='2500px'; var m_file=document.getElementById('mfile').innerHTML; var m_x=document.getElementById('mx').innerHTML; var m_y=document.getElementById('my').innerHTML; var m_cnt=document.getElementById('cnt').innerHTML; len=Math.floor((m_cnt/90)*2500);...

bug
pending

### Version 5.3.3 ### Link to Minimal Reproduction https://codepen.io/SevenOutman/pen/bGvBKNP ### Steps to Reproduce You can find 3 chart examples in the reproduction link above, each containing 3 data entries for...

bug
pending
en

### What problem does this feature solve? An easier way to make charts like https://echarts.apache.org/examples/zh/editor.html?c=custom-gantt-flight (More detail should be added later) ### What does the proposed API look like? (More...

new-feature
en

### What problem does this feature solve? 数据太多时,不能一目了然看出整体情况,需要通过滚动条或者拖动才能知道,使用感受不是很好,如果不进行操作就不知道还有数据在下面 ![image](https://github.com/apache/echarts/assets/104473720/993fe34c-cfbd-4986-a028-a2d95ea1d283) 希望能增加一个缩略图功能,能够控制缩略图的显示关闭,在缩略图的视图窗口拖动或缩放时echart图同时移动和缩放 ![image](https://github.com/apache/echarts/assets/104473720/ed3ef2cb-edc5-4cbe-95aa-39879f90670f) ### What does the proposed API look like? 增加缩略图能够提高视图的可观测性和用户体验

new-feature
pending

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