Gojs rendering diagram in memory and converting into svg -


we have requirement users selects different checkboxes , based on checkbox diagram downloaded svg files.

my plan data based on ids checked in checkbox, render the gojs diagram in memory , convert respective svg calling makesvg.

will above plan work? when drawing in memory different events trigger documentchange, intiallayout complete?

yes, work, either on client side or on server side.

for demonstration of former, see http://gojs.net/latest/samples/flowchart.html.

for demonstration of latter, see http://gojs.net/latest/intro/serversideimages.html, although generates image rather svg. call makesvg instead , not use img element @ all.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -