Michael Oberwasserlechner

Results 72 comments of Michael Oberwasserlechner

Test FB with https://developers.facebook.com/docs/facebook-login/limited-login

Currently there are no plans to support Vaadin 10+. Please see the alternatives: * https://vaadin.com/directory/component/chartjs/ ... Vaadin 10 support * https://github.com/mdewilde/chart ... Java Lib, No Vaadin Integration

From the docs of time scale > The following options are provided by the time scale. You may also set options provided by the common tick configuration. The part "common...

Should try to demo this https://codepen.io/michaelbukachi/pen/baWMKa

Hi @dyorgio, unfortunately this is not an option for me in the next few months. I simply do not have the time to do it or review such major overhaul,...

I think both approaches are need. The chart.js samples show these features: - add dataset - remove dataset - add data point - remove data point - refresh data I...

Hi, this is most propably not a problem of this addon but of the underlying chartjs javascript library. It may be fixed in the latest js release but I'm not...

Hi @sebastiansto, could you share your code. It would help me a lot hunting your problem down. BR

Is this your real config? You have 2 datasets and only add values equals 1.0. ``` //... applicationTypeDataset.addLabeledData(application.getApplicationType().name(), 1.0); //... applicationIdDataset.addLabeledData(application.getApplicationId(), 1.0); ``` Please recheck your config.

The tooltips in this example work. http://vaadin-demos.qqjtxeeuih.eu-central-1.elasticbeanstalk.com:5600/#!multi-donut-chart Unfortuantly I'm not sure want you mean by "stuck" > The tooltip is always "stuck" with the outer tooltip.