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
Thanks a lot for providing this Plug-in, I am just starting to use it and already like it!However, I have some questions about functionalities:1. It does not seem to be possible to utilize data roles like "style" (see: https://developers.google.com/chart/interactive/docs/roles#stylerole) Is this correct, and if so, are you plannign to add this in a future release of the Plug-in?2. Is there any possibility to influence date format and generally the format of x-Axis labels? I am working in Germany and would like to format labels/dates/etc accordingly...
Hi Phanthomas,
#1 This is not supported by the current version yet but we are planning to have this in our upcoming releases.
#2 Yes, We can format the date on x-Axis. Here is the code for same -
chartOptions:{ hAxis: {format: "dd/MM/yyyy"}}
Please let us know if you have any further queries.
ThanksAjit