Skip to content

Instantly share code, notes, and snippets.

@mh61503891
Last active January 7, 2021 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mh61503891/13147a09f30b8158658c9876db9db6ae to your computer and use it in GitHub Desktop.
Save mh61503891/13147a09f30b8158658c9876db9db6ae to your computer and use it in GitHub Desktop.
covid19-tottori-chart.mmdc
%% https://www.pref.tottori.lg.jp/item/1207264.htm
%% 101-
%%
%% ```sh
%% $ npm install @mermaid-js/mermaid-cli -g
%% $ curl --silent https://gist.githubusercontent.com/mh61503891/13147a09f30b8158658c9876db9db6ae/raw/790e4714bd45637003c72b5097635652cf6a33c7/covid19-tottori-chart.mmdc| mmdc -w 4000 -o covid19-tottori-chart.png
%% ``
%%
graph TB
subgraph -
146
end
subgraph 県外
154
? --> 154
152
112
end
subgraph 県内
126
123
120
subgraph 東部地区
subgraph 鳥取市
153
139 --> 153
139 --> 152
151
139 --> 151
150
139 --> 150
138
103
102
97
97 --> 103
97 --> 201
end
end
subgraph 中部地区
104
104 --> 117
104 --> 116
104 --> 115
104 --> 114
104 --> 105
subgraph 倉吉市
117
116
115
114
113
105
105 --> 117
105 --> 116
105 --> 115
105 --> 114
105 --> 113
end
end
subgraph 西部地区
156
141 --> 155
149
128
128 --> 149
128 --> 148
128 --> 147
128 --> 146
128 --> 145
128 --> 144
128 --> 143
128 --> 142
128 --> 141
128 --> 140
128 --> 132
128 --> 131
128 --> 130
145
141
134
133
132
130
129
119
118
111
109
106
85
85 --> 106
subgraph 境港市
148
137
136
135
127
125
124
122
121
124 --> 137
124 --> 136
90
90 --> 135
122 --> 125
122 --> 124
110
108
108 --> 119
91
91 --> 110
107
101
83
83 --> 108
91 --> 107
90 --> 101
end
subgraph 米子市
155
144
143
142
140
131
end
end
end
@mh61503891
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment