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
Using a DateTimeLine graph with the allow_interruptions option doesn't work properly when using a series with fill. When an interruption happens, it completes the shape back to the start of the line rather than down to the x axis.
When an interruption happens, it should draw the line down to the axis the same way it does at the start and end of the graph.
The text was updated successfully, but these errors were encountered:
Using a
DateTimeLine
graph with theallow_interruptions
option doesn't work properly when using a series withfill
. When an interruption happens, it completes the shape back to the start of the line rather than down to the x axis.When an interruption happens, it should draw the line down to the axis the same way it does at the start and end of the graph.
The text was updated successfully, but these errors were encountered: