Vaadin Charts loads but does not render charts.

Hi,
I are using Vaadin with Intellij without Maven or Ivy. I am able to load and compile the Widget Set and I see “Using Evaluation License of: Vaadin Charts 4”, but I do not see the chart. When I look at the java script for the page, I see highcharts widgets are compiled, but not rendering.

Our gwt.xml contains




Other plugins I have tried in the Directory work flawlessly. Does anyone know the proper way to set up Vaadin Charts using the Vaadin Plugin for IntelliJ?

Thanks,

Seems that you have a Vaadin 7 project, and you migrated it to Vaadin 8? Chart 4 works with Vaadin 8 not Vaadin 7, so won’t work with Chart 4, I guess. Also, you should have either or , not both.

You can check more details from https://vaadin.com/docs/framework/migration/migrating-to-vaadin8.html
about migration from Vaadin 7 to Vaadin 8.