I currently have a mujltiple datasets, however, some of the values in each dataset are set as null (this is intentional). I need the graph to NOT display within the dates that are null values (so there are visible cut off points), I’ve tried doing this in canvasjs, but it just draws a straight line between the dates either side. setting the value to 0 will not suffice, I don’t want the graph showing a drop, just a cut off point at where the null starts, until the next non-null value. I’m able to achieve this in jchartfx, as I’m trying various graph generating packages at the moment, but would prefer to use canvasjs, Is this possible, and if so, how?
Many thanks