I'm about to make a graph that looks similar to the one on the picture. Do any of you know a small library that can easily fix this? :-) Preferably in CSS only, but JavaScript is welcome too.
I don't think interactions are needed, maybe hover. If you know where I can read about how to render it in SVG I would like to give it a read, if isn't too much work to do.
@emilmoe tbh I would export it from an PSD and than play around with the coordinates inside of the SVG tag to create paths developer.mozilla.org/en/docs/Web/SVG/Tutorial/Pa… and play around with those by hand to get a feel for the needed algorithms to generate those coordinates to render custom tags and than build the hover effects https://css-tricks.com/using-svg/ but I'm not really a frontend-dev so maybe you should create an invite so you could get a zero code implementation instead of using my prototyping approach :)
Marko Stijak
Try CxJS. It might become your best friend.
You don't need a library for something like this. Just use svg. I see 7 circles, 3 lines, 3 text elements and a path.
http://www.w3schools.com/graphics/svg_intro.asp