Hello, this is good idea as far as I can see.
I'm using my server instead of node.js to reuse my code and db connections. I have added aspx page to my site and add Diagram control there, but I have trouble with call $('diagram').ejDiagram('instance') (ejDiagram: methods/properties can be accessed only after plugin creation) in phantom.js till I call ejDiagram method without params. For now I get svg but it is looks void by some cause (I see some content in txt, but page show nothing).
I think problem in my way to get diagram in js, but can't found how to resolve this.
So, please review my files and tell me why does my output is void and how could I fix it?
I have found my problem. This is because I'm using wrong div name. After fixing it ot EliminationChart, I have successfully got my svg file.
Thanks for your suggestion