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

@@ -61,7 +61,6 @@ export const en = {
showTemplateDayInChart: "Overlay regular plan for deviating days",
showDayReferenceLines: "Show day separators",
simulationDuration: "Simulation Duration",
days: "Days",
displayedDays: "Visible Days (in Focus)",
yAxisRange: "Y-Axis Range (Zoom)",
yAxisRangeAutoButton: "A",
@@ -70,7 +69,6 @@ export const en = {
therapeuticRange: "Therapeutic Range (Reference Lines)",
dAmphetamineParameters: "d-Amphetamine Parameters",
halfLife: "Half-life",
hours: "h",
lisdexamfetamineParameters: "Lisdexamfetamine Parameters",
conversionHalfLife: "Conversion Half-life",
absorptionRate: "Absorption Rate",
@@ -78,8 +76,10 @@ export const en = {
resetAllSettings: "Reset All Settings",
// Units
mg: "mg",
ngml: "ng/ml",
unitMg: "mg",
unitNgml: "ng/ml",
unitHour: "h",
unitDays: "Days",
// Reset confirmation
resetConfirmation: "Are you sure you want to reset all settings to default values? This cannot be undone.",
@@ -107,7 +107,7 @@ export const en = {
// Day-based schedule
regularPlan: "Regular Plan",
deviatingPlan: "Deviation from Plan",
regularPlanOverlay: "Regular",
regularPlanOverlay: "as planned",
dayNumber: "Day {{number}}",
cloneDay: "Clone day",
addDay: "Add day",