Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show legend true/false does not work #108

Open
dogus2011 opened this issue Sep 22, 2024 · 1 comment
Open

Show legend true/false does not work #108

dogus2011 opened this issue Sep 22, 2024 · 1 comment

Comments

@dogus2011
Copy link

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'; }

@marineusde
Copy link
Contributor

I published a fork of the project some days ago and have done some codestyle, bugfixed ect. Can you check please, if it works there:

https://github.com/marineusde/larapex-charts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants