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 datetime xaxis with an xaxis label formatter, the final tick gets rendered but NOT the final tick label.
This issue appears on "Column", "Line" and "Mixed Column Line" charts.
While debugging the x axis formatter, I noticed the final tick value does get passed, it just never gets rendered. I left a console log in the x axis formatter function attached to the codepen link below, the 2024 value gets logged but is never rendered.
Screenshots
Steps to Reproduce
Use anxaxis of type: 'datetime
Add an xaxis label formatter function through xaxis.labels.formatter
Expected Behavior
All xaxis ticks should have an xaxis tick label.
Actual Behavior
The final xaxis tick is missing an xaxis tick label.
Description
When using a
datetime
xaxis with an xaxis label formatter, the final tick gets rendered but NOT the final tick label.This issue appears on "Column", "Line" and "Mixed Column Line" charts.
While debugging the x axis formatter, I noticed the final tick value does get passed, it just never gets rendered. I left a console log in the x axis formatter function attached to the codepen link below, the 2024 value gets logged but is never rendered.
Screenshots
Steps to Reproduce
xaxis
oftype: 'datetime
xaxis.labels.formatter
Expected Behavior
All xaxis ticks should have an xaxis tick label.
Actual Behavior
The final xaxis tick is missing an xaxis tick label.
Reproduction Link
https://codepen.io/LoopBoi/pen/raBNZpx
The text was updated successfully, but these errors were encountered: