- You are here:
- Home
- CodeXchange
- All
- PowerBuilder
- Google Charts
Google Charts
- * Appeon *
- Code Author
- Offline
Less
More
- Posts: 159
3 years 3 months ago #364
by * Appeon *
* Appeon * created the code: Google Charts
The Google Charts app demonstrates techniques to enhance data visualization of PowerBuilder with Google's free charting service. It is developed with Appeon PowerBuilder 2021 and compatible for deployment as traditional client/server, PowerClient, or PowerServer 2021.
Key Techniques Demonstrated:
Run Demo: demo.appeon.com/googlecharts/
Github Source Code: github.com/Appeon/PowerBuilder-Graph-Exa...%20demo/GoogleCharts
Key Techniques Demonstrated:
- Applying WebBrowser control
- Embedding Google Charts
- Integrating JavaScript with PowerScript
Run Demo: demo.appeon.com/googlecharts/
Github Source Code: github.com/Appeon/PowerBuilder-Graph-Exa...%20demo/GoogleCharts
Please Log in or Create an account to join the conversation.
- John Fauss
- Offline
Less
More
- Posts: 7
2 years 10 months ago #402
by John Fauss
John Fauss replied the code: Google Charts
A good example application that shows how one can implement the use of Google Charts in a PowerBuilder app. Thank you, Appeon, for creating and publishing this application!
Downloaders, please be aware that the enhanced web browser control (n_webbrowser in googlecharts_base.pbl) creates a JsonGenerator object in nine of the fourteen "of_createdata..." object functions without destroying them. Normal garbage collection should reclaim the memory used for these objects, but it's always best to explicitly destroy manually-instantiated objects.
Downloaders, please be aware that the enhanced web browser control (n_webbrowser in googlecharts_base.pbl) creates a JsonGenerator object in nine of the fourteen "of_createdata..." object functions without destroying them. Normal garbage collection should reclaim the memory used for these objects, but it's always best to explicitly destroy manually-instantiated objects.
Please Log in or Create an account to join the conversation.
Moderators: Appeon Administrator