Open
Description
During a discussion in the plotly.py forums in came up that the hoverlabel for the scatterpolar
trace has a different behavior when the fill
state is set to toself
than when it's set to none
.
CodePen: https://codepen.io/anon/pen/EpOGdX
fill: 'toself'
for scatterpolar
It also seems that the hoverinfo
propery has no effect when fill
is toself
.
I did the same comparison with the scatterpolargl
trace and it has the behavior that I expected:
fill: 'toself;
for scatterpolargl
I don't know if this is a bug in scatterpolar
or scatterpolargl
, but I find the current scatterpolargl
behavior (The behavior consistent with fill
of none
) to be more helpful.