blacklabel / grouped_categories

Grouped categories plugin for Highcharts by Black Label
http://blacklabel.github.io/grouped_categories/
Other
92 stars 75 forks source link

label formatter bug during chart resize #141

Open pazlasko opened 4 years ago

pazlasko commented 4 years ago

Hi, I believe I found a bug. during chart resize the formatter isn't called for all labels of xAxis, it is called only for one level of xAxis. here is an example https://jsfiddle.net/pazlasko/pzrea7jv/1/ , you can see it in the console. How would you suggest to go about it?

Thanks, Paz

KacperMadej commented 4 years ago

Hi Paz,

Thank you for reporting the problem. Currently, there is no workaround for the problem.

cchang62 commented 4 years ago

Also, I confront the similar issue about resize in Angular7. While I drag window panel, some categories disappear. [My Angular example] https://angular-nxk3vw.stackblitz.io https://stackblitz.com/edit/angular-nxk3vw

Screen Shot 2019-12-21 at 7 13 47 PM

So does jQuery edition [Example from other] http://jsfiddle.net/archna_dhingra/8jgzhk9f/

But your official example is available to drag windows without broken chart https://jsfiddle.net/BlackLabel/TFhd7/

Have no idea what the difference is between examples.

KacperMadej commented 4 years ago

@cchang62 The working demo is using an older version of Highcharts. Thank you for the demos and for reporting the bug.