You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use time series data with inequdistant time steps. With default settings, I got some line gaps when zooming. I followed the advice here and it helped me. Thanks!
But the usage of the NoGapHandler raises another issue. Due to the NoGapHandler it can occur that there are no timestamps and values inside a plotting window. In the attached picture it is not possible to get a tooltip for the third plot (due to missing data points which results from irregular time series). Is there a way to fill the gaps "simply" with the last known value before the gap such that I can hover it and get a tooltip? I am quite new to the plotly library.
And there is another issue (second image). When I zoom further into my data, it can occur that lines vanish as samples/timestamps lie outside the current view. Is there a way to force the resampler to sample up when there are too few samples inside the view? For example, to fill the gaps/missing values with the last known values (hold last value) to have min 500 samples and max 1000 samples inside a view, for example. That would also solve the tooltip issue above. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi there,
I use time series data with inequdistant time steps. With default settings, I got some line gaps when zooming. I followed the advice here and it helped me. Thanks!
But the usage of the NoGapHandler raises another issue. Due to the NoGapHandler it can occur that there are no timestamps and values inside a plotting window. In the attached picture it is not possible to get a tooltip for the third plot (due to missing data points which results from irregular time series). Is there a way to fill the gaps "simply" with the last known value before the gap such that I can hover it and get a tooltip? I am quite new to the plotly library.
And there is another issue (second image). When I zoom further into my data, it can occur that lines vanish as samples/timestamps lie outside the current view. Is there a way to force the resampler to sample up when there are too few samples inside the view? For example, to fill the gaps/missing values with the last known values (hold last value) to have min 500 samples and max 1000 samples inside a view, for example. That would also solve the tooltip issue above. Thanks in advance.
The text was updated successfully, but these errors were encountered: