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
Create a stepped line chart with a null value in the data (ex. data: [2, 4, 1, 2, 0, 2, 4, null, 2, 0])
Expected Behavior
In the case of a stepped line chart, one line segment should be removed (the one following the data point)
Actual Behavior
The horizontal line segments after and before the data point are both removed. This makes sense for a regular line chart, but not for a stepped line chart.
Screenshots
horizontal line should appear here, between 2023-07-01 and 2023-08-01
Description
Steps to Reproduce
Expected Behavior
In the case of a stepped line chart, one line segment should be removed (the one following the data point)
Actual Behavior
The horizontal line segments after and before the data point are both removed. This makes sense for a regular line chart, but not for a stepped line chart.
Screenshots
horizontal line should appear here, between 2023-07-01 and 2023-08-01
Reproduction Link
(https://codepen.io/Elizabeth-Lake/pen/YzmjNxY)
The text was updated successfully, but these errors were encountered: