Towards a rich D3js example for Vaadin 14 / Spring Boot

Hi all,

I’ve created an example that integrates D3js for Vaadin 14 / Spring Boot based on the Beverage Buddy App. See code and instructions here: https://github.com/markhm/vaadin_examples/

At the moment, it correctly shows the tree diagram that is created by D3, but there are some issues:

  • For some strange reason, the tree disappears after a few seconds
  • The tree is not yet positioned correctly yet (which would be in the middle on the left), see picture
  • The color/style of the tree does not play nicely with the Vaadin example defaults

I’ll continue to explore myself, but help or thoughts would be much appreciated…!
17802727.jpg

Several of the problems have been fixed and the repo was updated. Many thanks to Marco Ebbinghaus.