echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 4.9.0 ### Steps to reproduce 目前业务层面上的数据可能会在几十万上下,但是使用echarts去渲染时特别卡顿,无论是dataset模式还是常规模式都一样,使用svg方式渲染也是一样! 一般模式 https://www.makeapie.com/editor.html?c=xxAa4x9w_Y dataset模式 https://www.makeapie.com/editor.html?c=xJm15mIBjf&v=1 ### What is expected? 可有对大数据量(几百万甚至上千万)渲染的解决方案? 1 . 比如虚拟渲染啥的,一开始数据点全部挤在一块,就按照平均取值对X轴和数据进行部分渲染,鼠标滚轮滚动在逐一渲染 2. 如地图形式一样,拖拽缩放地图,就渲染当前可视区的数据 ### What is actually happening? 大数据量情况下,echarts渲染操作特别卡
### What problem does this feature solve? When using a force-directed graph, the size of the generated graph is larger than the size of the container, and it needs to...
### Version 5.3.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=radar&version=5.3.3 ### Steps to Reproduce 1. set option `js radar:{ axisName:{ width:100, backgroundColor:'pink', } } ` 2. as you can see, there...
请教个问题,就是我导入svg文件,然后点击一个区域的时候,这个区域层级提高遮住了这个区域上面的部位,请问如何在geoselectchanged事件里面修改path区域的层级呢,让它只变色,不变层级
### What problem does this feature solve? 请教个问题,就是我导入svg文件,然后点击一个区域的时候,这个区域层级提高遮住了这个区域上面的部位,请问如何在geoselectchanged事件里面修改path区域的层级呢,让它只变色,不变层级 ### What does the proposed API look like? 请教个问题,就是我导入svg文件,然后点击一个区域的时候,这个区域层级提高遮住了这个区域上面的部位,请问如何在geoselectchanged事件里面修改path区域的层级呢,让它只变色,不变层级
### Version 5.2.2 ### Link to Minimal Reproduction https://github.com/apache/echarts/issues/10223 ### Steps to Reproduce Have a look to https://github.com/apache/echarts/issues/10223 each steps are described to reproduce it. Very easy ### Current Behavior...
### What problem does this feature solve? 在3D 散点图中 axis equal 对形状的视觉效果影响很大 ### What does the proposed API look like? axis_opts=opts.AxisOpts(is_axis_equal=True)
### What problem does this feature solve? - The [grid.id](https://echarts.apache.org/en/option.html#grid.id) property is defined as _Component ID, not specified by default. If specified, it can be used to refer the component...
### Version 5.3.3 ### Link to Minimal Reproduction https://codepen.io/echarts-demo/pen/ExELMJO ### Steps to Reproduce Check the link to minimal repro :) https://codepen.io/echarts-demo/pen/ExELMJO ### Current Behavior data from the dataset do not...
### Version 5.3.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=graph-circular-layout ### Steps to Reproduce 1. During state animation of circular graph, scroll mouse wheel to zoom (or use touchpad) ### Current...
### What problem does this feature solve? I think manage data with dataset is a correct direction, and we are recommended to use dataset. However, the example using dataset is...