MCPcopy Index your code
hub / github.com/plotly/plotly.py / hideGraph

Method hideGraph

js/src/mimeExtension.ts:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 private hideGraph() {
89 // Hide the graph if there is one
90 let el = <HTMLDivElement>this.node.querySelector(".plot-container");
91 if (el !== null && el !== undefined) {
92 el.style.display = "none";
93 }
94 }
95
96 private showGraph() {
97 // Show the graph if there is one

Callers 1

updateImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected