jhugo
jhugo

Reputation: 181

Vaadin charts and table sync

Is it possible to get the distance between bars in a vaadin bar chart and in a parallel table, sync the table or treetable row heights to match?

Thanks!

Upvotes: 0

Views: 80

Answers (1)

tankucukoglu
tankucukoglu

Reputation: 455

Use this Gantt chart add-on for Vaadin.

Here's a demo that you can check its core capabilities.

And here is its source code.

Upvotes: 1

Related Questions