echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce - Use this to get a Text graphic: ``` new echarts.graphic.Text({ style: api.style({ overflow: 'truncate', backgroundColor:...
### Version 5.3.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=calendar-heatmap ### Steps to Reproduce Hi, I was trying to use VisualMap with piecewise option, however, not all the legends are visible,...
### What problem does this feature solve? Apache ECharts Node.js Export Server ( Server Side Rendering , HTTP Server) Convert Apache ECharts charts to static image files. This is a...
### What problem does this feature solve? no ### What does the proposed API look like? no
### What problem does this feature solve? When we have data visualization which shows multiple parameters in single chart we need to modify visualization or data displayed through additional controls...
### Version 4.7.0 ### Reproduction link [https://gallery.echartsjs.com/editor.html?c=x2EHYSD-AU&v=2](https://gallery.echartsjs.com/editor.html?c=x2EHYSD-AU&v=2) ### Steps to reproduce ``` option = { title: { text: 'Awesome Chart' }, tooltip: { trigger: 'axis', hideDelay: 0, backgroundColor: 'rgba(245, 245,...
### Version 5.3.3 ### Link to Minimal Reproduction [https://codepen.io/littleKoi/pen/jOzJRPK](https://codepen.io/littleKoi/pen/jOzJRPK) ### Steps to Reproduce 1. When initializing, set `label.show = true` and `labelLayout.hideOverlap = true`; this time it behaves normally. 2...
### Version 5.3.3 ### Link to Minimal Reproduction https://jsfiddle.net/5swqt09a/1/ ### Steps to Reproduce 1. Go to jsfiddle 2. click on "Change Visual Map SplitNumber" ### Current Behavior visualMap legend runs...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Open any chart, for ex. bar chart inside any other container 2. Try to hover...
### What problem does this feature solve? I just have two Echart instances, both of them have a dataZoom. How do I make them move synchronously when I scroll? ###...