Better comments

This commit is contained in:
David Heinemeier Hansson
2026-07-29 10:08:49 -07:00
parent 00376ec43c
commit e3ff2b80bc
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -651,6 +651,8 @@ Panel {
required property var modelData
width: modelSection.width
row: modelData
// Scaled to the heaviest model, so the top row is always full —
// the same scale-to-peak the weekly chart uses for its busiest day.
share: modelData.total / Math.max(1, root.models[0].total)
}
}