Hi All,
I’m trying to create line graph which has gaps in it. I would like to fill the area below the graphed area however when there are gaps in the data it fills the gaps as well.
See this example:
https://codepen.io/cjgordon/pen/moaaoY
Ideally I would like it to to not fill the gap between x=2 and x=4 with the fill simply just ending in a straight line to y=0 at 2, and restarting at x=4.
I have investigated the various fill options but none of them seem to achieve this.
Thanks in advance.