plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

Expose a width parameter for daq.Tank (and maybe height instead of size) #65

Closed emmanuelle closed 5 years ago

emmanuelle commented 5 years ago

At the moment the width of a daq.Tank is hardcoded (see https://github.com/plotly/dash-daq/blob/master/src/styled/Tank.styled.js#L8). We could also expose height instead of the current parameter size which is a bit confusing. Raised by https://community.plot.ly/t/edit-dash-daq-component-size/28394