Hi all,I am using vaadin version 23.0.10 and the ApexCharts does

Hi all,

I am using vaadin version 23.0.10 and the ApexCharts does not work with this version. No error and not rendered. Vaddin 23.2.1 is the same. Could you please give me some ideas. Thank you!

I am facing the same issue too. I am using ApexCharts 23.0.0 with Vaadin 23.2.1.

Do you happen to be using Spring Boot? I noticed that when removing all Spring configuration and reverting to running the application using Jetty then the charts display correctly but afraid this is not really an ideal solution.

Yes, I am using Spring Boot and I agree with you that changing to running the app using Jetty is not a good solution. Thanks for you sharing.

One more thing I don't know why the charts will be shown when building and running in the production mode

  1. Build jar file by using: mvn clean package -Pproduction
  2. Run jar file: java -jar target/myproject-1.0-SNAPSHOT.jar

Hi,

In a Spring project, please ensure that the addon's groupId is added to the vaadin.whitelisted-packagesproperty. I hope it will works after adding this.

Thanks

Great! It works. Thanks a lot!

Thanks!