Tick/PointLabels: callback vs formatter #9113
stockiNail
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I think something along the lines of So them |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The ticks and point labels configurations have got a
callback
property in order to format the tick or point label.In my opinion,
callback
is a generic name and not really explain the goal of this property.Taking DataLabels plugin as example, maybe the property could be renamed in
formatter
, aligned with theformat
option for tick as well.Of course, if this proposal will be accepted, this is a breaking change.
Beta Was this translation helpful? Give feedback.
All reactions