How to create a step graph?

Could you please advise how to create the report in Appian (see example in attachement)?...

OriginalPostID-113209

OriginalPostID-113209

  Discussion posts and replies are publicly visible

Parents
  • I have already reviewed the documentation and following it I can't get the desider result. What I am able to achieve it far differnt from what I need. Please see the inteface code here:
    =a!lineChartField(
    categories: {0, 100, 101, 200, 201, 300, 301, 400, 401, 500},
    series: {
    a!chartSeries(label: "Discount", data: {2, 2, 4, 4, 6,6, 8,8,10,10})
    },
    xAxisTitle: "Sales threshold",
    yAxisTitle: "Discount %",
    showLegend: false
    )

    Could you send me an example that will present exactly what I sent?
Reply
  • I have already reviewed the documentation and following it I can't get the desider result. What I am able to achieve it far differnt from what I need. Please see the inteface code here:
    =a!lineChartField(
    categories: {0, 100, 101, 200, 201, 300, 301, 400, 401, 500},
    series: {
    a!chartSeries(label: "Discount", data: {2, 2, 4, 4, 6,6, 8,8,10,10})
    },
    xAxisTitle: "Sales threshold",
    yAxisTitle: "Discount %",
    showLegend: false
    )

    Could you send me an example that will present exactly what I sent?
Children
No Data