Closed helto4real closed 6 years ago
This is currently by design. The canvas lib is not setting default values as it should when running under shadow root. As a workaround set all border settings to remove border:
borderShadowWidth: 0
borderOuterWidth: 0
borderMiddleWidth: 0
borderInnerWidth: 0
borders: false
This workaround should work until i figured out how to trigger defaults in the canvas lib.
Fixed with some css magic
Fixed now
The gauge is not showing half the gauge as expected using canvas gauge example.