Versuschart reference¶
Display 2 dimensions, can be used as an age pyramid
Options¶
Available in studio¶
parameters | label | type | optional | description | choices |
---|---|---|---|---|---|
category |
string | Column containing the dimensions/metric to be compared | |||
commonScale |
Use the same scale across all categories | boolean | True | ||
value |
string | Column containing the value | |||
label/column |
string | Column containing the variables to compare | |||
label/right |
string | Name of the right side variable | |||
label/left |
string | Name of the left variable | |||
zeroBaseline |
Overwritte default baseline | integer | True | Type in an integer |
Only in code mode¶
parameters | label | type | optional | description | choices |
---|---|---|---|---|---|
comment |
string | ||||
style |
string | True | |||
categoriesOrder |
oneOf | Select your dataset column | |||
source |
string |
Code mode sample¶
charts: [
{
"chartType": "versuschart",
"value": "",
"label": ""
}
]