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 displaying an horizontal bar chart, x axis format is not correctly shown on the tooltip. The values displayed on the axis itself are correctly formatted using the x-axis formatter function, but the values shown in the tooltip are formatted using the y-axis formatter (if provided).
I'm willing to triage this issue but since I'm not familiar with the codebase some guidance could be helpful.
Steps to Reproduce
Create a chart with chart type 'bar' and plotOptions.bar.horizontal 'true';
This bug must be related to what I am experiencing. I can't get a logarithmic scale to display properly because the bars end up being the wrong length. It really makes log scale unusable for this type of chart.
Description
When displaying an horizontal bar chart, x axis format is not correctly shown on the tooltip. The values displayed on the axis itself are correctly formatted using the x-axis formatter function, but the values shown in the tooltip are formatted using the y-axis formatter (if provided).
I'm willing to triage this issue but since I'm not familiar with the codebase some guidance could be helpful.
Steps to Reproduce
Expected Behavior
Actual Behavior
Screenshots
Reproduction Link
https://codepen.io/FabioSpa/pen/QWRjvMY
The text was updated successfully, but these errors were encountered: