Skip to main content
shreeharip
May 1, 2025
Solved

Multi Line graph in Appian

  • May 1, 2025
  • 4 replies
  • 1 view

I am using the code below to show line graph for Appian.  but based on our requirements , I have to show two lines instead of one line . Is it possible in Appian ? 

If so , Could you please let me know how to do it ?

a!cardLayout( contents: { a!localVariables( a!lineChartField( label: "Average Days to Complete Verification Phases", instructions: "", categories: {"Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "Jan", "Feb"}, series: { a!chartSeries(label: "Sales", data: {72, 91, 93, 95, 92, 99, 98, 99, 79, 83, 90, 99}) } ) ) }, marginBelow: "EVEN_LESS", showShadow: true() ),

Best answer by stefanhelzle0001

Something like this

docs.appian.com/.../Line_Chart_Component.html

4 replies

stefanhelzle0001
May 1, 2025

What exactly do you mean by that? What does the second line show?

shreeharip
May 1, 2025

Thanks for the prompt reply 

The code I shown above is just a sample code . 

Bascially my requirement is to show two lines as per the attached image . I would like to know whether it is possible with Appian ?

 

stefanhelzle0001
May 1, 2025