You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ddragula
changed the title
StackLabels' verticalAlign doesn't work for logarithmic yAxis.
Stack labels' verticalAlign doesn't work for logarithmic yAxis.
Feb 15, 2023
Hi guys! There is a problem with calculating the 0 value to pixels on logarithmic axes - I will fix in HC Core. Now, I have a workaround for that issue, which overrides an HC method. You can check the demo below (the plugin is inside the IIFE function). A similar solution will be used in HC Core.
Expected behaviour
Setting
stackLabels.verticalAlign
in the logarithmic axis to any value works as in the regular axis.Actual behaviour
Setting
stackLabels.verticalAlign
in the logarithmic axis tobottom
ormiddle
makes the labels invisible.Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/fntvzh31/
Product version
Highcharts v10.3.3
The text was updated successfully, but these errors were encountered: