echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### What problem does this feature solve? Currently the Gauge chart from Echarts only allow to configure splitNumber but I need a way to only show certain axisLabels and axisTicks...
### Version 5.5.1 ### Link to Minimal Reproduction https://codepen.io/Srikanth-Sangana/pen/ZEZQyMd ### Steps to Reproduce 1. Define a chart option with a background image using an SVG base64 data URI. 2. Render...
### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=graph-circular-layout ### Steps to Reproduce 1. Add a color array: ```javascript var color = [ "#E91E63", "#03A9F4", "#4CAF50", "#9C27B0", "#FFC107", "#673AB7", "#009688",...
### Version 5.4.3 ### Link to Minimal Reproduction No response ### Steps to Reproduce Create datazoom event Try to type ### Current Behavior For example, we have the following code:...
### Version 5.0.0 ### Reproduction link [https://echarts.apache.org/next/examples/zh/editor.html?c=graph](https://echarts.apache.org/next/examples/zh/editor.html?c=graph) ### Steps to reproduce  鼠标放在 **类目2** 上,节点淡出显示对象为其它类目节点对象 ### What is expected? 关联类目 淡出显示到正确对象上。 ### What is actually happening? 鼠标放在 **类目2** 上,淡出显示对象为其它类目对象
### Version 5.4.3 ### Link to Minimal Reproduction no ### Steps to Reproduce   是这样的,我想要后面的风机一直旋转,我就使用了transition和rotation属性,但是不能一直旋转我应该怎么去设置它 Well, I want the back fan to rotate all the time, so I use...
fix(line): Removal of partial connections around null values for step lines with connectNulls=false
## 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/s/compassionate-lamport-6y7yc7?file=/src/App.js ### Steps to Reproduce create a tooltip that returns long series names ### Current Behavior the tooltip has poor positioning. the...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce option = { dataset: { dimensions: ['product', '2015', '2016', '2017'], source: [ { product: 'Matcha Latte',...
## 如图所示,我如果使用encode,以’**product**‘为X轴,“**2016**”为Y轴的话,维度相同的数据就会重叠。 ## 有没有什么方法可以让相同维度的数据相加。因为实际项目中涉及的数据量很大,循环相加并不是好的解决方法 