In building the RCE controls for funnel I notice that this requirement wasn't met: https://github.com/plotly/plotly.js/issues/3504#issuecomment-486423160 ... I can't turn the three percentages on or off via the hoverinfo flaglist as far as I can tell.
Is there is a similar issue with bar and waterfall?
We didn't discuss anything specific for waterfall, but we could discuss it later. Let's fix the funnel case for now please, as it's a well-spec'ed requirement we already agreed to :)
Should we add hoverinfo flags (initial | previous | total) for each of those percentages or turning off the three using none or skip is enough?
All three please, same as textinfo, just like in the spec :)
Question: is it possible to access these via hovertemplate in some way?
Question: is it possible to access these via
hovertemplatein some way?
We can make that possible, yes!
Thanks! The hoverinfo thing is pretty important, the hovertemplate is more of a nice-to-have. I'd say more generally that as a rule, anything that is accessible to hoverinfo should be accessible to hovertemplate. Should I create a separate issue for that?