You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing is shown. In addition, these errors are shown in the console of the external preview:
GET http://localhost:51306/project/src/main/resources/static/frontend/bower_components/vaadin-charts/theme/lumo/vaadin-chart.html 404 (Not Found)
GET http://localhost:51306/project/src/main/resources/static/frontend/bower_components/vaadin-charts/theme/lumo/vaadin-chart-series.html 404 (Not Found)
After talking to @alvarezguille, it seems that we should only import the root vaadin-charts.html and nothing else. So one way to look at it is to detect first if a component has the theme folder, and only then import the src file instead of the root one.
Steps to reproduce
Actual behavior
Nothing is shown. In addition, these errors are shown in the console of the external preview:
Expected behavior
The chart from this demo is rendered: https://charts.demo.vaadin.com/vaadin-charts/#/line.
IDE, Designer and OS version
IntelliJ 2018, Designer 3.1.2, macOS
The text was updated successfully, but these errors were encountered: