Add time range setting for charts

This commit is contained in:
Thomas Nordquist
2019-07-07 21:38:03 +02:00
parent 5830d99d45
commit 195dcf37d4
8 changed files with 163 additions and 14 deletions

View File

@@ -13,6 +13,9 @@ export interface ChartParameters {
from?: number
to?: number
}
timeRange?: {
until: string
}
width?: 'big' | 'medium' | 'small'
color?: string
}