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

## 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: doc unchanged

### What problem does this feature solve? The requirement is to display spectrum data similar to waterfall charts, support zooming, and the amount of data is huge, with hundreds of...

new-feature
pending
en

### What problem does this feature solve? I drew some rectangles using series custom and need to perform box selection on them. Currently, the toolbox does not support box selection...

new-feature
pending
en

### What problem does this feature solve? How to set a linear-gradient about visualMap,I want to set pieces of color is linear-gradient ### What does the proposed API look like?...

new-feature
pending
en

### What problem does this feature solve? 我们的需求场景有2个: 1. 16个温度曲线渲染在单独的dom中,每个曲线最多可能有30000个点,每1s刷新一次数据 2. 3条曲线渲染在单独的dom中,其中2条曲线最多可能有30000个点,第3条曲线最多可能有60000个点,每500ms刷新一次数据 场景 1 要求尽量不丢失细节,对高低温位置比较敏感。目前用 5.6.0-rc.1 的新 minmax 算法,放大后可能和不采样时有所出入。 场景 2 用 5.6.0-rc.1 的新 minmax 算法基本满足需求了。 建议开启采样后,如果放大了,缩放后展示区域的点数

new-feature
pending

### Version 5.1.0.0-current ### Link to Minimal Reproduction without ### Steps to Reproduce `` ECharts 饼图示例 var myChart = echarts.init(document.getElementById('main')); var option = { title: { text: '访问来源', left: 'center'...

bug
pending
en

### Version 5.1.2 ### Steps to reproduce setOption(`option with some error`), Error: `setOption` should not be called during main process. when I fixed option , try setOption again, it still...

bug
pending
missing-demo
en
waiting-for: author

### Version 5.5.1 ### Link to Minimal Reproduction https://codepen.io/Srikanth-Sangana/pen/ogvwbgv ### Steps to Reproduce 1. I am using ECharts to render a line chart with a piecewise visual map. 2. Below...

bug
pending
en

Hello everyone. I didn't know Apache also made graphs. Great news. Only that looking through your examples online I can say that you should improve the financial graphs area. In...

new-feature
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/XS