vaadin / vaadin-charts-flow

Vaadin Charts for Flow
Other
7 stars 11 forks source link

Charts 6 -> 9 migration: Background class lacks properties for background color and border width #383

Closed werwolfberlin closed 4 years ago

werwolfberlin commented 4 years ago

Try to migrate https://demo.vaadin.com/charts4/#AngularGauge

It's not possible to (easily?) find replacements for Background#setBackgroundColor(Color color) and Background#setBorderWidth(int width)

expected: please provide those essential properties.