mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
17 lines
384 B
JSON
17 lines
384 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"orientation": {
|
|
"description": "Should cell values be calculated across the row or column.",
|
|
"enum": ["row", "column"],
|
|
"example": "row",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["orientation"],
|
|
"type": "object",
|
|
"title": "ChartDataContributionOptionsSchema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|