Add wind chart

This commit is contained in:
2019-10-11 18:48:26 -04:00
parent 618688ed08
commit 13fff1d237
4 changed files with 176 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
export class WindHistoryGrouped {
bucket: string;
minimumSpeed: number;
averageSpeed: number;
maximumSpeed: number;
averageDirection: number;
}