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
Fixed a bug where union min/max of the series were not being used to draw the lines on the multiline charts. This made it so that all input points were touching the top and bottom of the graph, even though the series' y-values did not match. Now, we introduced a global minY/maxY value to interpolate all lines against.
0 commit comments