Uh oh!
There was an error while loading. Please reload this page.
hovertemplate support for sankey - #3284
Conversation
I am not sure the description of Finally, because the inclusion |
| ].join(' ') | ||
| }, | ||
| hoverlabel: fxAttrs.hoverlabel, // needs editType override, | ||
| hovertemplate: hovertemplateAttrs({}, { |
There was a problem hiding this comment.
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.
I added fullData to the eventData in commit 3204274
etpinard
commented
Nov 26, 2018
I would add one "true" |
antoinerg
commented
Nov 28, 2018
Done in commit 3204274! |
etpinard
commented
Dec 7, 2018
@antoinerg oops I forgot about this PR. Looks good 💃 |


Closes#3269