79199597

Date: 2024-11-18 10:45:30
Score: 2
Natty:
Report link

Suppose your data for line 1 is (x1,y1), (x2,y2) and for line 2 is (x3,z1), (x4,z2) (with as many data points as needed).

Make your x data [x1,x2,x3,x4], y data [y1,y2,null,null] and z data [null,null,z1,z2].

Then under options put spanGaps: true.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gareth