Update separated pharmacokinetic from diagram settings, made both collapsible

This commit is contained in:
2026-01-08 13:15:49 +00:00
parent 3630ac510f
commit 3ebd7ea251
4 changed files with 234 additions and 208 deletions

View File

@@ -105,6 +105,6 @@ export const getDefaultState = (): AppState => ({
yAxisMin: '8',
yAxisMax: '13',
simulationDays: '5',
displayedDays: '5',
displayedDays: '2',
}
});