Html – Dynamically Color SVG Polygons with JavaScript
I’m parsing some data that contains a list of points that define a polygon and an integer indicating what class the polygon belongs to. I would like to make each class a different color but I don’t know how many…