@record-evolution/widget-navbar 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,376 @@
1
+ {
2
+ "color": [
3
+ "#d87c7c",
4
+ "#919e8b",
5
+ "#d7ab82",
6
+ "#6e7074",
7
+ "#61a0a8",
8
+ "#efa18d",
9
+ "#787464",
10
+ "#cc7e63",
11
+ "#724e58",
12
+ "#4b565b"
13
+ ],
14
+ "backgroundColor": "rgba(254,248,239,1)",
15
+ "textStyle": {},
16
+ "title": {
17
+ "textStyle": {
18
+ "color": "#333333"
19
+ },
20
+ "subtextStyle": {
21
+ "color": "#aaaaaa"
22
+ }
23
+ },
24
+ "line": {
25
+ "itemStyle": {
26
+ "borderWidth": 1
27
+ },
28
+ "lineStyle": {
29
+ "width": 2
30
+ },
31
+ "symbolSize": 4,
32
+ "symbol": "emptyCircle",
33
+ "smooth": false
34
+ },
35
+ "radar": {
36
+ "itemStyle": {
37
+ "borderWidth": 1
38
+ },
39
+ "lineStyle": {
40
+ "width": 2
41
+ },
42
+ "symbolSize": 4,
43
+ "symbol": "emptyCircle",
44
+ "smooth": false
45
+ },
46
+ "bar": {
47
+ "itemStyle": {
48
+ "barBorderWidth": 0,
49
+ "barBorderColor": "#ccc"
50
+ }
51
+ },
52
+ "pie": {
53
+ "itemStyle": {
54
+ "borderWidth": 0,
55
+ "borderColor": "#ccc"
56
+ }
57
+ },
58
+ "scatter": {
59
+ "itemStyle": {
60
+ "borderWidth": 0,
61
+ "borderColor": "#ccc"
62
+ }
63
+ },
64
+ "boxplot": {
65
+ "itemStyle": {
66
+ "borderWidth": 0,
67
+ "borderColor": "#ccc"
68
+ }
69
+ },
70
+ "parallel": {
71
+ "itemStyle": {
72
+ "borderWidth": 0,
73
+ "borderColor": "#ccc"
74
+ }
75
+ },
76
+ "sankey": {
77
+ "itemStyle": {
78
+ "borderWidth": 0,
79
+ "borderColor": "#ccc"
80
+ }
81
+ },
82
+ "funnel": {
83
+ "itemStyle": {
84
+ "borderWidth": 0,
85
+ "borderColor": "#ccc"
86
+ }
87
+ },
88
+ "gauge": {
89
+ "itemStyle": {
90
+ "borderWidth": 0,
91
+ "borderColor": "#ccc"
92
+ }
93
+ },
94
+ "candlestick": {
95
+ "itemStyle": {
96
+ "color": "#c23531",
97
+ "color0": "#314656",
98
+ "borderColor": "#c23531",
99
+ "borderColor0": "#314656",
100
+ "borderWidth": 1
101
+ }
102
+ },
103
+ "graph": {
104
+ "itemStyle": {
105
+ "borderWidth": 0,
106
+ "borderColor": "#ccc"
107
+ },
108
+ "lineStyle": {
109
+ "width": 1,
110
+ "color": "#aaa"
111
+ },
112
+ "symbolSize": 4,
113
+ "symbol": "emptyCircle",
114
+ "smooth": false,
115
+ "color": [
116
+ "#d87c7c",
117
+ "#919e8b",
118
+ "#d7ab82",
119
+ "#6e7074",
120
+ "#61a0a8",
121
+ "#efa18d",
122
+ "#787464",
123
+ "#cc7e63",
124
+ "#724e58",
125
+ "#4b565b"
126
+ ],
127
+ "label": {
128
+ "color": "#eee"
129
+ }
130
+ },
131
+ "map": {
132
+ "itemStyle": {
133
+ "areaColor": "#eeeeee",
134
+ "borderColor": "#444444",
135
+ "borderWidth": 0.5
136
+ },
137
+ "label": {
138
+ "color": "#000000"
139
+ },
140
+ "emphasis": {
141
+ "itemStyle": {
142
+ "areaColor": "rgba(255,215,0,0.8)",
143
+ "borderColor": "#444444",
144
+ "borderWidth": 1
145
+ },
146
+ "label": {
147
+ "color": "rgb(100,0,0)"
148
+ }
149
+ }
150
+ },
151
+ "geo": {
152
+ "itemStyle": {
153
+ "areaColor": "#eeeeee",
154
+ "borderColor": "#444444",
155
+ "borderWidth": 0.5
156
+ },
157
+ "label": {
158
+ "color": "#000000"
159
+ },
160
+ "emphasis": {
161
+ "itemStyle": {
162
+ "areaColor": "rgba(255,215,0,0.8)",
163
+ "borderColor": "#444444",
164
+ "borderWidth": 1
165
+ },
166
+ "label": {
167
+ "color": "rgb(100,0,0)"
168
+ }
169
+ }
170
+ },
171
+ "categoryAxis": {
172
+ "axisLine": {
173
+ "show": true,
174
+ "lineStyle": {
175
+ "color": "#333333"
176
+ }
177
+ },
178
+ "axisTick": {
179
+ "show": true,
180
+ "lineStyle": {
181
+ "color": "#333333"
182
+ }
183
+ },
184
+ "axisLabel": {
185
+ "show": true,
186
+ "color": "#333333"
187
+ },
188
+ "splitLine": {
189
+ "show": false,
190
+ "lineStyle": {
191
+ "color": ["#ccc"]
192
+ }
193
+ },
194
+ "splitArea": {
195
+ "show": false,
196
+ "areaStyle": {
197
+ "color": ["rgba(250,250,250,0.3)", "rgba(200,200,200,0.3)"]
198
+ }
199
+ }
200
+ },
201
+ "valueAxis": {
202
+ "axisLine": {
203
+ "show": true,
204
+ "lineStyle": {
205
+ "color": "#333333"
206
+ }
207
+ },
208
+ "axisTick": {
209
+ "show": true,
210
+ "lineStyle": {
211
+ "color": "#333333"
212
+ }
213
+ },
214
+ "axisLabel": {
215
+ "show": true,
216
+ "color": "#333333"
217
+ },
218
+ "splitLine": {
219
+ "show": true,
220
+ "lineStyle": {
221
+ "color": ["#ccc"]
222
+ }
223
+ },
224
+ "splitArea": {
225
+ "show": false,
226
+ "areaStyle": {
227
+ "color": ["rgba(250,250,250,0.3)", "rgba(200,200,200,0.3)"]
228
+ }
229
+ }
230
+ },
231
+ "logAxis": {
232
+ "axisLine": {
233
+ "show": true,
234
+ "lineStyle": {
235
+ "color": "#333333"
236
+ }
237
+ },
238
+ "axisTick": {
239
+ "show": true,
240
+ "lineStyle": {
241
+ "color": "#333333"
242
+ }
243
+ },
244
+ "axisLabel": {
245
+ "show": true,
246
+ "color": "#333333"
247
+ },
248
+ "splitLine": {
249
+ "show": true,
250
+ "lineStyle": {
251
+ "color": ["#ccc"]
252
+ }
253
+ },
254
+ "splitArea": {
255
+ "show": false,
256
+ "areaStyle": {
257
+ "color": ["rgba(250,250,250,0.3)", "rgba(200,200,200,0.3)"]
258
+ }
259
+ }
260
+ },
261
+ "timeAxis": {
262
+ "axisLine": {
263
+ "show": true,
264
+ "lineStyle": {
265
+ "color": "#333333"
266
+ }
267
+ },
268
+ "axisTick": {
269
+ "show": true,
270
+ "lineStyle": {
271
+ "color": "#333333"
272
+ }
273
+ },
274
+ "axisLabel": {
275
+ "show": true,
276
+ "color": "#333333"
277
+ },
278
+ "splitLine": {
279
+ "show": true,
280
+ "lineStyle": {
281
+ "color": ["#ccc"]
282
+ }
283
+ },
284
+ "splitArea": {
285
+ "show": false,
286
+ "areaStyle": {
287
+ "color": ["rgba(250,250,250,0.3)", "rgba(200,200,200,0.3)"]
288
+ }
289
+ }
290
+ },
291
+ "toolbox": {
292
+ "iconStyle": {
293
+ "borderColor": "#999999"
294
+ },
295
+ "emphasis": {
296
+ "iconStyle": {
297
+ "borderColor": "#666666"
298
+ }
299
+ }
300
+ },
301
+ "legend": {
302
+ "textStyle": {
303
+ "color": "#333333"
304
+ }
305
+ },
306
+ "tooltip": {
307
+ "axisPointer": {
308
+ "lineStyle": {
309
+ "color": "#cccccc",
310
+ "width": 1
311
+ },
312
+ "crossStyle": {
313
+ "color": "#cccccc",
314
+ "width": 1
315
+ }
316
+ }
317
+ },
318
+ "timeline": {
319
+ "lineStyle": {
320
+ "color": "#293c55",
321
+ "width": 1
322
+ },
323
+ "itemStyle": {
324
+ "color": "#293c55",
325
+ "borderWidth": 1
326
+ },
327
+ "controlStyle": {
328
+ "color": "#293c55",
329
+ "borderColor": "#293c55",
330
+ "borderWidth": 0.5
331
+ },
332
+ "checkpointStyle": {
333
+ "color": "#e43c59",
334
+ "borderColor": "#c23531"
335
+ },
336
+ "label": {
337
+ "color": "#293c55"
338
+ },
339
+ "emphasis": {
340
+ "itemStyle": {
341
+ "color": "#a9334c"
342
+ },
343
+ "controlStyle": {
344
+ "color": "#293c55",
345
+ "borderColor": "#293c55",
346
+ "borderWidth": 0.5
347
+ },
348
+ "label": {
349
+ "color": "#293c55"
350
+ }
351
+ }
352
+ },
353
+ "visualMap": {
354
+ "color": ["#bf444c", "#d88273", "#f6efa6"]
355
+ },
356
+ "dataZoom": {
357
+ "backgroundColor": "rgba(47,69,84,0)",
358
+ "dataBackgroundColor": "rgba(47,69,84,0.3)",
359
+ "fillerColor": "rgba(167,183,204,0.4)",
360
+ "handleColor": "#a7b7cc",
361
+ "handleSize": "100%",
362
+ "textStyle": {
363
+ "color": "#333333"
364
+ }
365
+ },
366
+ "markPoint": {
367
+ "label": {
368
+ "color": "#eee"
369
+ },
370
+ "emphasis": {
371
+ "label": {
372
+ "color": "#eee"
373
+ }
374
+ }
375
+ }
376
+ }