hello, is it possible to use two lists of data in the same column chart?
I can only use one list in the "sourceDataPointList", how could I add another list of values with the same x-axis as the first one, in order to have: a graph with two series?
the first series is composed by the data of the Id on the X axis and the data of the Delay on the Y axis;the second series is composed by the data of the Id on the X axis and the data of the Advance on the Y axis;
the table I refer to is made up of 3 fields: Id, Advance, Delay.
Hi Mario!Is this what you are looking for?https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/Charts_API/Create_a_Sample_ChartBest regards,
Joseph Enriquez
Hi Mario,
All you need to do is use different DataSeries names when you are creating your DataPoint List.
https://afonsobc.outsystemscloud.com/IdTest/TwoSeries.aspx
There's just a single list of data points, but make sure you assign them to different series ("DataSeriesName" in the DataPoint Structure).