Skip to content

Commit

Permalink
render test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Sep 5, 2024
1 parent 11c00ca commit 3fe0fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const defaultProps: DefaultProps<ScreenGridLayerProps> = {
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},

Expand Down

0 comments on commit 3fe0fd7

Please sign in to comment.