echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Using the x-axis of the Line time type want to control the distance between two data points that are connected (i.e. not connecting data points beyond a certain time interval)

Open KipSong opened this issue 1 year ago • 7 comments

What problem does this feature solve?

Line graphs using the time type will be connected into lines, and data with long time intervals will appear as a long line which is not conducive to data analysis.

What does the proposed API look like?

。。

KipSong avatar Apr 16 '24 06:04 KipSong

Can you provide an image to illustrate?

Ovilia avatar Apr 18 '24 07:04 Ovilia

Can you provide an image to illustrate?

image

KipSong avatar Apr 18 '24 07:04 KipSong

I don't need lines with long time intervals

KipSong avatar Apr 18 '24 07:04 KipSong

How about setting connectNulls to be false?

Ovilia avatar Apr 18 '24 09:04 Ovilia

I want a value to make a judgment, because there are other lines I need to link

KipSong avatar Apr 18 '24 10:04 KipSong

not connecting data points beyond a certain time interval

ECharts cannot guess what this "certain time interval" is. Usually data pre-processing takes care of such specific requirements - Demo. image

helgasoft avatar Apr 18 '24 17:04 helgasoft

If it's a huge amount of data ?100w ?

KipSong avatar Apr 19 '24 06:04 KipSong