Sharing Google Visualization API integration with Shiny

Sharing my shiny app for those interested. The tool bar at the top has a "google charts" tab where you can read in data and create an array of very beautiful google charts. This app is not using an R package for google visualization, but directly integrates the google charts visualization API with shiny by converting R objects to JSON and using the Shiny.addCustomMessageHandler() to communicate between the R server and the client browser.

https://shiny.airast.org/METRICS/

By communicating directly with R and the javascript classes, we can scale this easily and all visual displays are interactive in the UI.

Enjoy!

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.