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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,8 @@ The query parameters are defined for all plots and can be set in the topbar. Mak
79
79
80
80
-**Quick Select:** You can also utilise quick select to get an absolute timestamp for relative time. If you apply the query parameters, relative times will be recalculated, if quick select is active.
81
81
82
+
<spanid="raw-when-sparse"></span>
83
+
82
84
-**Raw when sparse:** This toggle defines if the curves should be drawn using raw data if there are not enough points for binned data. This simply removes unnecessary min/max curves and is highly recommended to stay activated.
83
85
84
86
<spanid="remove-empty-bins"></span>
@@ -297,7 +299,7 @@ This is unfortunately not supported by the timepicker of barely any browser. You
297
299
298
300
#### No data available in selected timerange, but other tools show data?
299
301
300
-
It might be that other tools simply show empty / propagated bins, that have a count of 0. These are filtered out by default. Try [showing them](#remove-empty-bins) to see if you still see no data. Make sure to apply after showing!
302
+
It might be that other tools simply show empty / propagated bins, that have a count of 0. These are filtered out by default. Try [showing them](#remove-empty-bins)(also [disable raw data if sparse](#raw-when-sparse)) to see if you still see no data. Make sure to apply after showing!
0 commit comments