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
In this example, how were you able to vertically align the Shopping Cart Active" node with the "Order Submitted" node?
As shown below screenshot we need to display Week Calendar with Meeting conflicts., without bothering about dates., only time is considered here.
Input data sets are column data (9 am to 6 pm) row data : meeting requests.
Can we achieve below requirement using google calendar/Timeliness?, we just wanted to display only time, no dates attached to it.
Note: below screen designed in out of box features , doens't seems to be working as expected.
Here is code tried with google calender doesn't seems to be working, start and end time , seems to be expecting date format. ,
any alternate suggestion/thoughts would be appreciated.
googleTimelineChartField( chartColumnData: { { type: "string", id: "Name", rowDataKey: "name" }, { type: "string", id: "Title", rowDataKey: "title" }, { type: "string", id: "style", rowDataKey: "style", role: "style" }, { type: "date", id: "Start Time", rowDataKey: "start" }, { type: "date", id: "End Time", rowDataKey: "end" } }, chartRowData: { { name: "Monday", start: time(11,30,0) , end: time( 12, 30, 00 ), title: "Meeiing 1",
},
{ name: "Tuesday", start: time( 09, 00, 00 ), end: time( 09, 30, 00 ), title: "Meeting 2",
}, { name: "Tuesday", start: time( 14, 00, 00 ), end: time( 15, 00, 00 ), title: "Meeting 3",
}, chartOptions: { height: 380 })
Thanks in advance.
Hi,Will this plug-in run in a 'air-tight' installation, meaning the Appian on-premise environment has no access to the Internet?Thanks
a!localVariables( local!download: false, { a!columnsLayout( columns: { a!columnLayout( contents: { googleBubbleChartField( label: "Pie Chart", labelPosition: "ADJACENT", chartColumnData: { { type: "string", id: "ID", rowDataKey: "id" }, { type: "number", id: "Life Expectancy", rowDataKey: "lifeExpectancy" }, { type: "number", id: "Fertility Rate", rowDataKey: "fertilityRate" }, { type: "string", id: "Region", rowDataKey: "region" }, { type: "number", id: "Population", rowDataKey: "population" } }, chartRowData: { { id: "CAN", lifeExpectancy: 80.66, fertilityRate: 1.67, region: "North America", population: 33739900 }, { id: "DEU", lifeExpectancy: 79.84, fertilityRate: 1.36, region: "Europe", population: 81902307 }, { id: "DNK", lifeExpectancy: 78.6, fertilityRate: 1.84, region: "Europe", population: 5523095 }, }, chartOptions: { hAxis: { title: "Life Expectancy" }, vAxis: { title: "Fertility Rate" }, bubble: { textStyle: { fontSize: 12, fontName: "Times-Roman", color: "green", bold: true, italic: true } } }, exportChartType: "PDF", exportChartValue: local!download, exportChartSaveInto: local!download ), googleBubbleChartField( label: "Pie Chart", labelPosition: "ADJACENT", chartColumnData: { { type: "string", id: "ID", rowDataKey: "id" }, { type: "number", id: "Life Expectancy", rowDataKey: "lifeExpectancy" }, { type: "number", id: "Fertility Rate", rowDataKey: "fertilityRate" }, { type: "string", id: "Region", rowDataKey: "region" }, { type: "number", id: "Population", rowDataKey: "population" } }, chartRowData: { { id: "CAN", lifeExpectancy: 80.66, fertilityRate: 1.67, region: "North America", population: 33739900 }, { id: "DEU", lifeExpectancy: 79.84, fertilityRate: 1.36, region: "Europe", population: 81902307 }, { id: "DNK", lifeExpectancy: 78.6, fertilityRate: 1.84, region: "Europe", population: 5523095 }, }, chartOptions: { hAxis: { title: "Life Expectancy" }, vAxis: { title: "Fertility Rate" }, bubble: { textStyle: { fontSize: 12, fontName: "Times-Roman", color: "green", bold: true, italic: true } } }, exportChartType: "PDF", exportChartValue: local!download, exportChartSaveInto: local!download ), } ) } ), a!buttonLayout( primaryButtons: { a!buttonWidget( label: "download", submit: true(), saveInto: { a!save(local!download, true()), } ) } ), })
how can i download multiple charts in single image , there is any solution
Hi, is this plugin available and up to date for Appian 21.2 & 21.3 as well? Thanks
Does the data used on these charts plugins some way used by google? or does google access to the data on charts
Hi, Thanks for the plugin, the "Markers" display mode is not working for us in Google geo chart, the "region" works though. Anything that I could be missing?
Hi,
Timeline chart works fine for us. It looks like we will need the code snippet that you're using in order to help you with the problem.
Thanks