mirror of https://github.com/nealey/vail.git
Stop shortening charts
This commit is contained in:
parent
6ea614eb55
commit
cf9c023520
|
@ -78,7 +78,7 @@ class HistoryChart {
|
|||
let now = Date.now()
|
||||
let earliest = now - this.duration
|
||||
let xScale = this.canvas.width / this.duration
|
||||
let yScale = this.canvas.height * 0.95
|
||||
let yScale = this.canvas.height
|
||||
let y = 0
|
||||
let x = 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue