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

Loading chart data asynchronously? #31

Open mikemix opened 5 years ago

mikemix commented 5 years ago

Would you be kind enough to create an example documentation paper on how to pull chart data using JavaScript from the backend?

cmen commented 5 years ago

https://developers.google.com/chart/interactive/docs/php_example

Unfortunately, this package does not handle this case. The generated Javascript directly contains data returned by the backend.

It could be an enhancement.