Skip to content

Commit 0c316ba

Browse files
committed
autosize: expand description of config.autosizable
1 parent 49bb2cf commit 0c316ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plot_api/plot_config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ module.exports = {
2626
// we can edit titles, move annotations, etc
2727
editable: false,
2828

29-
// DO initial autosize
29+
// DO autosize once regardless of layout.autosize
30+
// (use default width or height values otherwise)
3031
autosizable: false,
3132

3233
// if we DO autosize, do we fill the container or the screen?

0 commit comments

Comments
 (0)