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 4.0 ### Steps to reproduce 使用appendData分批加载数据,并且sampling设置为默认,即不做降采样策略,如果做这个的话会影响整体的曲线。 ### What is expected? 期望能够顺畅加载,不卡顿 ### What is actually happening? 页面很卡顿,导致cpu一直飙涨 ### Any additional comments? (optional) ``` function getConfig() { const legendData...

enhancement
stale
waiting-for: community

### Version 4.7.0 ### Steps to reproduce Using series ScatterGL, symbolSize is changed dynamically (increase when zooming in, decrease when zooming out). And zooming the chart some level, the points...

bug
pending
gl
en
waiting-for: community

### One-line summary [问题简述] Stacked bar charts collapsed since 4.0.3. See screenshot. ### Version & Environment [版本及环境] + ECharts version [ECharts 版本]: 4.0.4 + Browser version [浏览器类型和版本]: Chrome 64 +...

pending

### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/multiple-y-axes-forked-qrb7ll?file=/index.js ### Steps to Reproduce 1. Create a chart with multiple Y-Axis(3 Y-Axis) 2. I want to use Data area zooming, so...

bug
pending
en

### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/quizzical-chatelet-thnn6r?file=/src/index.js ### Steps to Reproduce 点击「开启缩放」按钮,鼠标在 echarts 图上拖动时,对应 handler 不生效。 仅在绘制的线段上拖动时才会生效。 ### Current Behavior 点击「开启缩放」按钮,鼠标在 echarts 图上拖动时,对应 handler 不生效。 仅在绘制的线段上拖动时才会生效。 ### Expected...

bug
pending

### What problem does this feature solve? 如题 ### What does the proposed API look like? series.data

new-feature
pending

### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Create any chart 2. on the chart finish event . I am trying to access...

support
en

### What problem does this feature solve? When Symbol is SVG, only the SVG paths will generate a click event. so the User need to be precise in order to...

new-feature
pending
en

### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Create a line chart with a few series and animations turned off which is periodically updated...

bug
pending
en

### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce setOption took a long time. I think maybe there are some diff process need to take...

bug
pending
missing-demo
en
waiting-for: author