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 there a way to create stacked bar/column charts with this? I've started playing with it but it seems to have many fancy options, except the main 2 which are bar charts and column charts. Is there a way to simulate a stacked bar/column chart with the given options?
Hi Jose H. Yes you can create stacked bar/column charts by our google combo chart field where you have to just pass the following configuration to make it stacked -
chartOptions: {isStacked:true}
Jose H. Additionally, Stacked Bar and Column charts are already available as Appian OOB that's why we have avoided adding redundant charts.The purpose of making this google chart plugin is to extend already available charting capability in Appian.