I need to dynamically create rather complex organization charts in Servoy containing both graphic symbols and related texts inside and outside of the graphic symbols
.
Is there a plug-in that can be used to do this?
I need to dynamically create rather complex organization charts in Servoy containing both graphic symbols and related texts inside and outside of the graphic symbols
.
Is there a plug-in that can be used to do this?
I don’t know of any plugin for this but you could fairly easy create this with the SolutionModel though.
Added benefit of that approach is that it then also works on the web.
check this out: http://code.google.com/intl/nl/apis/visualization/documentation/gallery/orgchart.html
Note: this is an interactive chart, so it needs an area supporting full html which can be achieved by using Patrick Talbot’s browsersuite (http://www.servoy-stuff.net/)
ROCLASI:
I don’t know of any plugin for this but you could fairly easy create this with the SolutionModel though.
Added benefit of that approach is that it then also works on the web.
Robert - do you have any tip’s / snippets on drawing like this using the solution model - in particular the connectors etc. Seems like sizing them would be a problem?
Hi Ian,
These are horizontal and vertical lines so you can simply use labels that have a border set vertically or horizontally on 1 side of the label (via css or hardcoded).
After this it’s just a matter of positioning them in the right place.
Now lines at any other angle will be a problem using this approach. But I think these organograms usually only use vertical and horizontal lines.
ROCLASI:
Hi Ian,These are horizontal and vertical lines so you can simply use labels that have a border set vertically or horizontally on 1 side of the label
Cheers Bud.
OK, many thanks to everybody
You can use flash.
I found quite a few different Java projects when searching for ‘java organization chart’.