inline redraw function

This commit is contained in:
Nick Krecklow 2020-05-11 19:26:44 -05:00
parent 80c565a6ed
commit 9a8afe2798
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

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