Description
Change default to true for the responsive config attribute.
Why should this change be made?
We said we would do it in v3, but we forgot 🤷. It's arguably a better experience for users.
Scope
- Change the default in this section:
|
responsive: { |
|
valType: 'boolean', |
|
dflt: false, |
|
description: [ |
|
'Determines whether to change the layout size when window is resized.', |
|
'In v3, this option will be removed and will always be true.' |
|
].join(' ') |
Notes
- Before flipping this switch, run through the backlog and check for any issues that should be addressed first
Description
Change default to
truefor theresponsiveconfig attribute.Why should this change be made?
We said we would do it in v3, but we forgot 🤷. It's arguably a better experience for users.
Scope
plotly.js/src/plot_api/plot_config.js
Lines 127 to 133 in 174319a
Notes