Anastasia Smirnova

Results 5 issues of Anastasia Smirnova

Created navigator using JSON: ``` private static final String JSON_CONF ="{ xAxis: {\n" + " reversed:true},\n" + " navigator: {\n" + " enabled: true,\n" + " margin:75,\n " + "...

Adding pointClickListener to Drilldown chart doesn't return back any useful information for user. Calling ` chart.addPointClickListener(event -> { System.out.println(event.getCategory()); });` returns the index of drilldown series if the drillSeries is...

Feedback : > The tutorial-flow-components-binder-validation example is terrible. It is exactly what I need except the 'binder' object magically comes out of nowhere, Ta-Da, use binder.forField().withValidator() uhh, what is 'binder'?

In our documentation we don't explain what is the difference between `WebSockets` and `Long Polling`. And this confuses users. We should mention the differences and maybe give advices when to...

**Version**: latest for V14 **Firefox**: 74 **Issue** : trying to uplod a file using `UploadElement` doesn't work Tried as a workaround the code from [upload-integration-test repo]( https://github.com/vaadin/vaadin-upload-flow/blob/master/vaadin-upload-flow-integration-tests/src/test/java/com/vaadin/flow/component/upload/tests/UploadIT.java#L47) , but another...