AlexRoig
AlexRoig
Hi, I noticed a strange issue. I'm working on a new project with SpringBoot+Vaadin8 + IntelliJ. I configured DevTools to automatically reload the project when saving/compiling the files with CMD+F9....
**Is your feature request related to a problem? Please describe.** Currently it's not possible to create a chart of different lines each one with a different width. **Describe the solution...
Implementation of ForecastDataPoints Possibility to specity a number of points that belong to a forecast and display as dashes. https://apexcharts.com/docs/options/forecastdatapoints/# Implemented in #145
Add the option to either set a fixed width for all lines (as always) or individually per series as an array of widths. Some marshalling tricks were needed as the...