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.
2 parents efa7071 + 1ed05c9 commit 470a4acCopy full SHA for 470a4ac
packages/javascript/jupyterlab-plotly/src/Figure.ts
@@ -932,6 +932,7 @@ export class FigureView extends DOMWidgetView {
932
// Plotly.js to size the figure to fill the available element
933
this.perform_render();
934
break;
935
+ case "after-show":
936
case "resize":
937
this.autosizeFigure();
938
0 commit comments