Closed scabezasiq closed 5 years ago
Hi @scabezasiq
Thank you for reporting the problem.
This is probably because you have been using an older version of Highcharts, like 7.0.0, where this worked as you wanted: https://jsfiddle.net/BlackLabel/2Lden3mv/
It looks like a regression (broken since 7.1.0, worked up to 7.0.3) in Highcharts, so I will open an issue in the main Highcharts report and close this one.
As a workaround, you could add pointRange: 1
for all series. This value should be calculated automatically but isn't for some reason (bug).
Demo: https://jsfiddle.net/BlackLabel/2Lden3mv/1/
You could continue with the issue on the main Highcharts repository here: https://github.com/highcharts/highcharts/issues/11800
Hi, I migrated from vue-highcharts to this library and I can't make it that the chart look like before.
Should look like that:
But it look like this:
This is the example code for reproduce: https://github.com/scabezasiq/example-highchart