echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### 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...
### What problem does this feature solve? eg: from https://www.highcharts.com/demo/highcharts/dependency-wheel ### What does the proposed API look like? add dependency wheel chart types
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
### 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...
### 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...
### 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}}`,...
### What problem does this feature solve? `tooltip.formatter` 方法接受一个 `params` 参数,当 `tooltip.trigger = item` 的,`params` 是当前 hover 的 series data,当 `tooltip.trigger = axis` 时,`params` 是一个数组,包含所有的 series data 我需要在 `tooltip.trigger =...
### Version 5.5.1 ### Link to Minimal Reproduction - ### Steps to Reproduce option = { xAxis: { type: 'category', boundaryGap: false }, yAxis: { type: 'value', boundaryGap: [0, '30%']...
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...