source: frontend/src/assets/graph-placeholder.svg

Last change on this file was 8c01a1f, checked in by Andrej <asumanovski@…>, 5 months ago

Made investing tab and adding assets, starting training tracking and adding training sessions

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[8c01a1f]1<svg width="1200" height="500" viewBox="0 0 1200 500" fill="none" xmlns="http://www.w3.org/2000/svg">
2 <defs>
3 <linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
4 <stop offset="0" stop-color="#0b1f14"/>
5 <stop offset="1" stop-color="#0f2a1c"/>
6 </linearGradient>
7 <linearGradient id="line" x1="0" y1="0" x2="1" y2="0">
8 <stop offset="0" stop-color="#34d399"/>
9 <stop offset="1" stop-color="#22c55e"/>
10 </linearGradient>
11 </defs>
12
13 <rect x="0" y="0" width="1200" height="500" rx="24" fill="url(#bg)"/>
14
15 <!-- grid -->
16 <g opacity="0.15" stroke="#FFFFFF">
17 <path d="M96 80H1120"/>
18 <path d="M96 160H1120"/>
19 <path d="M96 240H1120"/>
20 <path d="M96 320H1120"/>
21 <path d="M96 400H1120"/>
22
23 <path d="M192 64V432"/>
24 <path d="M320 64V432"/>
25 <path d="M448 64V432"/>
26 <path d="M576 64V432"/>
27 <path d="M704 64V432"/>
28 <path d="M832 64V432"/>
29 <path d="M960 64V432"/>
30 <path d="M1088 64V432"/>
31 </g>
32
33 <!-- axes -->
34 <path d="M96 432H1120" stroke="#FFFFFF" opacity="0.35"/>
35 <path d="M96 64V432" stroke="#FFFFFF" opacity="0.35"/>
36
37 <!-- line -->
38 <path d="M96 360 C 220 310, 280 240, 384 260 C 480 280, 560 180, 640 190 C 740 205, 820 120, 928 140 C 1010 155, 1060 120, 1120 110" stroke="url(#line)" stroke-width="6" fill="none"/>
39
40 <!-- points -->
41 <g fill="#34d399">
42 <circle cx="96" cy="360" r="7"/>
43 <circle cx="384" cy="260" r="7"/>
44 <circle cx="640" cy="190" r="7"/>
45 <circle cx="928" cy="140" r="7"/>
46 <circle cx="1120" cy="110" r="7"/>
47 </g>
48
49 <text x="96" y="44" fill="#E5E7EB" font-family="ui-sans-serif, system-ui" font-size="18" opacity="0.9">
50 Graph placeholder
51 </text>
52</svg>
Note: See TracBrowser for help on using the repository browser.