Skip to content

Commit

Permalink
Merge pull request #3008 from mermaid-js/2732_accesible_charts
Browse files Browse the repository at this point in the history
2732 accesible charts
  • Loading branch information
ashishjain0512 committed May 6, 2022
2 parents 1602755 + 3b94850 commit da548f1
Show file tree
Hide file tree
Showing 38 changed files with 3,150 additions and 288 deletions.
904 changes: 904 additions & 0 deletions classDiagram.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion cypress/platform/gitgraph.html
Expand Up @@ -9,7 +9,7 @@
<style>
body {
/* background: rgb(221, 208, 208); */
background:#111;
/* background:#111; */
/* background:#333; */
font-family: 'Arial';
}
Expand All @@ -34,6 +34,11 @@ <h1>info below</h1>
"git0": "#550055"
} } }%%
gitGraph
accTitle: "Git Graph"
accDescr {
Git Graph description.
Multiline description
}
commit
branch develop
commit tag:"v1.0.0"
Expand Down
19 changes: 16 additions & 3 deletions cypress/platform/knsv.html
Expand Up @@ -31,10 +31,23 @@


<div class="mermaid" style="width: 50%;">
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'sequence': {'hideUnusedParticipants': true, 'showCommitLabel':true,'mainBranchName': 'MetroLine1'}} }%%
graph LR
subgraph id1 [title is set]
A-->B
end
subgraph id2 [title]
E
end

sequenceDiagram
participant a
B-->C

subgraph id3
C-->D
end
class id3,id2,A redBg;
class id3,A whiteTxt;
classDef redBg fill:#622;
classDef whiteTxt color: white;
</div>
<div class="mermaid2" style="width: 100%;">
journey
Expand Down
1,051 changes: 1,051 additions & 0 deletions flow.js

Large diffs are not rendered by default.

0 comments on commit da548f1

Please sign in to comment.