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
Hi, we are trying to use the Timeline chart for one of our reports. The row selection seems to store only the row number, the corresponding column number is not getting populated when I click on the chart. can you please get this updated. I have attached the screenshot for your reference.
This is expected in timeline chart as you are clicking on a single bar which represents one row in chartRowData input. For you to identify the element clicked, please look at chartRowData input data at the row index in the onSelection output.