Skip to content

Commit bde23d6

Browse files
authored
Update quickstart img for dark mode (#118)
* fix graph diagram for dark mode * add arrows json export for data-model.png
1 parent e793022 commit bde23d6

File tree

2 files changed

+200
-0
lines changed

2 files changed

+200
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
{
2+
"style": {
3+
"font-family": "sans-serif",
4+
"background-color": "#ffffff",
5+
"background-image": "",
6+
"background-size": "100%",
7+
"node-color": "#ffffff",
8+
"border-width": 4,
9+
"border-color": "#000000",
10+
"radius": 50,
11+
"node-padding": 5,
12+
"node-margin": 2,
13+
"outside-position": "auto",
14+
"node-icon-image": "",
15+
"node-background-image": "",
16+
"icon-position": "inside",
17+
"icon-size": 64,
18+
"caption-position": "inside",
19+
"caption-max-width": 200,
20+
"caption-color": "#000000",
21+
"caption-font-size": 50,
22+
"caption-font-weight": "normal",
23+
"label-position": "inside",
24+
"label-display": "pill",
25+
"label-color": "#000000",
26+
"label-background-color": "#ffffff",
27+
"label-border-color": "#000000",
28+
"label-border-width": 4,
29+
"label-font-size": 40,
30+
"label-padding": 5,
31+
"label-margin": 4,
32+
"directionality": "directed",
33+
"detail-position": "inline",
34+
"detail-orientation": "parallel",
35+
"arrow-width": 5,
36+
"arrow-color": "#000000",
37+
"margin-start": 5,
38+
"margin-end": 5,
39+
"margin-peer": 20,
40+
"attachment-start": "normal",
41+
"attachment-end": "normal",
42+
"relationship-icon-image": "",
43+
"type-color": "#000000",
44+
"type-background-color": "#ffffff",
45+
"type-border-color": "#000000",
46+
"type-border-width": 0,
47+
"type-font-size": 16,
48+
"type-padding": 5,
49+
"property-position": "outside",
50+
"property-alignment": "colon",
51+
"property-color": "#000000",
52+
"property-font-size": 16,
53+
"property-font-weight": "normal"
54+
},
55+
"nodes": [
56+
{
57+
"id": "n0",
58+
"position": {
59+
"x": 0,
60+
"y": 0
61+
},
62+
"caption": "",
63+
"style": {},
64+
"labels": ["Movie"],
65+
"properties": {
66+
"Movie.title": "\"Star Wars: Episode IV - A New Hope\"",
67+
"Movie.release_date": "1977-05-25"
68+
}
69+
},
70+
{
71+
"id": "n1",
72+
"position": {
73+
"x": -246.33151765748622,
74+
"y": -186.9694039374689
75+
},
76+
"caption": "",
77+
"style": {},
78+
"labels": ["Person"],
79+
"properties": {
80+
"name": "\"George Lucas\""
81+
}
82+
},
83+
{
84+
"id": "n2",
85+
"position": {
86+
"x": 154.62597986768978,
87+
"y": -267.8200533009611
88+
},
89+
"caption": "",
90+
"style": {},
91+
"labels": ["Genre"],
92+
"properties": {
93+
"Genre.name": "\"Sci-Fi\""
94+
}
95+
},
96+
{
97+
"id": "n3",
98+
"position": {
99+
"x": 480.95404779578973,
100+
"y": -128.1614015906278
101+
},
102+
"caption": "",
103+
"style": {},
104+
"labels": ["Movie"],
105+
"properties": {
106+
"Movie.title": "\"Star Trek: The Motion Picture\"",
107+
"Movie.release_date": "1979-12-07"
108+
}
109+
},
110+
{
111+
"id": "n4",
112+
"position": {
113+
"x": -289.3028951157313,
114+
"y": 309.2519597353796
115+
},
116+
"caption": "",
117+
"style": {},
118+
"labels": ["Character"],
119+
"properties": {
120+
"Character.name": "\"Luke Skywalker\""
121+
}
122+
},
123+
{
124+
"id": "n5",
125+
"position": {
126+
"x": 0,
127+
"y": 309.2519597353796
128+
},
129+
"caption": "",
130+
"style": {},
131+
"labels": ["Character"],
132+
"properties": {
133+
"Character.name": "\"Princess Leia\""
134+
}
135+
},
136+
{
137+
"id": "n6",
138+
"position": {
139+
"x": 289.3028951157313,
140+
"y": 309.2519597353796
141+
},
142+
"caption": "",
143+
"style": {},
144+
"labels": ["Character"],
145+
"properties": {
146+
"Character.name": "\"Han Solo\""
147+
}
148+
}
149+
],
150+
"relationships": [
151+
{
152+
"id": "n0",
153+
"type": "Movie.director",
154+
"style": {},
155+
"properties": {},
156+
"fromId": "n0",
157+
"toId": "n1"
158+
},
159+
{
160+
"id": "n1",
161+
"type": "Movie.genre",
162+
"style": {},
163+
"properties": {},
164+
"fromId": "n0",
165+
"toId": "n2"
166+
},
167+
{
168+
"id": "n2",
169+
"type": "Movie.genre",
170+
"style": {},
171+
"properties": {},
172+
"fromId": "n3",
173+
"toId": "n2"
174+
},
175+
{
176+
"id": "n3",
177+
"type": "Movie.character",
178+
"style": {},
179+
"properties": {},
180+
"fromId": "n0",
181+
"toId": "n4"
182+
},
183+
{
184+
"id": "n4",
185+
"type": "Movie.character",
186+
"style": {},
187+
"properties": {},
188+
"fromId": "n0",
189+
"toId": "n5"
190+
},
191+
{
192+
"id": "n5",
193+
"type": "Movie.character",
194+
"style": {},
195+
"properties": {},
196+
"fromId": "n0",
197+
"toId": "n6"
198+
}
199+
]
200+
}
-71.3 KB
Loading

0 commit comments

Comments
 (0)