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

Loading chart data asynchronously?

mikemix opened this issue · comments

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

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.