forked from pyecharts/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap-extension-architecture.uml
More file actions
38 lines (29 loc) · 968 Bytes
/
map-extension-architecture.uml
File metadata and controls
38 lines (29 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@startuml
cloud "pypi" {
[pyecharts]
[pyecharts-jupyter-installer]
[jupyter notebook]
[lml]
[jupyter-echarts-pypkg]
[echarts-countries-pypkg]
[echarts-china-cities-pypkg]
}
cloud "github" {
[jupyter-echarts]
[echarts-countries-js]
[echarts-china-cities-js]
}
[jupyter-echarts]
[echarts-china-cities-js]
[jupyter-echarts-pypkg] ..> [jupyter-echarts] : packages
[echarts-china-cities-pypkg] ..> [echarts-china-cities-js] : packages
[echarts-countries-pypkg] ..> [echarts-countries-js] : packages
[pyecharts] --> [lml] : finds extensions through
[lml] --> [echarts-countries-pypkg] : links
[lml] --> [echarts-china-cities-pypkg] : links
[lml] --> [jupyter-echarts-pypkg] : links
[jupyter-echarts-pypkg] --> [pyecharts-jupyter-installer]
[echarts-countries-pypkg] --> [pyecharts-jupyter-installer]
[echarts-china-cities-pypkg] --> [pyecharts-jupyter-installer]
[pyecharts-jupyter-installer] --> [jupyter notebook] : installs javascript extensions to
@enduml