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
I am having problems after using it
use PhpOffice\PhpPresentation\Shape\Chart\Type\BarClustered;
use PhpOffice\PhpPresentation\Shape\Chart\Type\BarStacked;
in the code I write:
$chart = new BarClustered();
$series = new BarSeries();
it says 'Undefined type 'PhpOffice\PhpPresentation\Shape\Chart\BarSeries'.
please help me.
The text was updated successfully, but these errors were encountered:
I am having problems after using it
use PhpOffice\PhpPresentation\Shape\Chart\Type\BarClustered;
use PhpOffice\PhpPresentation\Shape\Chart\Type\BarStacked;
in the code I write:
$chart = new BarClustered();
$series = new BarSeries();
it says 'Undefined type 'PhpOffice\PhpPresentation\Shape\Chart\BarSeries'.
please help me.
The text was updated successfully, but these errors were encountered: