Is there a native way with ngx-charts to draw non-continuous line chart ? I'm using the normal "line chart" but cannot find a way to achieve this (to those who wonder: no I cannot simply put "0" as value).
Same question for vertical stacked bar chart (in this case, setting the value "0" is visually acceptable but still not correct).
It seems this option exists in d3 (cf example).
Thanks