Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2732 accesible charts #3008

Merged
merged 15 commits into from May 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.