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
When you use setShowLegend() it will in the end return a string 'true' or 'false' which won't work in the vue version. public function getLegendPosition(): string { return $this->legendPosition ? 'true' : 'false'; }
The text was updated successfully, but these errors were encountered:
When you use setShowLegend() it will in the end return a string 'true' or 'false' which won't work in the vue version.
public function getLegendPosition(): string { return $this->legendPosition ? 'true' : 'false'; }
The text was updated successfully, but these errors were encountered: