This is discussion and feedback for Chart.js Wrapper for Vaadin
Chart.js Wrapper for Vaadin
https://vaadin.com/directory/component/chartjs-wrapper-for-vaadin
This is discussion and feedback for Chart.js Wrapper for Vaadin
Chart.js Wrapper for Vaadin
https://vaadin.com/directory/component/chartjs-wrapper-for-vaadin
Thanks for publishing v1.0! The documentation is a rather sparse, but after installing the java model (chartjs-java-model), I got it working. Looks really good! However, I find it difficult to translate information from the Chart.js javascript documentation to this java wrapper. Please provide a bit more information on this, and I will gladly give you 5 stars.
There is, however, one big problem. Chart.js does not have a default date adapter anymore, meaning you can’t create charts containing proper time series without installing a javascript library like GitHub - chartjs/chartjs-adapter-date-fns: date-fns adapter for Chart.js. How do I do this? Shouldn’t such a library be part of the vaadin Chart.js wrapper package, like the Chart.js library itself?