Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChange display values #144
Open
Comments
|
Yep, check out the “hovertemplate” attribute |
|
Thanks. But, it looks like this is just a simple string template. No functionality to specify a function that returns augmented data. |
|
That’s right: Plotly.js figures are totally declarative and therefore accept no functions. That said, you can store derived data in “customdata” and refer to it in “hovertemplate” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have 2 plots displayed on one graph and I changed the values of one of the plots to ensure it was within the same y axis range as the other plot..
Is it possible to show different values on the value tooltips?
I would just need to receive the value at the current position and run a calculation on it to get the original value..