You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix texttemplate formatting for scattergl and scatterpolargl
... by adding a formatLabels method. The result is a bit hackier
than for the SVG trace types as we have to juggle with calcdata
mocks. Note also that text templates are formatting during the
calc step for scattergl and scatterpolargl which may cause
some issues down the road. I didn't notice anything in this
iteration, but we should probably move the text templates
formatting down to the plot step down the road.
0 commit comments