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

Example in Documentation website not working #84

Open
rohan-nerdster opened this issue Nov 17, 2023 · 1 comment
Open

Example in Documentation website not working #84

rohan-nerdster opened this issue Nov 17, 2023 · 1 comment
Assignees

Comments

@rohan-nerdster
Copy link

For this example

      return $this->chart->pieChart()
          ->setTitle('Top 3 scorers of the team.')
          ->setSubtitle('Season 2021.')
          ->addData([40, 50, 30])
          ->setLabels(['Player 7', 'Player 10', 'Player 9']);
  }

it shows that addData doesn't exist in v6

@ArielMejiaDev ArielMejiaDev self-assigned this Jan 3, 2024
@ArielMejiaDev
Copy link
Owner

Thanks, currently working on a new docs site, thanks

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