-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
More layout meta support #3548
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
More layout meta support #3548
Conversation
Original Codepen now fixed with |
Thanks @etpinard for the fix! However, I'm wondering if the metadata in |
Not yet. |
This is non-blocking, but I think it would be as simple as adding a 4th argument plotly.js/src/components/fx/hover.js Line 978 in 1808fef
If you prefer not to add |
If it's that easy, then might as well -> a0ff6a1 |
Glad that it really was that easy and thanks for improving 💃 once the tests pass on CircleCI! |
resolves #3541 by adding
layout.meta
support for:trace.name
, both in legend items and hover labelsrangeselector
buttonslabel
updatemenus
buttonslabel
sliders
stepslabel
@VeraZab I also added
TEMPLATE_STRING_REGEX
toLib
as requested.cc @plotly/plotly_js