I have a Highcharts configuration that is using the "Step
" property under label
to force displaying title. But I still see that the titles are ignored by Highcharts randomly. Is there a consistent way to enforce Highcharts to always display title text regardless of the length of the title text?
I tried to use a formatter callback function to restrict the length or format the label text but somehow this looks more of a hack than a proper solution.