Skip to content

Commit 6341292

Browse files
committed
Add configuration for test mock
1 parent a7a9528 commit 6341292

File tree

1 file changed

+358
-0
lines changed

1 file changed

+358
-0
lines changed
Lines changed: 358 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,358 @@
1+
{
2+
"data": [
3+
{
4+
"x": [1, 2, 3, 4],
5+
"y": [63.69, 62.55, 61.64, 61.39],
6+
"type": "scatter",
7+
"mode": "lines",
8+
"name": "Average",
9+
"line": { "color": "rgba(0,0,0,1)" }
10+
},
11+
{
12+
"x": [1, 2, 3, 4],
13+
"y": [58.24, 54.93, 42.11, 50.75],
14+
"type": "scatter",
15+
"mode": "lines",
16+
"name": "African American",
17+
"line": { "color": "rgba(248,118,109,1)" }
18+
},
19+
{
20+
"x": [1, 2, 3, 4],
21+
"y": [51.49, 49.59, 37.12, 31.45],
22+
"type": "scatter",
23+
"mode": "lines",
24+
"name": "Alaska Native",
25+
"line": { "color": "rgba(216,144,0,1)" }
26+
},
27+
{
28+
"x": [1, 2, 3, 4],
29+
"y": [49.09, 58.54, 53.91, 43.12],
30+
"type": "scatter",
31+
"mode": "lines",
32+
"name": "Alaska Native Multirace",
33+
"line": { "color": "rgba(163,165,0,1)" }
34+
},
35+
{
36+
"x": [1, 2, 3, 4],
37+
"y": [70.53, 72.51, 72.28, 78.65],
38+
"type": "scatter",
39+
"mode": "lines",
40+
"name": "Asian",
41+
"line": { "color": "rgba(57,182,0,1)" }
42+
},
43+
{
44+
"x": [1, 2, 3, 4],
45+
"y": [62.69, 59.09, 63.82, 62],
46+
"type": "scatter",
47+
"mode": "lines",
48+
"name": "Hispanic",
49+
"line": { "color": "rgba(0,191,125,1)" }
50+
},
51+
{
52+
"x": [1, 2, 3, 4],
53+
"y": [76.27, 71.43, 59.83, 64.34],
54+
"type": "scatter",
55+
"mode": "lines",
56+
"name": "Non Hispanic Multirace",
57+
"line": { "color": "rgba(0,191,196,1)" }
58+
},
59+
{
60+
"x": [1, 2, 3, 4],
61+
"y": [71.15, 81.82, 88.46, 74.29],
62+
"type": "scatter",
63+
"mode": "lines",
64+
"name": "Non Resident Alien",
65+
"line": { "color": "rgba(0,176,246,1)" }
66+
},
67+
{
68+
"x": [1, 2, 3, 4],
69+
"y": [57.89, 57.38, 52.08, 63.83],
70+
"type": "scatter",
71+
"mode": "lines",
72+
"name": "Unknown",
73+
"line": { "color": "rgba(149,144,255,1)" }
74+
},
75+
{
76+
"x": [1, 2, 3, 4],
77+
"y": [65.4, 63.27, 65.78, 64.03],
78+
"type": "scatter",
79+
"mode": "lines",
80+
"name": "White",
81+
"line": { "color": "rgba(231,107,243,1)" }
82+
},
83+
{
84+
"x": [1, 2, 3, 4],
85+
"y": [63.69, 62.55, 61.64, 61.39],
86+
"type": "scatter",
87+
"mode": "markers",
88+
"marker": {
89+
"autocolorscale": false,
90+
"color": "rgba(0,0,0,1)",
91+
"size": 5.6693,
92+
"symbol": "circle",
93+
"line": { "color": "rgba(0,0,0,1)" }
94+
},
95+
"name": "Average"
96+
},
97+
{
98+
"x": [1, 2, 3, 4],
99+
"y": [58.24, 54.93, 42.11, 50.75],
100+
"type": "scatter",
101+
"mode": "markers",
102+
"marker": {
103+
"autocolorscale": false,
104+
"color": "rgba(248,118,109,1)",
105+
"size": 5.6693,
106+
"symbol": "circle",
107+
"line": { "color": "rgba(248,118,109,1)" }
108+
},
109+
"name": "African American"
110+
},
111+
{
112+
"x": [1, 2, 3, 4],
113+
"y": [51.49, 49.59, 37.12, 31.45],
114+
"type": "scatter",
115+
"mode": "markers",
116+
"marker": {
117+
"autocolorscale": false,
118+
"color": "rgba(216,144,0,1)",
119+
"size": 5.6693,
120+
"symbol": "circle",
121+
"line": { "color": "rgba(216,144,0,1)" }
122+
},
123+
"name": "Alaska Native"
124+
},
125+
{
126+
"x": [1, 2, 3, 4],
127+
"y": [49.09, 58.54, 53.91, 43.12],
128+
"type": "scatter",
129+
"mode": "markers",
130+
"marker": {
131+
"autocolorscale": false,
132+
"color": "rgba(163,165,0,1)",
133+
"size": 5.6693,
134+
"symbol": "circle",
135+
"line": { "color": "rgba(163,165,0,1)" }
136+
},
137+
"name": "Alaska Native Multirace"
138+
},
139+
{
140+
"x": [1, 2, 3, 4],
141+
"y": [70.53, 72.51, 72.28, 78.65],
142+
"type": "scatter",
143+
"mode": "markers",
144+
"marker": {
145+
"autocolorscale": false,
146+
"color": "rgba(57,182,0,1)",
147+
"size": 5.6693,
148+
"symbol": "circle",
149+
"line": { "color": "rgba(57,182,0,1)" }
150+
},
151+
"name": "Asian"
152+
},
153+
{
154+
"x": [1, 2, 3, 4],
155+
"y": [62.69, 59.09, 63.82, 62],
156+
"type": "scatter",
157+
"mode": "markers",
158+
"marker": {
159+
"autocolorscale": false,
160+
"color": "rgba(0,191,125,1)",
161+
"size": 5.6693,
162+
"symbol": "circle",
163+
"line": { "color": "rgba(0,191,125,1)" }
164+
},
165+
"name": "Hispanic"
166+
},
167+
{
168+
"x": [1, 2, 3, 4],
169+
"y": [76.27, 71.43, 59.83, 64.34],
170+
"type": "scatter",
171+
"mode": "markers",
172+
"marker": {
173+
"autocolorscale": false,
174+
"color": "rgba(0,191,196,1)",
175+
"size": 5.6693,
176+
"symbol": "circle",
177+
"line": { "color": "rgba(0,191,196,1)" }
178+
},
179+
"name": "Non Hispanic Multirace"
180+
},
181+
{
182+
"x": [1, 2, 3, 4],
183+
"y": [71.15, 81.82, 88.46, 74.29],
184+
"type": "scatter",
185+
"mode": "markers",
186+
"marker": {
187+
"autocolorscale": false,
188+
"color": "rgba(0,176,246,1)",
189+
"size": 5.6693,
190+
"symbol": "circle",
191+
"line": { "color": "rgba(0,176,246,1)" }
192+
},
193+
"name": "Non Resident Alien"
194+
},
195+
{
196+
"x": [1, 2, 3, 4],
197+
"y": [57.89, 57.38, 52.08, 63.83],
198+
"type": "scatter",
199+
"mode": "markers",
200+
"marker": {
201+
"autocolorscale": false,
202+
"color": "rgba(149,144,255,1)",
203+
"size": 5.6693,
204+
"symbol": "circle",
205+
"line": { "color": "rgba(149,144,255,1)" }
206+
},
207+
"name": "Unknown"
208+
},
209+
{
210+
"x": [1, 2, 3, 4],
211+
"y": [65.4, 63.27, 65.78, 64.03],
212+
"type": "scatter",
213+
"mode": "markers",
214+
"marker": {
215+
"autocolorscale": false,
216+
"color": "rgba(231,107,243,1)",
217+
"size": 5.6693,
218+
"symbol": "circle",
219+
"line": { "color": "rgba(231,107,243,1)" }
220+
},
221+
"name": "White"
222+
}
223+
],
224+
"layout": {
225+
"margin": {
226+
"t": 34.8976,
227+
"r": 75.5906,
228+
"b": 51.243,
229+
"l": 57.6191
230+
},
231+
"plot_bgcolor": "rgba(255,255,255,1)",
232+
"paper_bgcolor": "rgba(255,255,255,1)",
233+
"font": {
234+
"color": "rgba(34,34,34,1)",
235+
"family": "Roboto",
236+
"size": 15.9402
237+
},
238+
"xaxis": {
239+
"type": "linear",
240+
"autorange": false,
241+
"tickmode": "array",
242+
"range": [0.4, 4.6],
243+
"minor": {
244+
"tickvals": [1.5, 2.5, 3.5],
245+
"ticks": "inside",
246+
"tickwidth": 100,
247+
"ticklen": 5,
248+
"tickcolor": "orange",
249+
"gridcolor": "yellow",
250+
"gridwidth": 100,
251+
"griddash": "5px"
252+
},
253+
"ticktext": ["2012", "2013", "2014", "2015"],
254+
"tickvals": [1, 2, 3, 4],
255+
"ticks": "",
256+
"tickcolor": null,
257+
"ticklen": 3.653,
258+
"tickwidth": 0,
259+
"showticklabels": true,
260+
"tickfont": {
261+
"color": "rgba(77,77,77,1)",
262+
"family": "Roboto",
263+
"size": 12.7522
264+
},
265+
"tickangle": -0,
266+
"showline": false,
267+
"linecolor": null,
268+
"linewidth": 0,
269+
"showgrid": true,
270+
"domain": [0, 1],
271+
"gridcolor": "rgba(216,216,216,1)",
272+
"gridwidth": 0.6642,
273+
"zeroline": false,
274+
"anchor": "y",
275+
"title": {
276+
"text": "Fiscal year",
277+
"font": {
278+
"color": "rgba(34,34,34,1)",
279+
"family": "Roboto",
280+
"size": 15.9402
281+
}
282+
},
283+
"hoverformat": ".2f"
284+
},
285+
"yaxis": {
286+
"type": "linear",
287+
"autorange": false,
288+
"tickmode": "array",
289+
"range": [-5, 105],
290+
"ticktext": ["0", "25", "50", "75", "100"],
291+
"tickvals": [0, 25, 50, 75, 100],
292+
"ticks": "",
293+
"tickcolor": null,
294+
"ticklen": 3.653,
295+
"tickwidth": 0,
296+
"showticklabels": true,
297+
"tickfont": {
298+
"color": "rgba(77,77,77,1)",
299+
"family": "Roboto",
300+
"size": 12.7522
301+
},
302+
"tickangle": -0,
303+
"showline": false,
304+
"linecolor": null,
305+
"linewidth": 0,
306+
"showgrid": true,
307+
"domain": [0, 1],
308+
"gridcolor": "rgba(216,216,216,1)",
309+
"gridwidth": 0.6642,
310+
"zeroline": false,
311+
"anchor": "x",
312+
"title": {
313+
"text": "% of students",
314+
"font": {
315+
"color": "rgba(34,34,34,1)",
316+
"family": "Roboto",
317+
"size": 15.9402
318+
}
319+
},
320+
"hoverformat": ".2f"
321+
},
322+
"shapes": [
323+
{
324+
"type": "rect",
325+
"fillcolor": "transparent",
326+
"line": {
327+
"color": "rgba(0,0,0,1)",
328+
"width": 0,
329+
"linetype": "solid"
330+
},
331+
"yref": "paper",
332+
"xref": "paper",
333+
"x0": 0,
334+
"x1": 1,
335+
"y0": 0,
336+
"y1": 1
337+
}
338+
],
339+
"showlegend": true,
340+
"legend": {
341+
"orientation": "v",
342+
"x": 0.5,
343+
"y": -0.4,
344+
"xanchor": "center",
345+
"yanchor": "top",
346+
"bgcolor": "rgba(255,255,255,0.9)",
347+
"bordercolor": "#ccc",
348+
"borderwidth": 1,
349+
"font": { "size": 10 },
350+
"itemsizing": "constant",
351+
"itemwidth": 30,
352+
"itemclick": "toggle",
353+
"itemdoubleclick": "toggleothers",
354+
"maxheight": 0.3
355+
},
356+
"hovermode": "closest"
357+
}
358+
}

0 commit comments

Comments
 (0)