Ignoring "holes" in timeseries

Hi!

I'm using kibana to visualize forex data.
My problem is that as the forex market is closed during the weekend, I have "holes" in my timeseries:

Is there a way to ignore dates having no values in timelion?

Thanks in advance for your help! :grin:

Up! ^^

Try the .fit() function. If you want to just draw a line between the two points then .fit(scale) is probably what you want.

1 Like

Thanks a lot!!
I finally used fit(average) to have the best result.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.