pbhle
pbhle

Reputation: 2936

Draw tree diagram in gwt

I want to draw tree diagram in gwt with custom connector color . Is it possible using some jar in gwt. I want to show hierarchy with diffrent connector color. Can somebody help me?

Upvotes: 1

Views: 186

Answers (2)

Knarf
Knarf

Reputation: 2156

I would say to look into a wrapper for Raphaël. But currently the Raphaël website is down so I am not sure about the state of this product. Although in Github I see a commit from only 5 days ago.

Upvotes: 0

Youssef Lahoud
Youssef Lahoud

Reputation: 529

You can use google visualization libraries. The org chart might be useful in your case. This is a javascript library that's been adapted to GWT so don't worry if you find JS code in the documentation.

Take a look at the documentation and make sure that this is what you're looking for then download the visualization libraries for GWT from here.

Upvotes: 1

Related Questions