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
When using a shared tooltip in a stacked bar chart that is using the reversedStacks option on the yAxis, I expect the tooltip to be displayed at the end of the bar (if there is room). This expected behavior would be similar to how the shared tooltip is displayed when not using the reversedStacks option.
Actual behaviour
The shared tooltip is displayed in the middle of the bar, making it difficult to view the data:
For comparison, the behaviour when not using the reversedStacks option:
Using the { legend: { reversed: true } } as a workaround works, but I can't use that because our series are ordered by size/number of results. Something like: '1', '2', '3', 'Other'.
Expected behaviour
When using a shared tooltip in a stacked bar chart that is using the
reversedStacks
option on theyAxis
, I expect the tooltip to be displayed at the end of the bar (if there is room). This expected behavior would be similar to how the shared tooltip is displayed when not using thereversedStacks
option.Actual behaviour
The shared tooltip is displayed in the middle of the bar, making it difficult to view the data:
For comparison, the behaviour when not using the
reversedStacks
option:Using the
{ legend: { reversed: true } }
as a workaround works, but I can't use that because our series are ordered by size/number of results. Something like: '1', '2', '3', 'Other'.Live demo with steps to reproduce
https://jsfiddle.net/5y6mcjp9/
Product version
Reproducible on Highcharts, master.
Affected browser(s)
I don't think the browser is of influence, but I was able to reproduce it on:
The text was updated successfully, but these errors were encountered: