diff --git a/taxonium_component/src/hooks/useLayers.jsx b/taxonium_component/src/hooks/useLayers.jsx index 71959326..0e907b11 100644 --- a/taxonium_component/src/hooks/useLayers.jsx +++ b/taxonium_component/src/hooks/useLayers.jsx @@ -455,8 +455,8 @@ 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, @@ -464,7 +464,7 @@ const useLayers = ({ wireframe: true, getLineWidth: 1, filled: true, - getFillColor: [255, 0, 0, 0], + // getFillColor: [255, 0, 0, 0], modelMatrix: modelMatrix, updateTriggers: { getPosition: [xType],