Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed May 7, 2024
1 parent 9c8aac4 commit 089eada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/website/scatterplot/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default function App({
new ScatterplotLayer<DataPoint>({
id: 'scatter-plot',
data,
opacity: 0.5,
radiusScale: radius,
radiusMinPixels: 0.25,
getPosition: d => [d[0], d[1], 0],
Expand Down

0 comments on commit 089eada

Please sign in to comment.