appreciated

Results 43 comments of appreciated

Here the Java Version of @GaidamakUA's workaround. Create the class WorkaroundPieChartRenderer: ``` class WorkaroundPieChartRenderer extends PieChartRenderer { public WorkaroundPieChartRenderer(PieChart chart, ChartAnimator animator, ViewPortHandler viewPortHandler) { super(chart, animator, viewPortHandler); } @Override...

[Can you check if the behaviour was improved in the new version?](https://vaadin.com/directory/component/apexchartsjs/2.0.0.beta10)

@oli37 currently there is not. While apexcharts offers this possibility probably, this addon does not support the whole API. But you may provide a pull request that does. The apexcharts...

As a workaround you can set a color manually. Computed Styles are tricky not sure if there actually is a good solution to this issue.

Hi @vrepetenko thanks for the proposal to improve this wrapper. You are correct, this wrapper is far from done. The users of this addon would probably profit from more complete...

@DanielMartensson I have no clue why you are getting this warning, possibly the [import is not correct](https://github.com/appreciated/apexcharts-flow/blob/ce072024f4b19eb6935e2f89f59171220a518744/src/main/resources/META-INF/resources/frontend/com/github/appreciated/apexcharts/apexcharts-wrapper.js#L4). Not sure though.

@Obi-TP I would be glad if you could provide a PR for this.

Unfortunatly this is currently not supported.

@DenisVabishchevich currently there is not. I explained the reason in issue #81.

@pezi Sorry I have currently no time for investigating your issue. Have you tried any memory profilers?