How to make an S curve with the Line Chart ? (or another chart)
Please see this example :
I have this use case:
Own measurements are plotted on a graph with a S-curve showing upper and lower limits of plant height. Height is displayed on the vertical axis. Time is displayed on the horizontal axis.
Hi Ineke,
You can put this JSON on the HighchartJSON in the properties
"series: [{ type: 'spline' }]"
Thank for your response!
With spline for the chart I have this:
now the challenge is the S-curve showing upper and lower limits of plant height in the example, the 2 lines that are displaying a sort of boundary.
Do you know how to draw such line in the Line Chart component ?
Hi,
Do you mean how to do S-Curve as in concept ?
If so, please check this (https://bibloteka.com/advanced-s-curve-excel-template/)
Creating s-curve in outsystems basicly only preparing data using line chart.
Thanks