Stop shortening charts

This commit is contained in:
Neale Pickett 2022-04-24 19:58:17 -06:00
parent 6ea614eb55
commit cf9c023520
1 changed files with 1 additions and 1 deletions

View File

@ -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