Hi,
Does anyone have suggestions for drawing a diagram in a SmartGWT app? My app needs to visually depict elements as icons and relationships between elements as lines connecting the icons. The elements should be organized in a reasonable layout by default, and the user should be able to drag them around the screen (maintaining all of the relationship lines).
Is there a library that provides diagramming tools like this? Otherwise, how would you solve this problem? The SmartGWT Showcase includes an example that could perhaps be extended for this - "Basics:Components:Layer". Does that make sense?
Thanks.
-- Joe
Does anyone have suggestions for drawing a diagram in a SmartGWT app? My app needs to visually depict elements as icons and relationships between elements as lines connecting the icons. The elements should be organized in a reasonable layout by default, and the user should be able to drag them around the screen (maintaining all of the relationship lines).
Is there a library that provides diagramming tools like this? Otherwise, how would you solve this problem? The SmartGWT Showcase includes an example that could perhaps be extended for this - "Basics:Components:Layer". Does that make sense?
Thanks.
-- Joe
Comment