Skadhir
Skadhir
**Describe the bug** The colors of the piechart and legend colors are not matching **Steps or code example to Reproduce** ``` withChart(ChartBuilder.get().withType(Type.PIE).build()) .withLabels("Successes", "Failures") .withLegend(LegendBuilder.get() .withPosition(Position.RIGHT) .build()) .withSeries(series.toArray(new Double[0])) .withColors("green","red")...
 Can this component show like this when collapsed?
**Is your feature request related to a problem? Please describe.** Selectively choosing the required columns is not available in JPAStreamer right now. And using DTOs or Spring Projection or Tuple...
Hi I was told this is using polymer 2 and so it cannot be used in Vaadin 24. If so, when you find time, could you please let this also...