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.
Values are:
’normal’
‘percent’

seriesSettings: {
    steparea: {
        stackMode: 'percent'
    }
}

This setting is demonstrated in the following example.