Vaadin Charts without Vaadin Framework

Hi all,

I’m new to Vaadin.

We’re facing a new web project based on the Spring framework but with a strong graphics IU support and I’d like to know if it is possible to use Vaadin Charts coding in HTML without the use of the Vaadin framework, just coding a traditional web development, or it is necessary the framework to support Vaadin Charts.

Thanks in advance.

I’d like to know if it is possible to use Vaadin Charts coding in HTML without the use of the Vaadin framework

Yes, it is possible to use it as web component, there is more documentation here about it:

https://vaadin.com/components/vaadin-charts/html-api/elements/Vaadin.ChartElement

Thanks for your reply.

I did a quick look at the documentation and it looked to me that the HTML API don’t have the same functionality than the Java API. Is it that true?