Relative Content

Tag Archive for javascripthtmlcssuser-interfacedynamic

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 there will be ahead of time so I’d like to do this dynamically in JavaScript.