inline redraw function

This commit is contained in:
Nick Krecklow
2020-05-11 19:26:44 -05:00
parent 80c565a6ed
commit 9a8afe2798

View File

@ -180,10 +180,6 @@ export class ServerRegistration {
} }
} }
this.redraw()
}
redraw () {
// Redraw the plot instance // Redraw the plot instance
this._plotInstance.setData(this._graphData) this._plotInstance.setData(this._graphData)
} }