Re: most optimized line chart

2021-11-08 Thread Per Franck
Thanks, Yi. What kind of parameters/options do you use for configuring the chart otherwise? i want to remove anything "fancy" such as tooltip or pretty drawing or anything else that could slow the rendering down. -- Per On Sun, Nov 7, 2021 at 6:43 PM Yi Shen wrote: > Hi, > Store data in a stat

line chart gaps with points outside chart

2021-11-08 Thread Per Franck
Is there a way to avoid gaps in data when a point is outside the chart? e.g. I have this chart [image: image.png] when i zoom in a tad, i get this. [image: image.png]

Re: most optimized line chart

2021-11-08 Thread Yi Shen
symbol draw will cause performance drop significantly. So don't forget to disable it: { showSymbol: false } And remove dataZoom if you don't need it. It will process the data and drop the performance a bit. Other components like tooltips won't affect the performance. But if you don't like it, y

Re: line chart gaps with points outside chart

2021-11-08 Thread Yi Shen
Hi, The key is to set filterModel to 'none' in dataZoom and set clip to true in series. Check the example https://echarts.apache.org/examples/zh/editor.html?c=line-function Regards On Tue, Nov 9, 2021 at 2:23 AM Per Franck wrote: > Is there a way to avoid gaps in data when a point is outside

[GitHub] [echarts-handbook] idaibin opened a new pull request #24: doc: update typos

2021-11-08 Thread GitBox
idaibin opened a new pull request #24: URL: https://github.com/apache/echarts-handbook/pull/24 文字修改:小雨 -> 小于 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe