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
The y-axis and x-axis labels do not appear as expected.
Expected Behavior
The boxplot chart should render correctly with the y-axis representing time-based data. Each series of boxplot values should align with the specified time values on the y-axis.
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
I have ensured the time values are in JavaScript timestamp format.
Switching the yAxis.type to 'value' resolves the rendering issue, but it does not meet the requirements of my use case.
The text was updated successfully, but these errors were encountered:
rtilak-oleti
changed the title
[Bug] Boxplot chart is not working when yAxis type is time
[Bug] Boxplot chart is not working when y-axis type is time
Dec 10, 2024
Barplots, like bars, do not function well with axes with continuous data, like time or value. Because they have width which takes space. So yAxis type: 'time' won't work for you, but type: 'category' will - Demo.
Version
5.5.1
Link to Minimal Reproduction
https://codepen.io/Rajtilak/pen/OPLXvpo
Steps to Reproduce
Current Behavior
Expected Behavior
The boxplot chart should render correctly with the y-axis representing time-based data. Each series of boxplot values should align with the specified time values on the y-axis.
Environment
Any additional comments?
The text was updated successfully, but these errors were encountered: