Hi There,I am attempting to use with Vaadin24.Allocating a

Hi There,

I am attempting to use with Vaadin24.

Allocating a meter ...

ProgressFluidMeter fluidMeter = ProgressComponentBuilder.fluid().withInitialValue(50).build();
fluidMeter.setValue(50);
fluidMeter.setVisible(true);

this.add(fluidMeter);

I add it to my vertical layout - but the element does not appear. I am running in vaadin in dark mode.

just tested it: it works with Vaadin 24 (without changes). Maybe you should give the component a width and height (because a canvas element needs it to be displayed).

I have same problem , So by deffault the width and height are set to 250px so what to do ?


just change the width and height according to your needs