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

Can't edit position of legend... #41

Closed bhyassine closed 4 years ago

bhyassine commented 4 years ago

Hello everyone, I am trying to put the Legend in the center of my GeoChart, using: $geoChart->getOptions()->getLegend()->setPosition('center') but I have this Error: Attempted to call an undefined method named "setPosition" of class "CMEN\GoogleChartsBundle\GoogleCharts\Options\GeoChart\Legend". The Legend of GeoChart can't me moved? Thanks for your help!

cmen commented 4 years ago

Hello,

https://developers.google.com/chart/interactive/docs/gallery/geochart#configuration-options

Only two options exists for GeoChart legend : numberFormat and textStyle