Update improved legend labels for tablate curve to match opacity of the curve

This commit is contained in:
2025-12-04 01:15:30 +00:00
parent 8bd69516c4
commit 509cb33422
4 changed files with 67 additions and 20 deletions

View File

@@ -114,7 +114,7 @@ const Settings = ({
increment={1}
min={3}
max={7}
unit={t('days')}
unit={t('unitDays')}
required={true}
errorMessage={t('errorNumberRequired')}
/>
@@ -128,7 +128,7 @@ const Settings = ({
increment={1}
min={1}
max={parseInt(simulationDays, 10) || 3}
unit={t('days')}
unit={t('unitDays')}
required={true}
errorMessage={t('errorNumberRequired')}
/>