This commit is contained in:
Ben Wilson
2023-07-14 09:31:52 -04:00
parent 4a04b896dd
commit 3aaab06db0

View File

@@ -27,7 +27,7 @@ export class SplashComponent {
this.chartData$ = info$.pipe(
map((info: any) => {
return {
labels: info.chartData.map((d: any) => d.label),
labels: info.chartData.map((d: any) => new Date(d.label)),
datasets: [
{
label: 'Public-Pool Hashrate',