cmen / CMENGoogleChartsBundle

This Bundle provides a Twig extension and PHP objects to display Google charts in your Symfony application.
https://developers.google.com/chart/
Other
75 stars 21 forks source link

Is there a way of using a transparent background on a chart? #29

Closed khaliltr closed 5 years ago

khaliltr commented 5 years ago

I'm using the Google Charts With this bundle in symfony, I'am wondering if it's possible to use a transparent background on a chart (e.g. line graph, pie chart, etc.)?

khaliltr commented 5 years ago
    $pieChart->getOptions()->setBackgroundColor('transparent');