One of my clients needs a number of reporting screens in their application. Since the deprecation of Google Image Charts back in 2012, I have used Google Charts for one off requirements. However, this requirement is more complex as this client would like a chart on every report page.
However, since this requirement is for multiple charts (some on the same page), I need to look at a more in-depth solution.
On my travels, I have found the bggardner/google-visualization-php library that's a port of the official google-visualization-java ported into PHP.
This models the G/C DataTable class pretty well and deals with all of the column types.
However, this library also has database connector functionality that my client's application already has.
I just want to know if there is something more simple I have missed?
source https://stackoverflow.com/questions/77517884/is-there-a-google-charts-php-sdk-library
No comments:
Post a Comment