Kozea / pygal

PYthon svg GrAph plotting Library
https://www.pygal.org
GNU Lesser General Public License v3.0
2.64k stars 411 forks source link

'fill' doesn't work properly with 'allow_interruptions' #561

Open gazpachoking opened 8 months ago

gazpachoking commented 8 months ago

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.

image

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.