mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-07-28 15:42:11 +02:00
date
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user