We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bb2cf commit 0c316baCopy full SHA for 0c316ba
src/plot_api/plot_config.js
@@ -26,7 +26,8 @@ module.exports = {
26
// we can edit titles, move annotations, etc
27
editable: false,
28
29
- // DO initial autosize
+ // DO autosize once regardless of layout.autosize
30
+ // (use default width or height values otherwise)
31
autosizable: false,
32
33
// if we DO autosize, do we fill the container or the screen?
0 commit comments