Skip to content

Commit 47dd694

Browse files
committed
graph pre-release
1 parent a370463 commit 47dd694

File tree

8 files changed

+1122
-0
lines changed

8 files changed

+1122
-0
lines changed

dist/architecture/dot/all.dot

Lines changed: 577 additions & 0 deletions
Large diffs are not rendered by default.

dist/architecture/dot/legend.dot

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
digraph dependencies {
2+
node[shape="component",style="filled",colorscheme=paired12]
3+
4+
5+
node[shape="component"]
6+
"legend.module"[label="Modules", color=1]
7+
node[shape="ellipse"]
8+
"legend.provider" [label="Providers", color=2]
9+
"legend.controllers"[label="Controllers", color=4]
10+
"legend.services" [label="Services", color=5]
11+
"legend.factories" [label="Factories", color=6]
12+
"legend.injected" [label="Injected Services", color=9]
13+
node[shape="cds"]
14+
"legend.filters" [label="Filters", color=7]
15+
"legend.directives" [label="Directives", color=3]
16+
17+
18+
}

dist/architecture/dot/modules.dot

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
digraph dependencies {
2+
node[shape="ellipse",style="filled",colorscheme=paired12]
3+
4+
5+
"leaflet-directive"[label="leaflet-directive", color=1]
6+
7+
8+
node[shape="ellipse",style="filled",color=2]
9+
10+
11+
12+
}

0 commit comments

Comments
 (0)