Hi everyone,
I'm working with a Gantt chart that uses Highcharts, and I've encountered an issue with the X-axis labels not adjusting correctly when zooming. Specifically, when I select a range (e.g., week) in the range selector, the top X-axis (which displays year and month) remains fixed to show year and month, even though it should display week and day when zoomed in.
Expected Behavior:
When the zoom level is at a week level, the X-axis should show week and day labels.
When zoomed out, the X-axis should show month and year labels.
However, for some datasets, the X-axis behaves as expected, while for others, the labels do not adjust dynamically as the zoom level changes.
Has anyone encountered this behavior? If so, how did you resolve it? Any insights or suggestions would be appreciated!
Thanks in advance!