COLNEO Pro 1.2
Loading...
Searching...
No Matches
StyleScheme

Description

Options for creating colors and a legend.

{
"color_mode": "distinct", // one of ("distinct", "random", "fixed")
"fixed_color": "#ff0000", // RGB/RGBA (hex string), only takes effect if color_mode is "fixed"
"depth": 1, // consider items of smartsets hierarchy to this depth, default = 1 (next level)
"apply": true, // apply color scheme when activating
"apply_exclusively" : true
"legend": { // options for displaying a legend
"visible": true,
"posx": 10, // position on screen from top/left corner of viewport
"posy": 10,
"bgcolor": "#f6f9fb99", // RGB/RGBA (hex string)
"fontsize": 10,
"ignored": [ // do not draw these items/values in legend
"val_1",
"val_2",
...
]
}
}