cmen / CMENGoogleChartsBundle

This Bundle provides a Twig extension and PHP objects to display Google charts in your Symfony application.

Home Page:https://developers.google.com/chart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

khaliltr opened this issue · comments

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.)?

    $pieChart->getOptions()->setBackgroundColor('transparent');