Add color text for special win graph
This commit is contained in:
parent
85e105cbe8
commit
c12e9660ba
@ -55,11 +55,11 @@ Special Wins are high-value reward events categorized by payout thresholds:
|
|||||||
SPW --> SPWI[superwin-in] --> SPWL[superwin-loop] --> SPWO[superwin-out]
|
SPW --> SPWI[superwin-in] --> SPWL[superwin-loop] --> SPWO[superwin-out]
|
||||||
MW --> MWI[megawin-in] --> MWL[megawin-loop] --> MWO[megawin-out]
|
MW --> MWI[megawin-in] --> MWL[megawin-loop] --> MWO[megawin-out]
|
||||||
|
|
||||||
classDef inStage fill:#e6f3ff,stroke:#666
|
classDef inStage fill:#e6f3ff,stroke:#666,color:#000
|
||||||
classDef loopStage fill:#fff2cc,stroke:#666
|
classDef loopStage fill:#fff2cc,stroke:#666,color:#000
|
||||||
classDef outStage fill:#f8cecc,stroke:#666
|
classDef outStage fill:#f8cecc,stroke:#666,color:#000
|
||||||
classDef winType fill:#d5e8d4,stroke:#82b366
|
classDef winType fill:#d5e8d4,stroke:#82b366,color:#000
|
||||||
classDef specialWin fill:#fff4dd,stroke:#ff0000
|
classDef specialWin fill:#fff4dd,stroke:#ff0000,color:#000
|
||||||
|
|
||||||
class BWI,SPWI,MWI inStage
|
class BWI,SPWI,MWI inStage
|
||||||
class BWL,SPWL,MWL loopStage
|
class BWL,SPWL,MWL loopStage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user