diff --git a/modules/aggregation-layers/src/screen-grid-layer/screen-grid-layer.ts b/modules/aggregation-layers/src/screen-grid-layer/screen-grid-layer.ts index bd66bac648b..8db21411e13 100644 --- a/modules/aggregation-layers/src/screen-grid-layer/screen-grid-layer.ts +++ b/modules/aggregation-layers/src/screen-grid-layer/screen-grid-layer.ts @@ -41,7 +41,7 @@ const defaultProps: DefaultProps = { cellSizePixels: {type: 'number', value: 100, min: 1}, cellMarginPixels: {type: 'number', value: 2, min: 0}, colorRange: defaultColorRange, - colorScaleType: 'quantize', + colorScaleType: 'linear', getPosition: {type: 'accessor', value: (d: any) => d.position}, getWeight: {type: 'accessor', value: 1},