Skip to content

Commit f0170b5

Browse files
committed
Improved styling of performance mermaid gantt chart in Readme
1 parent c89dacd commit f0170b5

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -477,14 +477,24 @@ dateFormat X
477477
axisFormat %s
478478
%%{
479479
init: {
480+
"gantt": {
481+
'titleTopMargin': 42,
482+
'topPadding': 70,
483+
'rightPadding': 0,
484+
'leftPadding': 260,
485+
'sectionFontSize': 20,
486+
'fontSize': 20,
487+
'barHeight': 20,
488+
'barGap': 3
489+
},
480490
'theme': 'forest',
481491
'themeVariables': {
482492
'sectionBkgColor': '#99999999',
483493
'sectionBkgColor2': '#99999999',
484494
'altSectionBkgColor': '#00000000',
485-
'titleColor': '#BFBFBF',
486-
'textColor': '#BFBFBF',
487-
'taskTextColor': 'lightgray',
495+
'titleColor': '#AFAFAF',
496+
'textColor': '#AFAFAF',
497+
'taskTextColor': 'black',
488498
'taskBorderColor': '#487E3A'
489499
}
490500
}
@@ -735,15 +745,15 @@ section NVS 290
735745
section Arise 1020
736746
6 :active, 0, 6
737747
section M2 Max (38-CU, 32GB)
738-
4641 :done, 0, 4641
748+
4641 :active, 0, 4641
739749
section M1 Ultra (64-CU, 128GB)
740-
8418 :done, 0, 8418
750+
8418 :active, 0, 8418
741751
section M1 Max (24-CU, 32GB)
742-
4496 :done, 0, 4496
752+
4496 :active, 0, 4496
743753
section M1 Pro (16-CU, 16GB)
744-
2329 :done, 0, 2329
754+
2329 :active, 0, 2329
745755
section M1 (8-CU, 16GB)
746-
759 :done, 0, 759
756+
759 :active, 0, 759
747757
section Radeon Graphics (7800X3D)
748758
498 :crit, 0, 498
749759
section 780M (Z1 Extreme)
@@ -772,7 +782,7 @@ section HD 4600
772782
115 :done, 0, 115
773783
section Orange Pi 5 Mali-G610 MP4
774784
232 :active, 0, 232
775-
section Samsung Mali-G72 MP18 (S9+)
785+
section Samsung Mali-G72 MP18
776786
230 :active, 0, 230
777787
section 2x EPYC 9754
778788
5179 :crit, 0, 5179

0 commit comments

Comments
 (0)