score:0

Accepted answer

i have the answer for now which i got the answer straight from the creator of highchart

you may refer to his answer here: https://github.com/highslide-software/highcharts.com/issues/3043#issuecomment-42819076

score:0

you can use highstock.js and set oridinal parameter as false

score:6

placing a null in your series data will do this exact thing:

series: [{
    data: [29.9, 71.5, 106.4, 129.2, null, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]
}]

here's an example.

enter image description here


Related Query

More Query from same tag