[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)
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?
。。
Can you provide an image to illustrate?
Can you provide an image to illustrate?
I don't need lines with long time intervals
How about setting connectNulls to be false?
I want a value to make a judgment, because there are other lines I need to link
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.
If it's a huge amount of data ?100w ?