Add time range setting for charts
This commit is contained in:
@@ -13,6 +13,9 @@ export interface ChartParameters {
|
||||
from?: number
|
||||
to?: number
|
||||
}
|
||||
timeRange?: {
|
||||
until: string
|
||||
}
|
||||
width?: 'big' | 'medium' | 'small'
|
||||
color?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user