hobbyquaker / node-red-contrib-polymer

A Polymer based Dashboard UI for Node-RED
MIT License
21 stars 0 forks source link

Fix Gauge size when rendered invisible #30

Closed M0ebiu5 closed 7 years ago

M0ebiu5 commented 7 years ago

A gauge placed in a collapsible group changes it's size.

On opening the group it's smaller and then grows on the first refresh.

hobbyquaker commented 7 years ago

The Gauge needs to be sized in absolute pixels (e.g. width 150px) for this to work. Currently it's not possible to size them in percentage.