Francois Steyn

Results 4 comments of Francois Steyn

Im having a similar issue using beta12. When it renders initially, its too big, after clicking `left` or `right`, it fixes itself and renders correctly ``` @Route(value = "demo") public...

This needs some refactoring and checking, but should get you started!! ``` @ClientCallable public void handleChartClickEvent(final Integer dataPointIndex, final String categoryLabel) { } private String getChartClickEvent() { final String id...

How about handling this on the JS side? For example: on java side, always set as array, then unwrap it on JS side (if required) when there is only 1...

#145 is included in this PR, can you please remove it?