ArielMejiaDev / larapex-charts

A Laravel wrapper for apex charts
https://larapex-charts.netlify.app/
MIT License
284 stars 84 forks source link

Example in Documentation website not working #84

Open rohan-nerdster opened 10 months ago

rohan-nerdster commented 10 months ago

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 commented 8 months ago

Thanks, currently working on a new docs site, thanks