stackMode

Specifies whether data series values are stacked over the other series or not. If enabled values can be added or represented as a percentile from their total.

Possible values are normal and percent.
Default is null.

seriesSettings: {
    splinearea: {
        stackMode: "percent"
    }
}

This setting is demonstrated in the following example.