<vaadin-board> is a Web Component to create flexible responsive layouts and build nice looking dashboard. Vaadin Board key feature is how it effectively reorders the widgets on different screen sizes, maximizing the use of space and looking stunning.
<vaadin-board>
<vaadin-board-row>
<div class="cell1">This could be chart 1</div>
<div class="cell2">This could be chart 2</div>
<div class="cell3">This could be chart 3</div>
<div class="cell4">This could be chart 4</div>
</vaadin-board-row>
</vaadin-board>