merge graph timestamps into single array, use seconds
This commit is contained in:
@ -18,8 +18,8 @@ class TimeTracker {
|
||||
return timestamp
|
||||
}
|
||||
|
||||
getPoints () {
|
||||
return this._points
|
||||
getPointsSeconds () {
|
||||
return this._points.map(value => Math.floor(value / 1000))
|
||||
}
|
||||
|
||||
static getMaxServerGraphDataLength () {
|
||||
|
Reference in New Issue
Block a user