Highcharts: Is there a way to show connecting lines on Waterfall chart having few null data values?

41 Views Asked by At

On Highcharts version 10.3.3, if waterfall chart is plotted on data containing few null values, connecting lines are not shown for all valid cases.

Demo:

Connecting lines Issue on v10.3.3 : https://jsfiddle.net/rxq4vznj

Please refer the following series object:

"series": [{
      "zIndex": 1,
      "internalName": "UntitledCube4_UntitledCube4_ID_1_msr",
      "type": "waterfall",...

Please suggest a fix for this issue.

0

There are 0 best solutions below