Colors
Color Format
const myColorScale = [
[0,0,0], //r, g, b
[40,40,40],
[80,80,80],
[140,140,140],
[220,220,220]
]ColorBrewer
GeoDa Spatial Statistics
Last updated
const myColorScale = [
[0,0,0], //r, g, b
[40,40,40],
[80,80,80],
[140,140,140],
[220,220,220]
]Last updated
const variables = [{
variable: 'myVar',
numerator: 'myData',
nProperty: 'myColumn',
binning: 'naturalBreaks',
colorScale: colors.colorBrewer.Reds
}]