docs: move metrics legend higher in trend chart

This commit is contained in:
h3p 2026-03-04 19:55:27 +01:00
parent 6acb35b7d9
commit e47ddcd527
3 changed files with 8 additions and 8 deletions

View file

@ -361,7 +361,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 380;
CURRENT_PROJECT_VERSION = 381;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;
@ -441,7 +441,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 380;
CURRENT_PROJECT_VERSION = 381;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;

View file

@ -72,7 +72,7 @@
<text x="925.7" y="126.0" fill="#D7F7FF" font-size="15" font-family="SF Pro Text, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif" font-weight="600">25</text>
<text x="1060.0" y="214.0" fill="#D7F7FF" font-size="15" font-family="SF Pro Text, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif" font-weight="600">14</text>
<rect x="884" y="56" width="248" height="54" rx="10" fill="#0A2D3B" stroke="#276B84" stroke-width="1.2"/>
<circle cx="908" cy="83" r="6" fill="#00D6CB"/>
<text x="924" y="88" fill="#D7F7FF" font-size="15" font-family="SF Pro Text, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif">Trend line with highlighted points</text>
<rect x="884" y="42" width="248" height="54" rx="10" fill="#0A2D3B" stroke="#276B84" stroke-width="1.2"/>
<circle cx="908" cy="69" r="6" fill="#00D6CB"/>
<text x="924" y="74" fill="#D7F7FF" font-size="15" font-family="SF Pro Text, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif">Trend line with highlighted points</text>
</svg>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View file

@ -185,9 +185,9 @@ POINT_NODES
X_LABELS
VALUE_LABELS
<rect x="884" y="56" width="248" height="54" rx="10" fill="#0A2D3B" stroke="#276B84" stroke-width="1.2"/>
<circle cx="908" cy="83" r="6" fill="#00D6CB"/>
<text x="924" y="88" fill="#D7F7FF" font-size="15" font-family="SF Pro Text, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif">Trend line with highlighted points</text>
<rect x="884" y="42" width="248" height="54" rx="10" fill="#0A2D3B" stroke="#276B84" stroke-width="1.2"/>
<circle cx="908" cy="69" r="6" fill="#00D6CB"/>
<text x="924" y="74" fill="#D7F7FF" font-size="15" font-family="SF Pro Text, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif">Trend line with highlighted points</text>
</svg>
""".replace("SNAPSHOT_DATE", snapshot_date).replace(
"GRID_LINES", "\n".join(grid_lines)