Update pin feature for chart
This commit is contained in:
@@ -64,6 +64,7 @@ export interface UiSettings {
|
||||
displayedDays: string;
|
||||
showDayReferenceLines?: boolean;
|
||||
showTherapeuticRange?: boolean;
|
||||
stickyChart: boolean;
|
||||
}
|
||||
|
||||
export interface AppState {
|
||||
@@ -133,5 +134,6 @@ export const getDefaultState = (): AppState => ({
|
||||
simulationDays: '5',
|
||||
displayedDays: '2',
|
||||
showTherapeuticRange: true,
|
||||
stickyChart: false,
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user