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 2852e17 commit 909ffc9Copy full SHA for 909ffc9
components/dash-core-components/src/fragments/Graph.react.js
@@ -393,6 +393,7 @@ class PlotlyGraph extends Component {
393
394
gd.classList.add('dash-graph--pending');
395
396
+ // Calling resize enables layout.autosize in plotly.js
397
Plotly.Plots.resize(gd)
398
.catch(() => {})
399
.finally(() => gd.classList.remove('dash-graph--pending'));
0 commit comments