echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.4.2 ### Link to Minimal Reproduction https://codepen.io/sathe-pooja/pen/ExzEvMZ ### Steps to Reproduce 1. Open the plotly chart 2. Click towards the end of any axis 3. Enables ability to...
## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?...
### What problem does this feature solve? These are the current cursor icons for the dataZoom slider: | Resize | Brush | Move/Drag | |--------|-------|-----------| |  |  |...
### What problem does this feature solve? Breadcrumbs can show the path of the current node. It would be great if sunburst has the same ability as treemap ## superset...
### Version 5.5.1 ### Link to Minimal Reproduction chart = { tooltip: { trigger: 'item' }, legend: { show: false }, series: [ { name: 'Cylinders Loaded', type: 'pie', radius:...
### What problem does this feature solve? If the axis labels do not fit, then autoRotate will automatically calculate axisLabel.rotate to make them fit. `axisLabel.interval='auto'` will cause missing/skipped labels, like...
### Version 5.4.2 ### Link to Minimal Reproduction Not possible ### Steps to Reproduce 1. Create custom series type. 2. Create legend with data item to be able to hide/show...
### Version 5.1.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=scatter-label-align-top&version=5.1.0 ### Steps to Reproduce // this is my code: const data = [ [[28604, 77, 17096869, 'Australia', 1990], [31163, 77.4, 27662440,...
## 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://echarts.apache.org/examples/en/editor.html?c=pictorialBar-vehicle&code=MYewdgzgLgBADgQygCwMoE8C2AjEAbCGAXhgG8AoGGaBAJwC5KqYByRFegek4FkBGAAwAaQTADCAVgB0EkQJjTZEhUPliALDKHLNs0cNEato3SOWyATGsVmFx-YLkwAXiyHkAvgG5yIOFABLcGIyJgBzWgCAE3pQ5hhQMCgEALAAGQRsAFM8WKhaAFcs93i8LIAzKFirJg8SmAAPAEEGgIhYiniopARYgG0WGloWAF16qlSANyzaCCy8wuKmKgRWiDTU-bJqZBAAdwWimDrlmFW2gBUA4ABrDp39w6zj8eo4PACoDbAt0geDmD5I4neLndaZHIdU5UTB0MKpWKOaEwcrgKCoALOLZ8dSnEHMMEABRAqSgMyh8SoeAhuTilKoEF2AKBS3pMLhCJgAGYBMiPHjavV0C02hTmBB3p9vr9_k8XqcwRlsrS_ozHoDFvLQWsrrd7mrmZr8Ss1tL9Uy5fyqPi5pEsu0YH1Tp1KWAEJgtiwrHwJG5kVB0HBPXBrlAQJEEHgAEJ0P30iBYXB4ABKWSDSCerwZifwGKx_RYgjgDTcrCLJbGyOwdAA4gg4LFCwIAKRxyndZL9ZFUF1smCTSNFRESADsWcpCZw-Fi7DQOYIUiG3eOyJGAqoa-8QA ### Steps to Reproduce 1. Set up pictorial bar chart as in the minimal reproduction example: the most important thing is...