Skip to content

Commit

Permalink
Update useLayers.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Sep 6, 2023
1 parent 44e3fb0 commit b00faba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taxonium_component/src/hooks/useLayers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,16 +455,16 @@ const useLayers = ({
data: data,
id: "main-search-scatter-" + spec.key,
getPosition: (d) => [d[xType], d.y],
getLineColor: lineColor,
getRadius: 5 + 2 * i,
getFillColor: lineColor,
getRadius: 3,
radiusUnits: "pixels",
lineWidthUnits: "pixels",
stroked: true,
visible: searchesEnabled[spec.key],
wireframe: true,
getLineWidth: 1,
filled: true,
getFillColor: [255, 0, 0, 0],
// getFillColor: [255, 0, 0, 0],
modelMatrix: modelMatrix,
updateTriggers: {
getPosition: [xType],
Expand Down

0 comments on commit b00faba

Please sign in to comment.