Description
Recently, I had to make a web page displaying a bunch of SVG graphs for an analytics dashboard. I used a bunch of
Summary
- Too Many SVGs Clogging Up Your Markup?
- But instead of props and such to populate the content, we reference which part of the SVG file we want to display.
- For those of you familiar with graphics programming APIs, such as WebGL, a good analogy would be Geometry Instancing.
- Might not be an option if you want the bars to be individually interactive though, like with a tooltip.