echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 4.9.0 ### Reproduction link [https://jsfiddle.net/ramgorur/zmdhpcwL/latest/](https://jsfiddle.net/ramgorur/zmdhpcwL/latest/) ### Steps to reproduce Please go to the `JSFiddle` [link](https://jsfiddle.net/ramgorur/zmdhpcwL/latest/) and run the code. No setup necessary. ### What is expected? The legend...
### What problem does this feature solve? draw rect when xAxis.type is 'time' or 'category' ### What does the proposed API look like? in current API, draw a rect is...
### What problem does this feature solve? 对于 node 及 deno 等调用时,由于不能提供 DOM 节点,所以无法直接使用 echarts 进行图表渲染,对于很多地方提到的echarts.setCanvasCreator由于是私有方法,不支持直接调用,希望 echarts 可以支持直接传入canvas 的上下文对象, 或者提供一下直接传递context的方法,谢谢 参考 antv-F2: https://f2.antv.vision/zh/docs/tutorial/manual/node-env ### What does the proposed API look...
### Version 5.0.0-alpha.2 ### Steps to reproduce Just copy and paste these in any echarts online editor. const colors = ["#1576d2", "#d14a82", "#26c1f2", "#a166ff", "#9C2BB6"] const radius = [0.7, 0.75]...
## 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?...
## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 服务端生成svg示例 ### Current Behavior [大数据量服务端渲染图像缺失 ### Expected Behavior [大数据量服务端渲染图像缺失 ### Environment ```markdown - OS: - Browser:...
### What problem does this feature solve? As seen in #17631, with the current options it is not possible to achieve a chart where bars outside the axes are clipped,...
### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce import * as echarts from 'echarts'; var chartDom = document.getElementById('main'); var myChart = echarts.init(chartDom); var option;...