Plotting elements on a circle with CSS & Ruby
I ran into a challenge today where I needed to plot elements in a circle using their CSS offset. I found a some javascript plot functions that did nearly exactly what I wanted.
Here's my solution in Ruby.
I ran into a challenge today where I needed to plot elements in a circle using their CSS offset. I found a some javascript plot functions that did nearly exactly what I wanted.
Here's my solution in Ruby. <!-- more -->