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 legendHeight setter in mount
When VueEllipseProgress mounts, it might have `legend` disabled, in which case
the `legendHeight` property should be set to `0` rather than trying to access
the nonexistent `legend` template ref.
* Use method for updateLegendHeight
0 commit comments