Overview
This Component Plug-in provides the capability to display interactive charts in Appian using Google Charts. It offers support for the following types of charts:
Key Features & Functionality
These charts work on all Appian user interfaces and with the Appian mobile application. They are easy to configure and a sample application is provided as part of the download. The plug-in can be used to set up to provide interactive charts with drill-down capabilities and allow the event context to pass into any SAIL component(s) on the same or a different interface.
How to use the component:
2019 AppMarket Award Winner - Best Use of the Integration SDK
Is this using the Google Chart API or the Visualisation API? There are two different flavors. The Chart API sends your data to Google to render the chart and return a result. The Visualisation API renders in the browser and does not send data to Google. In your plugin, is a the library installed and available to be rendered in the browser?
We are using Google Chart API. Regarding the data privacy policies of a chart, please find the same at Google charts documentation site of the respective chart.
Hi maxs just to correct the what said - We have used Visualizations API to render the chart.