Hello-
I got this to work in the new timeseries by doing this:
transformNull(-1) to turn all the nulls to -1 (or a value that works for you)
followed by
minimumAbove(-1)
Which has the effect of hiding all the missing values in the graph and the tooltip.
I did find that a lot of other functions just made everything disappear for some reason, or didn’t do anything. But the functions above worked!
Also, had no problem getting the tooltips to sort by value. It’s there, just dig a little.
=Rich