Closed khaliltr closed 5 years ago
I haven't understood the documentation official because they using javascript https://developers.google.com/chart/interactive/docs/gallery/calendar#a-simple-example,
I want to make it with php in symfony like the pieChart
$pieChart = new PieChart(); $pieChart->getData()->setArrayToDataTable( //data... ); .. i have used
$calendar = new Calendar(); $calendar->getData()->setArrayToDataTable();..
but not working
Did you see and test the example here : https://github.com/cmen/CMENGoogleChartsBundle/blob/master/Resources/doc/cookbook.md#calendar-chart ?
Oh i'm sorry i didn't see that, thank you
I haven't understood the documentation official because they using javascript https://developers.google.com/chart/interactive/docs/gallery/calendar#a-simple-example,
I want to make it with php in symfony like the pieChart
$calendar = new Calendar(); $calendar->getData()->setArrayToDataTable();..