Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Overview
Allows users to generate images for charts created in Appian which can be used in Emails, PDFs, and more!
Key Features & Functionality
Smart Services:
Hi simonh790,
Thanks for reporting this! We will look into this and get back to you.
hi we are using lineChartField, but it prompts error when datetime list is on same day
Expression evaluation error at function 'generatetimeseries' [line 10]: You are attempting to add an observation for the time period 21-December-2022 but the series already contains an observation for that time period. Duplicates are not permitted. Try using the addOrUpdate() method.
generatetimeseries( legends: { "Legands1"}, data: {'type!{https://www.vuram.com/plugins/charts/timeseries}TimeSeriesChartData'( date: { datetime(2022,12,21,10), datetime(2022,12,21,11), datetime(2022,12,21,12), datetime(2022,12,21,13) }, value: {10,20,44,55} )}, xAxisLabel: "Xlabel", yAxisLabel: "Ylabel", destination: cons!COM_FOLDER_TEMP, fileName: "TimeSeries Chart", fileDescription: "TimeSerieschart", chartTitle: "Title", imageSize: "MEDIUM", showBorder: true(), showLegend: true() )
I would rather extend coloring to bars too. Is there any chance that the plugin supports it?
Any guidance on how to use the plugin functions?Simply wrote this and it ain't workinggeneratepie(legends: {"a", "b", "c"},data: {10, 15, 20},destination:cons!TESTFOLDER,fileName: "test",fileDescription: "rem")Appreciate your help
Our customer would like to be able to:
1) Specify pie chart colors
2) Conditionally hide pie slice labels
Please check the document attached with the downloaded zip, that might help you.Please let us know if any other difficulties you are facing
Can someone help how to configure chart setting in "Create Chart" smart service?