Using w.config object to retrieve custom data added to a series #2648
Unanswered
john-angel
asked this question in
Q&A
Replies: 2 comments
-
I'm try to do few days ago and that not works perfectly. Sometimes extra data in series gone. Works fine with 1-2 series, with more series that works non predictable. As a workaround I'm store data in global scope |
Beta Was this translation helpful? Give feedback.
0 replies
-
Extra data is very handy, please add this possibility! |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I've seen the w.globals object can be used to display in a tooltip the custom data added to the series object, however I would like to confirm if there's a risk by using the w.config object. I made a test with a column bar and so far it's working fine.
In the tooltip option I'm getting the custom data from w.config:
Please let me know if this is ok or I should use w.globals.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions