VEuPathDB / web-components

Library of React components for plotting data
Apache License 2.0
1 stars 0 forks source link

Reimplement map marker SVG in JSX #432

Open bobular opened 1 year ago

bobular commented 1 year ago

Donut and Chart markers SVG can be made with regular JSX.

Should obviate the need for the dangerouslySetInnerHTML we are using for standalone markers.