Skip to content

Commit 1b6d23d

Browse files
committed
Fix - VueUiDonutEvolution - Add missing themes for the donut in dialog #282
1 parent d67850c commit 1b6d23d

File tree

1 file changed

+325
-0
lines changed

1 file changed

+325
-0
lines changed

src/themes/vue_ui_donut_evolution.json

Lines changed: 325 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,72 @@
131131
"color": "#5D4037",
132132
"highlightColor": "#FF8A65"
133133
},
134+
"dialog": {
135+
"backgroundColor": "#FFF8E1",
136+
"color": "#424242",
137+
"header": {
138+
"backgroundColor": "##FFF8E1",
139+
"color": "#424242"
140+
},
141+
"donutChart": {
142+
"style": {
143+
"chart": {
144+
"backgroundColor": "##FFF8E1",
145+
"color": "#424242",
146+
"layout": {
147+
"labels": {
148+
"percentage": {
149+
"color": "#424242"
150+
},
151+
"name": {
152+
"color": "#424242"
153+
},
154+
"hollow": {
155+
"total": {
156+
"color": "#424242",
157+
"value": {
158+
"color": "#424242"
159+
}
160+
},
161+
"average": {
162+
"color": "#424242",
163+
"value": {
164+
"color": "#424242"
165+
}
166+
}
167+
}
168+
}
169+
},
170+
"legend": {
171+
"backgroundColor": "##FFF8E1",
172+
"color": "#424242"
173+
},
174+
"title": {
175+
"color": "#424242",
176+
"subtitle": {
177+
"color": "#757575"
178+
}
179+
},
180+
"tooltip": {
181+
"backgroundColor": "#FFECB3",
182+
"backgroundOpacity": 30,
183+
"color": "#424242",
184+
"borderColor": "#FF8A65"
185+
}
186+
}
187+
},
188+
"table": {
189+
"th": {
190+
"backgroundColor": "#1A1A1A",
191+
"color": "#CCCCCC"
192+
},
193+
"td": {
194+
"backgroundColor": "#1A1A1A",
195+
"color": "#CCCCCC"
196+
}
197+
}
198+
}
199+
},
134200
"layout": {
135201
"grid": {
136202
"stroke": "#5D4037",
@@ -188,6 +254,72 @@
188254
"color": "#5D4037",
189255
"highlightColor": "#FF8A65"
190256
},
257+
"dialog": {
258+
"backgroundColor": "#1E1E1E",
259+
"color": "#BDBDBD",
260+
"header": {
261+
"backgroundColor": "#1E1E1E",
262+
"color": "#BDBDBD"
263+
},
264+
"donutChart": {
265+
"style": {
266+
"chart": {
267+
"backgroundColor": "#1E1E1E",
268+
"color": "#BDBDBD",
269+
"layout": {
270+
"labels": {
271+
"percentage": {
272+
"color": "#BDBDBD"
273+
},
274+
"name": {
275+
"color": "#BDBDBD"
276+
},
277+
"hollow": {
278+
"total": {
279+
"color": "#BDBDBD",
280+
"value": {
281+
"color": "#BDBDBD"
282+
}
283+
},
284+
"average": {
285+
"color": "#BDBDBD",
286+
"value": {
287+
"color": "#BDBDBD"
288+
}
289+
}
290+
}
291+
}
292+
},
293+
"legend": {
294+
"backgroundColor": "#1E1E1E",
295+
"color": "#BDBDBD"
296+
},
297+
"title": {
298+
"color": "#FFF8E1",
299+
"subtitle": {
300+
"color": "#BDBDBD"
301+
}
302+
},
303+
"tooltip": {
304+
"backgroundColor": "#1E1E1E",
305+
"backgroundOpacity": 30,
306+
"color": "#FFF8E1",
307+
"borderColor": "#FF8A65"
308+
}
309+
}
310+
},
311+
"table": {
312+
"th": {
313+
"backgroundColor": "#1A1A1A",
314+
"color": "#CCCCCC"
315+
},
316+
"td": {
317+
"backgroundColor": "#1A1A1A",
318+
"color": "#CCCCCC"
319+
}
320+
}
321+
}
322+
},
191323
"layout": {
192324
"grid": {
193325
"stroke": "#5D4037",
@@ -245,6 +377,71 @@
245377
"color": "#5F6A5F",
246378
"highlightColor": "#66CC66"
247379
},
380+
"dialog": {
381+
"backgroundColor": "#1A1A1A",
382+
"color": "#BDBDBD",
383+
"header": {
384+
"backgroundColor": "#1A1A1A",
385+
"color": "#BDBDBD"
386+
},
387+
"donutChart": {
388+
"style": {
389+
"chart": {
390+
"backgroundColor": "#1A1A1A",
391+
"color": "#99AA99",
392+
"layout": {
393+
"labels": {
394+
"percentage": {
395+
"color": "#99AA99"
396+
},
397+
"name": {
398+
"color": "#99AA99"
399+
},
400+
"hollow": {
401+
"total": {
402+
"color": "#99AA99",
403+
"value": {
404+
"color": "#99AA99"
405+
}
406+
},
407+
"average": {
408+
"color": "#99AA99",
409+
"value": {
410+
"color": "#99AA99"
411+
}
412+
}
413+
}
414+
}
415+
},
416+
"legend": {
417+
"backgroundColor": "#1A1A1A",
418+
"color": "#99AA99"
419+
},
420+
"title": {
421+
"color": "#66CC66",
422+
"subtitle": {
423+
"color": "#99AA99"
424+
}
425+
},
426+
"tooltip": {
427+
"backgroundColor": "#2A2F2A",
428+
"color": "#AACCAA",
429+
"borderColor": "#66CC66"
430+
}
431+
}
432+
},
433+
"table": {
434+
"th": {
435+
"backgroundColor": "#1A1A1A",
436+
"color": "#CCCCCC"
437+
},
438+
"td": {
439+
"backgroundColor": "#1A1A1A",
440+
"color": "#CCCCCC"
441+
}
442+
}
443+
}
444+
},
248445
"layout": {
249446
"grid": {
250447
"show": false,
@@ -302,6 +499,70 @@
302499
"color": "#E0CFC3",
303500
"highlightColor": "#8F837A"
304501
},
502+
"dialog": {
503+
"backgroundColor": "#fbfafa",
504+
"color": "#8A9892",
505+
"header": {
506+
"backgroundColor": "#fbfafa",
507+
"color": "#8A9892"
508+
},
509+
"donutChart": {
510+
"style": {
511+
"chart": {
512+
"backgroundColor": "#fbfafa",
513+
"color": "#99AA99",
514+
"layout": {
515+
"labels": {
516+
"percentage": {
517+
"color": "#A0AC94"
518+
},
519+
"name": {
520+
"color": "#A0AC94"
521+
},
522+
"hollow": {
523+
"total": {
524+
"color": "#A0AC94",
525+
"value": {
526+
"color": "#A0AC94"
527+
}
528+
},
529+
"average": {
530+
"color": "#A0AC94",
531+
"value": {
532+
"color": "#A0AC94"
533+
}
534+
}
535+
}
536+
}
537+
},
538+
"legend": {
539+
"backgroundColor": "#fbfafa",
540+
"color": "#A0AC94"
541+
},
542+
"title": {
543+
"color": "#8A9892",
544+
"subtitle": {
545+
"color": "#99AA99"
546+
}
547+
},
548+
"tooltip": {
549+
"backgroundColor": "#fbfafa",
550+
"color": "#8A9892"
551+
}
552+
}
553+
},
554+
"table": {
555+
"th": {
556+
"backgroundColor": "#1A1A1A",
557+
"color": "#CCCCCC"
558+
},
559+
"td": {
560+
"backgroundColor": "#1A1A1A",
561+
"color": "#CCCCCC"
562+
}
563+
}
564+
}
565+
},
305566
"layout": {
306567
"grid": {
307568
"show": false,
@@ -358,6 +619,70 @@
358619
"color": "#92B0AB",
359620
"highlightColor": "#50606C"
360621
},
622+
"dialog": {
623+
"backgroundColor": "#f6f6fb",
624+
"color": "#50606C",
625+
"header": {
626+
"backgroundColor": "#f6f6fb",
627+
"color": "#50606C"
628+
},
629+
"donutChart": {
630+
"style": {
631+
"chart": {
632+
"backgroundColor": "#f6f6fb",
633+
"color": "#50606C",
634+
"layout": {
635+
"labels": {
636+
"percentage": {
637+
"color": "#61747E"
638+
},
639+
"name": {
640+
"color": "#61747E"
641+
},
642+
"hollow": {
643+
"total": {
644+
"color": "#61747E",
645+
"value": {
646+
"color": "#61747E"
647+
}
648+
},
649+
"average": {
650+
"color": "#61747E",
651+
"value": {
652+
"color": "#61747E"
653+
}
654+
}
655+
}
656+
}
657+
},
658+
"legend": {
659+
"backgroundColor": "#f6f6fb",
660+
"color": "#61747E"
661+
},
662+
"title": {
663+
"color": "#50606C",
664+
"subtitle": {
665+
"color": "#718890"
666+
}
667+
},
668+
"tooltip": {
669+
"backgroundColor": "#f6f6fb",
670+
"color": "#50606C"
671+
}
672+
}
673+
},
674+
"table": {
675+
"th": {
676+
"backgroundColor": "#1A1A1A",
677+
"color": "#CCCCCC"
678+
},
679+
"td": {
680+
"backgroundColor": "#1A1A1A",
681+
"color": "#CCCCCC"
682+
}
683+
}
684+
}
685+
},
361686
"layout": {
362687
"grid": {
363688
"stroke": "#BBC4D3",

0 commit comments

Comments
 (0)