The legend block
The legend block contains information on how the legend will be displayed for this visualization.
Take a look at the legends section to see how it works.
These are the fields that each legend block can contain:
"legend": {
"displayName": {
"category-1": "Category 1",
"category-2": "Category 2"
}
}
"legend": {
"displayName": {
"0": "-0.5",
"1": "0.5"
}
}
Last updated
Was this helpful?