echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### What problem does this feature solve? ```ts option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type: 'value', max: 500,...
### What problem does this feature solve?  格式化时间样式后,时间间隔较小时纵坐标值重复的问题 ### What does the proposed API look like? interval: 'day' | 'month' | 'year'
### What problem does this feature solve? Tree charts now cannot have a distance information for the particular edge. To draw not usual but [phylogenetic tree](https://en.wikipedia.org/wiki/Phylogenetic_tree) such an information is...
### Version 5.0.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Go to https://echarts.apache.org/examples/en/editor.html?c=line-step 2. Turn on "Use Dirty Rect" 3. Download the image. ### Current...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
### What problem does this feature solve? I would like to download options(Options Preview), any way to download these options as of now?  Steps to Reproduce: 1) Go to...
### What problem does this feature solve?  would be better when `yAxis` has limit ### What does the proposed API look like? ```js dataZoom: [{ showDataShadow: false dataShadow: {...
### Version "echarts": "^5.2.2" "echarts-for-react": "^3.0.2", ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ```js option = { tooltip: { show: false, formatter: '{a} {b} : {c}%'...
### What problem does this feature solve? We would like to add line chart that are calculated from the values of other lines charts in the same graph. The calculation...
### What problem does this feature solve? Clicking a pie chart section or a legend entry should be able to take the user to a specified URL. I render my...