Skip to main content
Version: Next

ChartDataContributionOptionsSchema

orientationstringrequired

Should cell values be calculated across the row or column.

Possible values: [row, column]

Example: row
ChartDataContributionOptionsSchema
{
"orientation": "row"
}