Closed githubIsBugtrack closed 3 years ago
Hey! Using version Java 11 and apexcharts 2.0.0.beta9 Vaadin14 Can not build PieChart with palette.
.withChart(ChartBuilder.get().withType(Type.pie).build())
.withLabels(labels)
.withLegend(LegendBuilder.get()
.withPosition(Position.right)
.build())
.withSeries(values)
.withResponsive(ResponsiveBuilder.get()
.withBreakpoint(480.0)
.withOptions(OptionsBuilder.get()
.withLegend(LegendBuilder.get()
.withPosition(Position.bottom)
.build())
.build())
.build())
.build();
Or am I doing something wrong?
Hei!
I think this issue relates to fixed issue 14: (https://github.com/appreciated/apexcharts-flow/issues/14)
I took the exact same DonutChart from the "fixed"-Issue (only with ChartBuilder instead of new Chart()) but it remains broken (same for types PieChart and barChart):
Am I missing something or is it a bug? PS: If you could point me in the direction of more examples/ Doc for ApexCharts, that'd be great.
Used version: Java 11 and apexcharts 2.0.0.beta7
Best regards