highcharts / highcharts-vue

Other
686 stars 150 forks source link

pointPlacement option not work #103

Closed scabezasiq closed 5 years ago

scabezasiq commented 5 years ago

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: Captura de Pantalla 2019-08-23 a la(s) 11 09 59

But it look like this: Captura de Pantalla 2019-08-23 a la(s) 11 11 18

This is the example code for reproduce: https://github.com/scabezasiq/example-highchart

KacperMadej commented 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