fix: Changes heatmap color scale to threshold
Updates heatmap color scale from ordinal to threshold to better represent the range and distribution of data values.
This commit is contained in:
parent
2decdba78c
commit
4fb05e6287
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fetch("/mood/statistics/heatmap/values/")
|
||||||
scale: {
|
scale: {
|
||||||
color: {
|
color: {
|
||||||
domain: domain,
|
domain: domain,
|
||||||
type: "ordinal",
|
type: "threshold",
|
||||||
range: range,
|
range: range,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue