I am trying to incorporate vaadin chart in my web application which is based on spring-boot and vaadin UI. I have saved the trial license in the path C:\Users\myuser\vaadin.charts.developer.license file. I have inlcuded the vaadin-maven-plugin in my pom.xml with following goals
But when I run the spring-boot app, I get a message and the chart is not rendered. I have attached my pom.xml and the error message. Please help. Thanks. 27912.xml (6.58 KB)
If you are using vaadin before 7.7 have you specified the widgetset using @Widgetset annotation on your UI class or @VaadinServletConfiguration(widgetset=“…”) on your vaadin servlet?