-
Notifications
You must be signed in to change notification settings - Fork 185
Custom format for the crosshair mark? #1596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same problem for the tip / pointer. In my case I would just like it to use the |
I would like to be able to apply a format to the crosshair text for x and y so that the text that shows up with the crosshair matches the formatted labels on the axes. |
Are there any examples of implementing a custom cross hair with the pointer transform and text mark as suggested by the docs? I've been searching around and coming up empty. |
The crosshair mark doesn’t currently provide an option to control how the values are formatted. The text channel in constructed using an initializer. Maybe it needs a format option, but we’d need separate options for x and y?
The text was updated successfully, but these errors were encountered: