I’m currently working on a Meteor application but I also need the ability to incorporate a diagram that I need to construct dynamically based on backend MongoDB data.
The diagram that I need to build dynamically will be similar to a Network diagram.
I’ve been thinking of using HTML5 Canvas but just wanted to get other people’s opinions on potential javascript drawing tools to use within my application.
@batist I’d love to see the code for this - it looks awesome! I’m interested in a blaze SVG solutions for a drawing application. Do you have a public repo with this?