Hi, im having issues with visualisations and defining colour ranges. Although I can override the colour via the legend in the visualisation adding this into a Canvas ignores the colours I set. It reverts to the default green to red.
Can I define the colours within the object? E.g. add a colour value to each range defined and remove the colorSchema.
"metric": {
"percentageMode": false,
"useRanges": false,
"colorSchema": "Green to Red",
"metricColorMode": "Labels",
"colorsRange": [
{
"from": 0,
"to": 9
},
{
"from": 9,
"to": 16
},
{
"from": 16,
"to": 18
},
{
"from": 18,
"to": 21
},
{
"from": 21,
"to": 24