-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Description
What problem does this feature solve?
I have an issue where day and month labels overlap on some screen sizes.
Now I know I can add hideOverlap and for the time being this is what I have done.
However I think a more elegant solution would be to add an offset to the month labels.
I would be great if we could either have some kind of class inside the SVG and do this offset with css or being able to target the label type itself and add an offset with the formatter
What does the proposed API look like?
//
Metadata
Metadata
Assignees
Labels
No labels

