public graph:boolean; public draw():void { /*code to get data to plot*/ Plotly.newPlot('graph', this.drawing, layout, options); } switchView(){ this.graph ...
確定! 回上一頁