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.2.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=line-simple ### Steps to Reproduce Set the following option, change browser to mobile mode (or test on mobile phone), move your mouse...

bug

### What problem does this feature solve? eg:![image](https://github.com/user-attachments/assets/b55fe03c-da80-4abd-b111-aeb50df838b3) from https://www.highcharts.com/demo/highcharts/dependency-wheel ### What does the proposed API look like? add dependency wheel chart types

new-feature
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
PR: author is committer
size/S
PR: doc unchanged

## 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
PR: first-time contributor
PR: doc unchanged

### Version 5.5.1 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vw8p5g ### Steps to Reproduce I did encounter this bug in my professional work, so I cannot share this context but it...

bug
pending
en

### What problem does this feature solve? Hello, I’m using Heatmap with Echarts. I set the x,y coordinates to `type:value` and use a heatmap, but the cell size is fixed...

new-feature
pending
en

### Version 5.0.1 ### Steps to reproduce 1. Open Treemap example (https://echarts.apache.org/examples/en/editor.html?c=treemap-disk) 2. Add the following label configuration: ```js // option.series ... label: { show: true, formatter: (x) => `{blue|${x.name}}`,...

bug
en

### What problem does this feature solve? `tooltip.formatter` 方法接受一个 `params` 参数,当 `tooltip.trigger = item` 的,`params` 是当前 hover 的 series data,当 `tooltip.trigger = axis` 时,`params` 是一个数组,包含所有的 series data 我需要在 `tooltip.trigger =...

new-feature
pending
topic: tooltip

### Version 5.5.1 ### Link to Minimal Reproduction - ### Steps to Reproduce option = { xAxis: { type: 'category', boundaryGap: false }, yAxis: { type: 'value', boundaryGap: [0, '30%']...

bug
pending
en

The problem is the series set the data and legend set the data but in the end the legend dont show and have an error `Legend data should be same...

bug
pending
en