mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
docs: reposition and widen trend legend pill
This commit is contained in:
parent
e47ddcd527
commit
7d9130a54c
3 changed files with 8 additions and 8 deletions
|
|
@ -361,7 +361,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 381;
|
||||
CURRENT_PROJECT_VERSION = 382;
|
||||
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 = 381;
|
||||
CURRENT_PROJECT_VERSION = 382;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
|
|
@ -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="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>
|
||||
<rect x="792" y="24" width="340" height="54" rx="10" fill="#0A2D3B" stroke="#276B84" stroke-width="1.2"/>
|
||||
<circle cx="818" cy="51" r="6" fill="#00D6CB"/>
|
||||
<text x="838" y="56" 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 |
|
|
@ -185,9 +185,9 @@ POINT_NODES
|
|||
X_LABELS
|
||||
VALUE_LABELS
|
||||
|
||||
<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>
|
||||
<rect x="792" y="24" width="340" height="54" rx="10" fill="#0A2D3B" stroke="#276B84" stroke-width="1.2"/>
|
||||
<circle cx="818" cy="51" r="6" fill="#00D6CB"/>
|
||||
<text x="838" y="56" 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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue