This library is a wrapper around the echarts JavaScript library for using it with Vaadin Flow. The charts can be used just like any other Vaadin components.
Include this in the dependencies section of your POM file:
<dependency>
<groupId>org.vaadin.addons.so</groupId>
<artifactId>so-charts</artifactId>
<version>6.0.2</version>
</dependency>Please have a look at the examples at EXAMPLES.