-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
hovertemplate support for sankey #3284
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
Conversation
I am not sure the description of Finally, because the inclusion |
@@ -146,6 +147,10 @@ var attrs = module.exports = overrideAll({ | |||
].join(' ') | |||
}, | |||
hoverlabel: fxAttrs.hoverlabel, // needs editType override, | |||
hovertemplate: hovertemplateAttrs({}, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm. Sankey event data is a bit of mess:
There's probably way more stuff it in than we need. Moreover, some of it isn't consistent with event data for other traces e.g. the trace
key should be fullData
. I'm not how much we can change it w/o making breaking changes.
Oh well, these descriptions look ok to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added fullData
to the eventData in commit 3204274
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v2 changes tracked in #168 (comment)
I would add one "true" |
Done in commit 3204274! |
@antoinerg oops I forgot about this PR. Looks good 💃 |
Closes #3269