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
One enhancement I feel would be useful is if the component interpreted null values as "missing" data, and displayed no line segment at all. Currently, it interprets null as 0.
For example data=[1, 1, null, 1, 1] would render as a line segment, an empty gap, and then another line segment, rather than a V-shaped dip to 0.