vue-data-ui 2.2.90 → 2.2.92

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.
Files changed (58) hide show
  1. package/dist/data-table-d-VcuH-r.js +1488 -0
  2. package/dist/{index.es-Cgqo-FBk.js → index.es-Dc9Fd4o6.js} +1 -1
  3. package/dist/legend-DJCYLsl_.js +61 -0
  4. package/dist/style.css +1 -1
  5. package/dist/themes-lgjsYHsH.js +4967 -0
  6. package/dist/title-BF-9Qcni.js +56 -0
  7. package/dist/tooltip-D85WEOKi.js +94 -0
  8. package/dist/user-options-DZgCz8UA.js +415 -0
  9. package/dist/vue-data-ui.js +455 -61
  10. package/dist/vue-ui-3d-bar-DW7kGJSz.js +20360 -0
  11. package/dist/vue-ui-age-pyramid-4hcuKpFY.js +781 -0
  12. package/dist/vue-ui-annotator-C83FVvl8.js +2175 -0
  13. package/dist/vue-ui-candlestick-diclGj95.js +807 -0
  14. package/dist/vue-ui-chestnut-ACetHLdG.js +1049 -0
  15. package/dist/vue-ui-cursor-Rx7UNaYT.js +229 -0
  16. package/dist/vue-ui-dashboard-B3PlN0ks.js +231 -0
  17. package/dist/vue-ui-digits-CxMXID42.js +154 -0
  18. package/dist/vue-ui-donut-DMiwVXNd.js +1534 -0
  19. package/dist/vue-ui-dumbbell-B_X1T8TR.js +621 -0
  20. package/dist/vue-ui-flow-B72wzQ6V.js +451 -0
  21. package/dist/vue-ui-galaxy-DXX5yivT.js +482 -0
  22. package/dist/vue-ui-gauge-Cs9PDurH.js +466 -0
  23. package/dist/vue-ui-heatmap-PcoNSLdN.js +581 -0
  24. package/dist/vue-ui-kpi-DchEmPtB.js +55 -0
  25. package/dist/vue-ui-mini-loader-DltJLkqy.js +131 -0
  26. package/dist/vue-ui-molecule-CWvukBzs.js +746 -0
  27. package/dist/vue-ui-mood-radar-DEfdtIi8.js +544 -0
  28. package/dist/vue-ui-nested-donuts-9URpqgXE.js +768 -0
  29. package/dist/vue-ui-onion-C0eowUT6.js +551 -0
  30. package/dist/vue-ui-parallel-coordinate-plot-Bc_pAaPJ.js +647 -0
  31. package/dist/vue-ui-quadrant-_ddVAm9V.js +1174 -0
  32. package/dist/vue-ui-quick-chart-Cio0hDYO.js +1310 -0
  33. package/dist/vue-ui-radar-Dyg38i33.js +853 -0
  34. package/dist/vue-ui-rating-CE1Lmwd2.js +271 -0
  35. package/dist/vue-ui-relation-circle-BMlB3k3d.js +303 -0
  36. package/dist/vue-ui-rings-BuXeijvb.js +507 -0
  37. package/dist/vue-ui-scatter-B1hZfOua.js +870 -0
  38. package/dist/vue-ui-screenshot-0QXgxzGs.js +160 -0
  39. package/dist/vue-ui-smiley-B7kR7exr.js +763 -0
  40. package/dist/vue-ui-spark-trend-BmL2KiYL.js +245 -0
  41. package/dist/vue-ui-sparkgauge-BMzFv14L.js +158 -0
  42. package/dist/vue-ui-sparkhistogram-DWpOXqHm.js +243 -0
  43. package/dist/vue-ui-sparkstackbar-DB9VQXlc.js +244 -0
  44. package/dist/vue-ui-strip-plot-DyN6P0JO.js +614 -0
  45. package/dist/vue-ui-table-DM3zL89q.js +2180 -0
  46. package/dist/vue-ui-table-heatmap-gWx0Nslu.js +237 -0
  47. package/dist/vue-ui-thermometer-Bcqv5kd_.js +384 -0
  48. package/dist/vue-ui-timer-BIFxjujK.js +451 -0
  49. package/dist/vue-ui-tiremarks-zBwHpED_.js +248 -0
  50. package/dist/vue-ui-treemap-BaplVc_z.js +719 -0
  51. package/dist/vue-ui-vertical-bar-CdK6ZJPM.js +734 -0
  52. package/dist/vue-ui-waffle-COOzH7M3.js +635 -0
  53. package/dist/vue-ui-wheel-BEpuVTBk.js +226 -0
  54. package/dist/vue-ui-word-cloud-DNqxAAiX.js +344 -0
  55. package/dist/vue-ui-xy-_mHq-czW.js +2058 -0
  56. package/dist/vue-ui-xy-canvas-DqX8Gee5.js +1003 -0
  57. package/package.json +1 -1
  58. package/dist/index-DZlxUin4.js +0 -57288
@@ -0,0 +1,4967 @@
1
+ const o = {
2
+ default: {},
3
+ hack: {
4
+ chart: {
5
+ backgroundColor: "#1A1A1A",
6
+ color: "#99AA99",
7
+ zoom: {
8
+ color: "#5F6A5F",
9
+ highlightColor: "#66CC66"
10
+ },
11
+ highlighter: {
12
+ color: "#66CC66"
13
+ },
14
+ timeTag: {
15
+ backgroundColor: "#1A1A1A",
16
+ color: "#66CC66",
17
+ circleMarker: {
18
+ color: "#66CC66"
19
+ }
20
+ },
21
+ grid: {
22
+ stroke: "#5F6A5F",
23
+ showVerticalLines: !1,
24
+ labels: {
25
+ color: "#99AA99",
26
+ xAxisLabels: {
27
+ color: "#99AA99"
28
+ },
29
+ xAxis: {
30
+ showBaseline: !1
31
+ }
32
+ }
33
+ },
34
+ legend: {
35
+ color: "#99AA99"
36
+ },
37
+ title: {
38
+ color: "#66CC66",
39
+ subtitle: {
40
+ color: "#99AA99"
41
+ }
42
+ },
43
+ tooltip: {
44
+ backgroundColor: "#2A2F2A",
45
+ color: "#AACCAA",
46
+ borderColor: "#66CC66"
47
+ }
48
+ },
49
+ bar: {
50
+ borderRadius: 0,
51
+ border: {
52
+ stroke: "#66CC66"
53
+ },
54
+ labels: {
55
+ color: "#AACCAA"
56
+ },
57
+ serieName: {
58
+ color: "#99CC99"
59
+ }
60
+ },
61
+ line: {
62
+ labels: {
63
+ color: "#AACCAA"
64
+ }
65
+ },
66
+ plot: {
67
+ labels: {
68
+ color: "#AACCAA"
69
+ }
70
+ },
71
+ table: {
72
+ th: {
73
+ backgroundColor: "#1A1A1A",
74
+ color: "#99AA99"
75
+ },
76
+ td: {
77
+ backgroundColor: "#1A1A1A",
78
+ color: "#AACCAA"
79
+ }
80
+ }
81
+ },
82
+ zen: {
83
+ chart: {
84
+ backgroundColor: "#fbfafa",
85
+ color: "#8A9892",
86
+ zoom: {
87
+ color: "#E0CFC3",
88
+ highlightColor: "#8F837A"
89
+ },
90
+ highlighter: {
91
+ color: "#8F837A"
92
+ },
93
+ timeTag: {
94
+ backgroundColor: "#fbfafa",
95
+ color: "#8A9892",
96
+ circleMarker: {
97
+ color: "#8A9892"
98
+ }
99
+ },
100
+ grid: {
101
+ stroke: "transparent",
102
+ labels: {
103
+ show: !1,
104
+ color: "#99AA99",
105
+ xAxisLabels: {
106
+ show: !1,
107
+ color: "#99AA99"
108
+ },
109
+ zeroLine: {
110
+ show: !1
111
+ },
112
+ yAxis: {
113
+ showBaseline: !1
114
+ }
115
+ }
116
+ },
117
+ legend: {
118
+ backgroundColor: "#fbfafa",
119
+ color: "#99AA99"
120
+ },
121
+ title: {
122
+ color: "#8A9892",
123
+ subtitle: {
124
+ color: "#99AA99"
125
+ }
126
+ },
127
+ tooltip: {
128
+ backgroundColor: "#fbfafa",
129
+ color: "#8A9892"
130
+ }
131
+ },
132
+ bar: {
133
+ borderRadius: 4,
134
+ border: {
135
+ stroke: "#D7E0D2"
136
+ },
137
+ labels: {
138
+ color: "#8F837A"
139
+ },
140
+ serieName: {
141
+ color: "#858480"
142
+ }
143
+ },
144
+ line: {
145
+ labels: {
146
+ color: "#8F837A"
147
+ }
148
+ },
149
+ plot: {
150
+ labels: {
151
+ color: "#8F837A"
152
+ }
153
+ },
154
+ table: {
155
+ th: {
156
+ backgroundColor: "#fbfafa",
157
+ color: "#8F837A"
158
+ },
159
+ td: {
160
+ backgroundColor: "#fbfafa",
161
+ color: "#8F837A"
162
+ }
163
+ }
164
+ },
165
+ concrete: {
166
+ chart: {
167
+ backgroundColor: "#f6f6fb",
168
+ color: "#50606C",
169
+ zoom: {
170
+ color: "#92B0AB",
171
+ highlightColor: "#50606C"
172
+ },
173
+ highlighter: {
174
+ color: "#7DA9B5"
175
+ },
176
+ timeTag: {
177
+ backgroundColor: "#f6f6fb",
178
+ color: "#50606C",
179
+ circleMarker: {
180
+ color: "#50606C"
181
+ }
182
+ },
183
+ grid: {
184
+ stroke: "#829C98",
185
+ showVerticalLines: !0,
186
+ showHorizontalLines: !0,
187
+ labels: {
188
+ color: "#50606C",
189
+ xAxisLabels: {
190
+ color: "#50606C"
191
+ }
192
+ }
193
+ },
194
+ legend: {
195
+ backgroundColor: "#f6f6fb",
196
+ color: "#61747E"
197
+ },
198
+ title: {
199
+ color: "#50606C",
200
+ subtitle: {
201
+ color: "#718890"
202
+ }
203
+ },
204
+ tooltip: {
205
+ backgroundColor: "#f6f6fb",
206
+ color: "#50606C"
207
+ }
208
+ },
209
+ bar: {
210
+ borderRadius: 2,
211
+ border: {
212
+ stroke: "#404C4D"
213
+ },
214
+ labels: {
215
+ color: "#50606C"
216
+ },
217
+ serieName: {
218
+ color: "#61747E"
219
+ }
220
+ },
221
+ line: {
222
+ labels: {
223
+ color: "#50606C"
224
+ }
225
+ },
226
+ plot: {
227
+ labels: {
228
+ color: "#50606C"
229
+ }
230
+ },
231
+ table: {
232
+ th: {
233
+ backgroundColor: "#f6f6fb",
234
+ color: "#50606C"
235
+ },
236
+ td: {
237
+ backgroundColor: "#f6f6fb",
238
+ color: "#50606C"
239
+ }
240
+ }
241
+ }
242
+ }, r = {
243
+ default: {},
244
+ hack: {
245
+ style: {
246
+ chart: {
247
+ backgroundColor: "#1A1A1A",
248
+ color: "#99AA99",
249
+ legend: {
250
+ backgroundColor: "#1A1A1A",
251
+ color: "#99AA99"
252
+ },
253
+ title: {
254
+ color: "#66CC66",
255
+ subtitle: {
256
+ color: "#99AA99"
257
+ }
258
+ },
259
+ tooltip: {
260
+ backgroundColor: "#2A2F2A",
261
+ color: "#AACCAA",
262
+ borderColor: "#66CC66",
263
+ borderRadius: 0
264
+ },
265
+ yAxis: {
266
+ stroke: "#3A3A3A",
267
+ labels: {
268
+ axisNamesColor: "#99AA99",
269
+ ticks: {
270
+ color: "#5A5A5A"
271
+ }
272
+ }
273
+ }
274
+ }
275
+ },
276
+ table: {
277
+ th: {
278
+ backgroundColor: "#1A1A1A",
279
+ color: "#99AA99"
280
+ },
281
+ td: {
282
+ backgroundColor: "#1A1A1A",
283
+ color: "#AACCAA"
284
+ }
285
+ }
286
+ },
287
+ zen: {
288
+ style: {
289
+ chart: {
290
+ backgroundColor: "#fbfafa",
291
+ color: "#8A9892",
292
+ legend: {
293
+ backgroundColor: "#fbfafa",
294
+ color: "#99AA99"
295
+ },
296
+ title: {
297
+ color: "#8A9892",
298
+ subtitle: {
299
+ color: "#99AA99"
300
+ }
301
+ },
302
+ tooltip: {
303
+ backgroundColor: "#fbfafa",
304
+ color: "#8A9892"
305
+ },
306
+ yAxis: {
307
+ stroke: "#8F837A",
308
+ labels: {
309
+ axisNamesColor: "#8F837A",
310
+ ticks: {
311
+ color: "#8F837A"
312
+ }
313
+ }
314
+ }
315
+ }
316
+ },
317
+ table: {
318
+ th: {
319
+ backgroundColor: "#fbfafa",
320
+ color: "#8F837A"
321
+ },
322
+ td: {
323
+ backgroundColor: "#fbfafa",
324
+ color: "#8F837A"
325
+ }
326
+ }
327
+ },
328
+ concrete: {
329
+ style: {
330
+ chart: {
331
+ backgroundColor: "#f6f6fb",
332
+ color: "#50606C",
333
+ legend: {
334
+ backgroundColor: "#f6f6fb",
335
+ color: "#61747E"
336
+ },
337
+ title: {
338
+ color: "#50606C",
339
+ subtitle: {
340
+ color: "#718890"
341
+ }
342
+ },
343
+ tooltip: {
344
+ backgroundColor: "#f6f6fb",
345
+ color: "#50606C"
346
+ },
347
+ yAxis: {
348
+ stroke: "#50606C",
349
+ labels: {
350
+ axisNamesColor: "#50606C",
351
+ ticks: {
352
+ color: "#50606C"
353
+ }
354
+ }
355
+ }
356
+ }
357
+ },
358
+ table: {
359
+ th: {
360
+ backgroundColor: "#f6f6fb",
361
+ color: "#50606C"
362
+ },
363
+ td: {
364
+ backgroundColor: "#f6f6fb",
365
+ color: "#50606C"
366
+ }
367
+ }
368
+ }
369
+ }, l = {
370
+ default: {},
371
+ hack: {
372
+ style: {
373
+ chart: {
374
+ backgroundColor: "#1A1A1A",
375
+ color: "#99AA99",
376
+ zoom: {
377
+ color: "#5F6A5F",
378
+ highlightColor: "#66CC66"
379
+ },
380
+ selector: {
381
+ color: "#66CC66"
382
+ },
383
+ legend: {
384
+ backgroundColor: "#1A1A1A",
385
+ color: "#99AA99"
386
+ },
387
+ title: {
388
+ color: "#66CC66",
389
+ subtitle: {
390
+ color: "#99AA99"
391
+ }
392
+ },
393
+ tooltip: {
394
+ backgroundColor: "#2A2F2A",
395
+ color: "#AACCAA",
396
+ borderColor: "#66CC66",
397
+ borderRadius: 0
398
+ },
399
+ grid: {
400
+ y: {
401
+ axisColor: "#5F6A5F",
402
+ axisLabels: {
403
+ color: "#99AA99"
404
+ },
405
+ verticalLines: {
406
+ show: !1
407
+ },
408
+ timeLabels: {
409
+ color: "#99AA99"
410
+ }
411
+ },
412
+ x: {
413
+ axisColor: "#5F6A5F",
414
+ horizontalLines: {
415
+ color: "#3A3A3A"
416
+ }
417
+ },
418
+ zeroLine: {
419
+ color: "#444444"
420
+ }
421
+ },
422
+ dataLabels: {
423
+ color: "#99AA99"
424
+ }
425
+ }
426
+ },
427
+ table: {
428
+ th: {
429
+ backgroundColor: "#1A1A1A",
430
+ color: "#99AA99"
431
+ },
432
+ td: {
433
+ backgroundColor: "#1A1A1A",
434
+ color: "#AACCAA"
435
+ }
436
+ }
437
+ },
438
+ zen: {
439
+ style: {
440
+ chart: {
441
+ backgroundColor: "#fbfafa",
442
+ color: "#8A9892",
443
+ zoom: {
444
+ color: "#E0CFC3",
445
+ highlightColor: "#8F837A"
446
+ },
447
+ selector: {
448
+ color: "#8F837A"
449
+ },
450
+ legend: {
451
+ backgroundColor: "#fbfafa",
452
+ color: "#99AA99"
453
+ },
454
+ title: {
455
+ color: "#8A9892",
456
+ subtitle: {
457
+ color: "#99AA99"
458
+ }
459
+ },
460
+ tooltip: {
461
+ backgroundColor: "#fbfafa",
462
+ color: "#8A9892"
463
+ },
464
+ grid: {
465
+ y: {
466
+ axisColor: "#8F837A",
467
+ axisLabels: {
468
+ color: "#8F837A"
469
+ },
470
+ verticalLines: {
471
+ show: !1
472
+ },
473
+ timeLabels: {
474
+ color: "#8F837A"
475
+ }
476
+ },
477
+ x: {
478
+ axisColor: "#8F837A",
479
+ horizontalLines: {
480
+ show: !1,
481
+ alternate: !1
482
+ }
483
+ },
484
+ zeroLine: {
485
+ color: "#444444"
486
+ }
487
+ },
488
+ dataLabels: {
489
+ color: "#8F837A"
490
+ }
491
+ }
492
+ },
493
+ table: {
494
+ th: {
495
+ backgroundColor: "#fbfafa",
496
+ color: "#8F837A"
497
+ },
498
+ td: {
499
+ backgroundColor: "#fbfafa",
500
+ color: "#8F837A"
501
+ }
502
+ }
503
+ },
504
+ concrete: {
505
+ style: {
506
+ chart: {
507
+ backgroundColor: "#f6f6fb",
508
+ color: "#50606C",
509
+ zoom: {
510
+ color: "#92B0AB",
511
+ highlightColor: "#50606C"
512
+ },
513
+ selector: {
514
+ color: "#7DA9B5"
515
+ },
516
+ legend: {
517
+ backgroundColor: "#f6f6fb",
518
+ color: "#61747E"
519
+ },
520
+ title: {
521
+ color: "#50606C",
522
+ subtitle: {
523
+ color: "#718890"
524
+ }
525
+ },
526
+ tooltip: {
527
+ backgroundColor: "#f6f6fb",
528
+ color: "#50606C"
529
+ },
530
+ grid: {
531
+ y: {
532
+ axisColor: "#829C98",
533
+ axisLabels: {
534
+ color: "#50606C"
535
+ },
536
+ verticalLines: {
537
+ show: !1
538
+ },
539
+ timeLabels: {
540
+ color: "#50606C"
541
+ }
542
+ },
543
+ x: {
544
+ axisColor: "#829C98"
545
+ },
546
+ zeroLine: {
547
+ color: "#444444"
548
+ }
549
+ },
550
+ dataLabels: {
551
+ color: "#50606C"
552
+ }
553
+ }
554
+ },
555
+ table: {
556
+ th: {
557
+ backgroundColor: "#f6f6fb",
558
+ color: "#50606C"
559
+ },
560
+ td: {
561
+ backgroundColor: "#f6f6fb",
562
+ color: "#50606C"
563
+ }
564
+ }
565
+ }
566
+ }, t = {
567
+ default: {},
568
+ concrete: {
569
+ style: {
570
+ chart: {
571
+ backgroundColor: "#f6f6fb",
572
+ color: "#50606C",
573
+ layout: {
574
+ labels: {
575
+ percentage: {
576
+ color: "#61747E"
577
+ },
578
+ name: {
579
+ color: "#8A9892"
580
+ },
581
+ hollow: {
582
+ total: {
583
+ color: "#8A9892",
584
+ value: {
585
+ color: "#61747E"
586
+ }
587
+ },
588
+ average: {
589
+ color: "#8A9892",
590
+ value: {
591
+ color: "#61747E"
592
+ }
593
+ }
594
+ }
595
+ }
596
+ },
597
+ legend: {
598
+ backgroundColor: "#f6f6fb",
599
+ color: "#61747E"
600
+ },
601
+ title: {
602
+ color: "#50606C",
603
+ subtitle: {
604
+ color: "#718890"
605
+ }
606
+ },
607
+ tooltip: {
608
+ backgroundColor: "#f6f6fb",
609
+ color: "#50606C"
610
+ }
611
+ }
612
+ },
613
+ table: {
614
+ th: {
615
+ backgroundColor: "#f6f6fb",
616
+ color: "#50606C"
617
+ },
618
+ td: {
619
+ backgroundColor: "#f6f6fb",
620
+ color: "#50606C"
621
+ }
622
+ }
623
+ },
624
+ hack: {
625
+ style: {
626
+ chart: {
627
+ backgroundColor: "#1A1A1A",
628
+ color: "#99AA99",
629
+ layout: {
630
+ labels: {
631
+ percentage: {
632
+ color: "#AACCAA"
633
+ },
634
+ name: {
635
+ color: "#99CC99"
636
+ },
637
+ hollow: {
638
+ total: {
639
+ color: "#99CC99",
640
+ value: {
641
+ color: "#AACCAA"
642
+ }
643
+ },
644
+ average: {
645
+ color: "#99CC99",
646
+ value: {
647
+ color: "#AACCAA"
648
+ }
649
+ }
650
+ }
651
+ }
652
+ },
653
+ legend: {
654
+ backgroundColor: "#1A1A1A",
655
+ color: "#99AA99"
656
+ },
657
+ title: {
658
+ color: "#66CC66",
659
+ subtitle: {
660
+ color: "#99AA99"
661
+ }
662
+ },
663
+ tooltip: {
664
+ backgroundColor: "#2A2F2A",
665
+ color: "#AACCAA",
666
+ borderColor: "#66CC66"
667
+ }
668
+ }
669
+ },
670
+ table: {
671
+ th: {
672
+ backgroundColor: "#1A1A1A",
673
+ color: "#99AA99"
674
+ },
675
+ td: {
676
+ backgroundColor: "#1A1A1A",
677
+ color: "#AACCAA"
678
+ }
679
+ }
680
+ },
681
+ zen: {
682
+ style: {
683
+ chart: {
684
+ backgroundColor: "#fbfafa",
685
+ color: "#8A9892",
686
+ layout: {
687
+ labels: {
688
+ percentage: {
689
+ color: "#A0AC94"
690
+ },
691
+ name: {
692
+ color: "#8A9892"
693
+ },
694
+ hollow: {
695
+ total: {
696
+ color: "#8A9892",
697
+ value: {
698
+ color: "#A0AC94"
699
+ }
700
+ },
701
+ average: {
702
+ color: "#8A9892",
703
+ value: {
704
+ color: "#A0AC94"
705
+ }
706
+ }
707
+ }
708
+ }
709
+ },
710
+ legend: {
711
+ backgroundColor: "#fbfafa",
712
+ color: "#99AA99"
713
+ },
714
+ title: {
715
+ color: "#8A9892",
716
+ subtitle: {
717
+ color: "#99AA99"
718
+ }
719
+ },
720
+ tooltip: {
721
+ backgroundColor: "#fbfafa",
722
+ color: "#8A9892"
723
+ }
724
+ }
725
+ },
726
+ table: {
727
+ th: {
728
+ backgroundColor: "#fbfafa",
729
+ color: "#8F837A"
730
+ },
731
+ td: {
732
+ backgroundColor: "#fbfafa",
733
+ color: "#8F837A"
734
+ }
735
+ }
736
+ }
737
+ }, a = {
738
+ default: {},
739
+ hack: {
740
+ style: {
741
+ chart: {
742
+ backgroundColor: "#1A1A1A",
743
+ color: "#99AA99",
744
+ layout: {
745
+ rects: {
746
+ stroke: "#1A1A1A",
747
+ selected: {
748
+ stroke: "#1A1A1A"
749
+ }
750
+ }
751
+ },
752
+ legend: {
753
+ backgroundColor: "#1A1A1A",
754
+ color: "#99AA99"
755
+ },
756
+ title: {
757
+ color: "#66CC66",
758
+ subtitle: {
759
+ color: "#99AA99"
760
+ }
761
+ },
762
+ tooltip: {
763
+ backgroundColor: "#2A2F2A",
764
+ color: "#AACCAA",
765
+ borderColor: "#66CC66"
766
+ }
767
+ }
768
+ },
769
+ table: {
770
+ th: {
771
+ backgroundColor: "#1A1A1A",
772
+ color: "#99AA99"
773
+ },
774
+ td: {
775
+ backgroundColor: "#1A1A1A",
776
+ color: "#AACCAA"
777
+ }
778
+ }
779
+ },
780
+ zen: {
781
+ style: {
782
+ chart: {
783
+ backgroundColor: "#fbfafa",
784
+ color: "#8A9892",
785
+ layout: {
786
+ rects: {
787
+ stroke: "#fbfafa",
788
+ strokeWidth: 2,
789
+ borderRadius: 12,
790
+ selected: {
791
+ stroke: "#fbfafa"
792
+ }
793
+ }
794
+ },
795
+ legend: {
796
+ backgroundColor: "#fbfafa",
797
+ color: "#99AA99"
798
+ },
799
+ title: {
800
+ color: "#8A9892",
801
+ subtitle: {
802
+ color: "#99AA99"
803
+ }
804
+ },
805
+ tooltip: {
806
+ backgroundColor: "#fbfafa",
807
+ color: "#8A9892"
808
+ }
809
+ }
810
+ },
811
+ table: {
812
+ th: {
813
+ backgroundColor: "#fbfafa",
814
+ color: "#8F837A"
815
+ },
816
+ td: {
817
+ backgroundColor: "#fbfafa",
818
+ color: "#8F837A"
819
+ }
820
+ }
821
+ },
822
+ concrete: {
823
+ style: {
824
+ chart: {
825
+ backgroundColor: "#f6f6fb",
826
+ color: "#50606C",
827
+ layout: {
828
+ rects: {
829
+ stroke: "#1A1A1A",
830
+ selected: {
831
+ stroke: "#1A1A1A"
832
+ }
833
+ }
834
+ },
835
+ legend: {
836
+ backgroundColor: "#f6f6fb",
837
+ color: "#61747E"
838
+ },
839
+ title: {
840
+ color: "#50606C",
841
+ subtitle: {
842
+ color: "#718890"
843
+ }
844
+ },
845
+ tooltip: {
846
+ backgroundColor: "#f6f6fb",
847
+ color: "#50606C"
848
+ }
849
+ }
850
+ },
851
+ table: {
852
+ th: {
853
+ backgroundColor: "#f6f6fb",
854
+ color: "#50606C"
855
+ },
856
+ td: {
857
+ backgroundColor: "#f6f6fb",
858
+ color: "#50606C"
859
+ }
860
+ }
861
+ }
862
+ }, e = {
863
+ default: {},
864
+ hack: {
865
+ style: {
866
+ chart: {
867
+ backgroundColor: "#1A1A1A",
868
+ color: "#99AA99",
869
+ layout: {
870
+ rect: {
871
+ rounded: !1,
872
+ stroke: "#66CC66",
873
+ useGradient: !1
874
+ }
875
+ },
876
+ legend: {
877
+ color: "#99AA99",
878
+ backgroundColor: "#1A1A1A"
879
+ },
880
+ title: {
881
+ color: "#66CC66",
882
+ subtitle: {
883
+ color: "#99AA99"
884
+ }
885
+ },
886
+ tooltip: {
887
+ backgroundColor: "#2A2F2A",
888
+ color: "#AACCAA",
889
+ borderColor: "#66CC66"
890
+ }
891
+ }
892
+ },
893
+ table: {
894
+ th: {
895
+ backgroundColor: "#1A1A1A",
896
+ color: "#99AA99"
897
+ },
898
+ td: {
899
+ backgroundColor: "#1A1A1A",
900
+ color: "#AACCAA"
901
+ }
902
+ }
903
+ },
904
+ zen: {
905
+ style: {
906
+ chart: {
907
+ backgroundColor: "#fbfafa",
908
+ color: "#8A9892",
909
+ layout: {
910
+ rect: {
911
+ rounding: 4,
912
+ stroke: "#fbfafa"
913
+ }
914
+ },
915
+ legend: {
916
+ backgroundColor: "#fbfafa",
917
+ color: "#99AA99"
918
+ },
919
+ title: {
920
+ color: "#8A9892",
921
+ subtitle: {
922
+ color: "#99AA99"
923
+ }
924
+ },
925
+ tooltip: {
926
+ backgroundColor: "#fbfafa",
927
+ color: "#8A9892"
928
+ }
929
+ }
930
+ },
931
+ table: {
932
+ th: {
933
+ backgroundColor: "#fbfafa",
934
+ color: "#8F837A"
935
+ },
936
+ td: {
937
+ backgroundColor: "#fbfafa",
938
+ color: "#8F837A"
939
+ }
940
+ }
941
+ },
942
+ concrete: {
943
+ style: {
944
+ chart: {
945
+ backgroundColor: "#f6f6fb",
946
+ color: "#50606C",
947
+ layout: {
948
+ rect: {
949
+ rounded: !1,
950
+ stroke: "#404C5A",
951
+ useGradient: !1
952
+ }
953
+ },
954
+ legend: {
955
+ backgroundColor: "#f6f6fb",
956
+ color: "#61747E"
957
+ },
958
+ title: {
959
+ color: "#50606C",
960
+ subtitle: {
961
+ color: "#718890"
962
+ }
963
+ },
964
+ tooltip: {
965
+ backgroundColor: "#f6f6fb",
966
+ color: "#50606C"
967
+ }
968
+ }
969
+ },
970
+ table: {
971
+ th: {
972
+ backgroundColor: "#f6f6fb",
973
+ color: "#50606C"
974
+ },
975
+ td: {
976
+ backgroundColor: "#f6f6fb",
977
+ color: "#50606C"
978
+ }
979
+ }
980
+ }
981
+ }, c = {
982
+ default: {},
983
+ hack: {
984
+ style: {
985
+ chart: {
986
+ backgroundColor: "#1A1A1A",
987
+ color: "#99AA99",
988
+ layout: {
989
+ outerPolygon: {
990
+ stroke: "#336633",
991
+ strokeWidth: 0
992
+ },
993
+ grid: {
994
+ stroke: "#334C33",
995
+ graduations: 1
996
+ },
997
+ labels: {
998
+ dataLabels: {
999
+ color: "#99AA99"
1000
+ }
1001
+ }
1002
+ },
1003
+ legend: {
1004
+ color: "#99AA99",
1005
+ backgroundColor: "#1A1A1A"
1006
+ },
1007
+ title: {
1008
+ color: "#66CC66",
1009
+ subtitle: {
1010
+ color: "#99AA99"
1011
+ }
1012
+ },
1013
+ tooltip: {
1014
+ backgroundColor: "#1A1A1A",
1015
+ color: "#AACCAA",
1016
+ borderColor: "#66CC66"
1017
+ }
1018
+ }
1019
+ },
1020
+ table: {
1021
+ th: {
1022
+ backgroundColor: "#1A1A1A",
1023
+ color: "#99AA99"
1024
+ },
1025
+ td: {
1026
+ backgroundColor: "#1A1A1A",
1027
+ color: "#AACCAA"
1028
+ }
1029
+ }
1030
+ },
1031
+ zen: {
1032
+ style: {
1033
+ chart: {
1034
+ backgroundColor: "#fbfafa",
1035
+ color: "#8A9892",
1036
+ layout: {
1037
+ outerPolygon: {
1038
+ strokeWidth: 0
1039
+ },
1040
+ grid: {
1041
+ show: !1
1042
+ },
1043
+ labels: {
1044
+ dataLabels: {
1045
+ color: "#99AA99"
1046
+ }
1047
+ }
1048
+ },
1049
+ legend: {
1050
+ backgroundColor: "#fbfafa",
1051
+ color: "#99AA99"
1052
+ },
1053
+ title: {
1054
+ color: "#8A9892",
1055
+ subtitle: {
1056
+ color: "#99AA99"
1057
+ }
1058
+ },
1059
+ tooltip: {
1060
+ backgroundColor: "#fbfafa",
1061
+ color: "#8A9892"
1062
+ }
1063
+ }
1064
+ },
1065
+ table: {
1066
+ th: {
1067
+ backgroundColor: "#fbfafa",
1068
+ color: "#8F837A"
1069
+ },
1070
+ td: {
1071
+ backgroundColor: "#fbfafa",
1072
+ color: "#8F837A"
1073
+ }
1074
+ }
1075
+ },
1076
+ concrete: {
1077
+ style: {
1078
+ chart: {
1079
+ backgroundColor: "#f6f6fb",
1080
+ color: "#50606C",
1081
+ layout: {
1082
+ outerPolygon: {
1083
+ stroke: "#ABB1BC",
1084
+ strokeWidth: 0.5
1085
+ },
1086
+ grid: {
1087
+ stroke: "#C3DAC8"
1088
+ },
1089
+ labels: {
1090
+ dataLabels: {
1091
+ color: "#99AA99"
1092
+ }
1093
+ }
1094
+ },
1095
+ legend: {
1096
+ backgroundColor: "#f6f6fb",
1097
+ color: "#61747E"
1098
+ },
1099
+ title: {
1100
+ color: "#50606C",
1101
+ subtitle: {
1102
+ color: "#718890"
1103
+ }
1104
+ },
1105
+ tooltip: {
1106
+ backgroundColor: "#f6f6fb",
1107
+ color: "#50606C"
1108
+ }
1109
+ }
1110
+ },
1111
+ table: {
1112
+ th: {
1113
+ backgroundColor: "#f6f6fb",
1114
+ color: "#50606C"
1115
+ },
1116
+ td: {
1117
+ backgroundColor: "#f6f6fb",
1118
+ color: "#50606C"
1119
+ }
1120
+ }
1121
+ }
1122
+ }, A = {
1123
+ default: {},
1124
+ hack: {
1125
+ style: {
1126
+ chart: {
1127
+ backgroundColor: "#1A1A1A",
1128
+ color: "#99AA99",
1129
+ layout: {
1130
+ labels: {
1131
+ quadrantLabels: {
1132
+ tl: {
1133
+ color: "#99AA99"
1134
+ },
1135
+ tr: {
1136
+ color: "#99AA99"
1137
+ },
1138
+ br: {
1139
+ color: "#99AA99"
1140
+ },
1141
+ bl: {
1142
+ color: "#99AA99"
1143
+ }
1144
+ },
1145
+ plotLabels: {
1146
+ color: "#99CC99"
1147
+ },
1148
+ axisLabels: {
1149
+ color: {
1150
+ positive: "#66CC66",
1151
+ negative: "#66CC66"
1152
+ }
1153
+ }
1154
+ },
1155
+ grid: {
1156
+ stroke: "#334C33",
1157
+ graduations: {
1158
+ stroke: "#333333",
1159
+ roundingForce: 0,
1160
+ fill: !1
1161
+ }
1162
+ },
1163
+ plots: {
1164
+ outlineColor: "#1A1A1A"
1165
+ },
1166
+ areas: {
1167
+ opacity: 20
1168
+ }
1169
+ },
1170
+ legend: {
1171
+ backgroundColor: "#1A1A1A",
1172
+ color: "#99AA99"
1173
+ },
1174
+ title: {
1175
+ color: "#66CC66",
1176
+ subtitle: {
1177
+ color: "#99AA99"
1178
+ }
1179
+ },
1180
+ tooltip: {
1181
+ backgroundColor: "#2A2F2A",
1182
+ color: "#AACCAA",
1183
+ borderColor: "#66CC66"
1184
+ }
1185
+ }
1186
+ },
1187
+ table: {
1188
+ th: {
1189
+ backgroundColor: "#1A1A1A",
1190
+ color: "#99AA99"
1191
+ },
1192
+ td: {
1193
+ backgroundColor: "#1A1A1A",
1194
+ color: "#AACCAA"
1195
+ }
1196
+ }
1197
+ },
1198
+ zen: {
1199
+ style: {
1200
+ chart: {
1201
+ backgroundColor: "#fbfafa",
1202
+ color: "#8A9892",
1203
+ layout: {
1204
+ labels: {
1205
+ quadrantLabels: {
1206
+ tl: {
1207
+ color: "#8A9892"
1208
+ },
1209
+ tr: {
1210
+ color: "#8A9892"
1211
+ },
1212
+ br: {
1213
+ color: "#8A9892"
1214
+ },
1215
+ bl: {
1216
+ color: "#8A9892"
1217
+ }
1218
+ },
1219
+ plotLabels: {
1220
+ color: "#8A9892"
1221
+ },
1222
+ axisLabels: {
1223
+ color: {
1224
+ positive: "#99AA99",
1225
+ negative: "#C09E85"
1226
+ }
1227
+ }
1228
+ },
1229
+ grid: {
1230
+ stroke: "#D2E0DB",
1231
+ graduations: {
1232
+ steps: 2,
1233
+ color: "#D2E0DB",
1234
+ stroke: "#D2E0DB",
1235
+ roundingForce: 256
1236
+ }
1237
+ },
1238
+ plots: {
1239
+ outlineColor: "#fbfafa"
1240
+ },
1241
+ areas: {
1242
+ opacity: 40
1243
+ }
1244
+ },
1245
+ legend: {
1246
+ backgroundColor: "#fbfafa",
1247
+ color: "#99AA99"
1248
+ },
1249
+ title: {
1250
+ color: "#8A9892",
1251
+ subtitle: {
1252
+ color: "#99AA99"
1253
+ }
1254
+ },
1255
+ tooltip: {
1256
+ backgroundColor: "#fbfafa",
1257
+ color: "#8A9892"
1258
+ }
1259
+ }
1260
+ },
1261
+ table: {
1262
+ th: {
1263
+ backgroundColor: "#fbfafa",
1264
+ color: "#8F837A"
1265
+ },
1266
+ td: {
1267
+ backgroundColor: "#fbfafa",
1268
+ color: "#8F837A"
1269
+ }
1270
+ }
1271
+ },
1272
+ concrete: {
1273
+ style: {
1274
+ chart: {
1275
+ backgroundColor: "#f6f6fb",
1276
+ color: "#50606C",
1277
+ layout: {
1278
+ labels: {
1279
+ quadrantLabels: {
1280
+ tl: {
1281
+ color: "#61747E"
1282
+ },
1283
+ tr: {
1284
+ color: "#61747E"
1285
+ },
1286
+ br: {
1287
+ color: "#61747E"
1288
+ },
1289
+ bl: {
1290
+ color: "#61747E"
1291
+ }
1292
+ },
1293
+ plotLabels: {
1294
+ color: "#50606C"
1295
+ },
1296
+ axisLabels: {
1297
+ color: {
1298
+ positive: "#4A6A75",
1299
+ negative: "#7E8F7E"
1300
+ }
1301
+ }
1302
+ },
1303
+ grid: {
1304
+ stroke: "#9AA7B0",
1305
+ graduations: {
1306
+ color: "#DEE1DE",
1307
+ stroke: "#DEE1DE",
1308
+ roundingForce: 0
1309
+ }
1310
+ },
1311
+ plots: {
1312
+ outlineColor: "#fbfafa"
1313
+ },
1314
+ areas: {
1315
+ opacity: 40
1316
+ }
1317
+ },
1318
+ legend: {
1319
+ backgroundColor: "#f6f6fb",
1320
+ color: "#61747E"
1321
+ },
1322
+ title: {
1323
+ color: "#50606C",
1324
+ subtitle: {
1325
+ color: "#718890"
1326
+ }
1327
+ },
1328
+ tooltip: {
1329
+ backgroundColor: "#f6f6fb",
1330
+ color: "#50606C"
1331
+ }
1332
+ }
1333
+ },
1334
+ table: {
1335
+ th: {
1336
+ backgroundColor: "#f6f6fb",
1337
+ color: "#50606C"
1338
+ },
1339
+ td: {
1340
+ backgroundColor: "#f6f6fb",
1341
+ color: "#50606C"
1342
+ }
1343
+ }
1344
+ }
1345
+ }, C = {
1346
+ default: {},
1347
+ hack: {
1348
+ style: {
1349
+ chart: {
1350
+ backgroundColor: "#1A1A1A",
1351
+ color: "#99AA99",
1352
+ layout: {
1353
+ track: {
1354
+ useGradient: !1
1355
+ },
1356
+ markers: {
1357
+ color: "#99CC99",
1358
+ backgroundColor: "#1A1A1A",
1359
+ stroke: "#66CC66"
1360
+ },
1361
+ pointer: {
1362
+ type: "pointy",
1363
+ stroke: "#1A1A1A",
1364
+ circle: {
1365
+ stroke: "#66CC66",
1366
+ strokeWidth: 1,
1367
+ color: "#1A1A1A"
1368
+ }
1369
+ }
1370
+ },
1371
+ title: {
1372
+ color: "#66CC66",
1373
+ subtitle: {
1374
+ color: "#99AA99"
1375
+ }
1376
+ }
1377
+ }
1378
+ }
1379
+ },
1380
+ zen: {
1381
+ style: {
1382
+ chart: {
1383
+ backgroundColor: "#fbfafa",
1384
+ color: "#8A9892",
1385
+ layout: {
1386
+ track: {
1387
+ useGradient: !1
1388
+ },
1389
+ markers: {
1390
+ color: "#A0AC94",
1391
+ backgroundColor: "#fbfafa",
1392
+ stroke: "#EBD6CC"
1393
+ },
1394
+ pointer: {
1395
+ type: "rounded",
1396
+ stroke: "#fbfafa",
1397
+ circle: {
1398
+ stroke: "#EBD6CC",
1399
+ strokeWidth: 1,
1400
+ color: "#fbfafa"
1401
+ }
1402
+ }
1403
+ },
1404
+ title: {
1405
+ color: "#8A9892",
1406
+ subtitle: {
1407
+ color: "#99AA99"
1408
+ }
1409
+ }
1410
+ }
1411
+ }
1412
+ },
1413
+ concrete: {
1414
+ style: {
1415
+ chart: {
1416
+ backgroundColor: "#f6f6fb",
1417
+ color: "#50606C",
1418
+ layout: {
1419
+ track: {
1420
+ useGradient: !1
1421
+ },
1422
+ markers: {
1423
+ color: "#4F5B75",
1424
+ backgroundColor: "#4F5B75",
1425
+ stroke: "#9FA9BE"
1426
+ },
1427
+ pointer: {
1428
+ type: "pointy",
1429
+ stroke: "#f6f6fb",
1430
+ circle: {
1431
+ stroke: "#f6f6fb",
1432
+ strokeWidth: 1,
1433
+ color: "#4F5B75"
1434
+ }
1435
+ }
1436
+ },
1437
+ title: {
1438
+ color: "#66CC66",
1439
+ subtitle: {
1440
+ color: "#99AA99"
1441
+ }
1442
+ }
1443
+ }
1444
+ }
1445
+ }
1446
+ }, b = {
1447
+ default: {},
1448
+ hack: {
1449
+ style: {
1450
+ chart: {
1451
+ backgroundColor: "#1A1A1A",
1452
+ color: "#99AA99",
1453
+ layout: {
1454
+ wheel: {
1455
+ ticks: {
1456
+ rounded: !1,
1457
+ inactiveColor: "#333333",
1458
+ activeColor: "#66CC66",
1459
+ gradient: {
1460
+ shiftHueIntensity: 15
1461
+ }
1462
+ }
1463
+ },
1464
+ innerCircle: {
1465
+ show: !1
1466
+ }
1467
+ },
1468
+ title: {
1469
+ color: "#66CC66",
1470
+ subtitle: {
1471
+ color: "#99AA99"
1472
+ }
1473
+ }
1474
+ }
1475
+ }
1476
+ },
1477
+ zen: {
1478
+ style: {
1479
+ chart: {
1480
+ backgroundColor: "#fbfafa",
1481
+ color: "#8A9892",
1482
+ layout: {
1483
+ wheel: {
1484
+ ticks: {
1485
+ inactiveColor: "#F7EDE2",
1486
+ activeColor: "#B1A7AD",
1487
+ gradient: {
1488
+ shiftHueIntensity: 100
1489
+ }
1490
+ }
1491
+ },
1492
+ innerCircle: {
1493
+ show: !1
1494
+ }
1495
+ },
1496
+ title: {
1497
+ color: "#8A9892",
1498
+ subtitle: {
1499
+ color: "#99AA99"
1500
+ }
1501
+ }
1502
+ }
1503
+ }
1504
+ },
1505
+ concrete: {
1506
+ style: {
1507
+ chart: {
1508
+ backgroundColor: "#f6f6fb",
1509
+ color: "#50606C",
1510
+ layout: {
1511
+ wheel: {
1512
+ ticks: {
1513
+ rounded: !1,
1514
+ inactiveColor: "#BBCBC7",
1515
+ activeColor: "#6C94A0",
1516
+ gradient: {
1517
+ shiftHueIntensity: 10
1518
+ }
1519
+ }
1520
+ },
1521
+ innerCircle: {
1522
+ stroke: "#BBCBC7"
1523
+ }
1524
+ },
1525
+ title: {
1526
+ color: "#50606C",
1527
+ subtitle: {
1528
+ color: "#718890"
1529
+ }
1530
+ }
1531
+ }
1532
+ }
1533
+ }
1534
+ }, f = {
1535
+ default: {},
1536
+ hack: {
1537
+ style: {
1538
+ chart: {
1539
+ backgroundColor: "#1A1A1A",
1540
+ color: "#99AA99",
1541
+ layout: {
1542
+ crescendo: !1,
1543
+ inactiveColor: "#333333",
1544
+ activeColor: "#66CC66",
1545
+ ticks: {
1546
+ gradient: {
1547
+ shiftHueIntensity: 15
1548
+ }
1549
+ }
1550
+ },
1551
+ title: {
1552
+ color: "#66CC66",
1553
+ subtitle: {
1554
+ color: "#99AA99"
1555
+ }
1556
+ }
1557
+ }
1558
+ }
1559
+ },
1560
+ zen: {
1561
+ style: {
1562
+ chart: {
1563
+ backgroundColor: "#fbfafa",
1564
+ color: "#8A9892",
1565
+ layout: {
1566
+ crescendo: !0,
1567
+ curved: !0,
1568
+ curveAngleX: 5,
1569
+ curveAngleY: 5,
1570
+ inactiveColor: "#F7EDE2",
1571
+ activeColor: "#B1A7AD",
1572
+ ticks: {
1573
+ gradient: {
1574
+ shiftHueIntensity: 15
1575
+ }
1576
+ }
1577
+ },
1578
+ title: {
1579
+ color: "#8A9892",
1580
+ subtitle: {
1581
+ color: "#99AA99"
1582
+ }
1583
+ }
1584
+ }
1585
+ }
1586
+ },
1587
+ concrete: {
1588
+ style: {
1589
+ chart: {
1590
+ backgroundColor: "#f6f6fb",
1591
+ color: "#50606C",
1592
+ layout: {
1593
+ crescendo: !1,
1594
+ inactiveColor: "#BBCBC7",
1595
+ activeColor: "#6C94A0",
1596
+ ticks: {
1597
+ gradient: {
1598
+ shiftHueIntensity: 10
1599
+ }
1600
+ }
1601
+ },
1602
+ title: {
1603
+ color: "#50606C",
1604
+ subtitle: {
1605
+ color: "#718890"
1606
+ }
1607
+ }
1608
+ }
1609
+ }
1610
+ }
1611
+ }, s = {
1612
+ default: {},
1613
+ hack: {
1614
+ style: {
1615
+ chart: {
1616
+ backgroundColor: "#1A1A1A",
1617
+ color: "#99AA99",
1618
+ layout: {
1619
+ grandTotal: {
1620
+ color: "#99CC99"
1621
+ },
1622
+ roots: {
1623
+ stroke: "#1A1A1A",
1624
+ labels: {
1625
+ name: {
1626
+ color: "#AACCAA"
1627
+ }
1628
+ }
1629
+ },
1630
+ verticalSeparator: {
1631
+ stroke: "#1A1A1A"
1632
+ },
1633
+ branches: {
1634
+ borderRadius: 0,
1635
+ labels: {
1636
+ color: "#AACCAA"
1637
+ }
1638
+ },
1639
+ nuts: {
1640
+ selected: {
1641
+ labels: {
1642
+ dataLabels: {
1643
+ color: "#AACCAA"
1644
+ },
1645
+ core: {
1646
+ total: {
1647
+ color: "#99CC99"
1648
+ },
1649
+ value: {
1650
+ color: "#AACCAA"
1651
+ }
1652
+ }
1653
+ }
1654
+ }
1655
+ },
1656
+ legend: {
1657
+ color: "#99AA99"
1658
+ },
1659
+ title: {
1660
+ color: "#66CC66",
1661
+ subtitle: {
1662
+ color: "#99AA99"
1663
+ }
1664
+ }
1665
+ }
1666
+ }
1667
+ },
1668
+ table: {
1669
+ th: {
1670
+ backgroundColor: "#1A1A1A",
1671
+ color: "#99AA99"
1672
+ },
1673
+ td: {
1674
+ backgroundColor: "#1A1A1A",
1675
+ color: "#AACCAA"
1676
+ }
1677
+ }
1678
+ },
1679
+ zen: {
1680
+ style: {
1681
+ chart: {
1682
+ backgroundColor: "#fbfafa",
1683
+ color: "#8A9892",
1684
+ layout: {
1685
+ grandTotal: {
1686
+ color: "#A0AC94"
1687
+ },
1688
+ roots: {
1689
+ stroke: "#fbfafa",
1690
+ labels: {
1691
+ name: {
1692
+ color: "#A0AC94"
1693
+ }
1694
+ }
1695
+ },
1696
+ verticalSeparator: {
1697
+ stroke: "#fbfafa"
1698
+ },
1699
+ branches: {
1700
+ borderRadius: 12,
1701
+ labels: {
1702
+ color: "#A0AC94"
1703
+ }
1704
+ },
1705
+ nuts: {
1706
+ selected: {
1707
+ labels: {
1708
+ dataLabels: {
1709
+ color: "#A0AC94"
1710
+ },
1711
+ core: {
1712
+ total: {
1713
+ color: "#8A9892"
1714
+ },
1715
+ value: {
1716
+ color: "#A0AC94"
1717
+ }
1718
+ }
1719
+ }
1720
+ }
1721
+ },
1722
+ legend: {
1723
+ color: "#99AA99"
1724
+ },
1725
+ title: {
1726
+ color: "#8A9892",
1727
+ subtitle: {
1728
+ color: "#99AA99"
1729
+ }
1730
+ }
1731
+ }
1732
+ }
1733
+ },
1734
+ table: {
1735
+ th: {
1736
+ backgroundColor: "#fbfafa",
1737
+ color: "#8F837A"
1738
+ },
1739
+ td: {
1740
+ backgroundColor: "#fbfafa",
1741
+ color: "#8F837A"
1742
+ }
1743
+ }
1744
+ },
1745
+ concrete: {
1746
+ style: {
1747
+ chart: {
1748
+ backgroundColor: "#f6f6fb",
1749
+ color: "#50606C",
1750
+ layout: {
1751
+ grandTotal: {
1752
+ color: "#61747E"
1753
+ },
1754
+ roots: {
1755
+ stroke: "#f6f6fb",
1756
+ labels: {
1757
+ name: {
1758
+ color: "#8A9892"
1759
+ }
1760
+ }
1761
+ },
1762
+ verticalSeparator: {
1763
+ stroke: "#f6f6fb"
1764
+ },
1765
+ branches: {
1766
+ borderRadius: 0,
1767
+ labels: {
1768
+ color: "#8A9892"
1769
+ }
1770
+ },
1771
+ nuts: {
1772
+ selected: {
1773
+ labels: {
1774
+ dataLabels: {
1775
+ color: "#8A9892"
1776
+ },
1777
+ core: {
1778
+ total: {
1779
+ color: "#8A9892"
1780
+ },
1781
+ value: {
1782
+ color: "#61747E"
1783
+ }
1784
+ }
1785
+ }
1786
+ }
1787
+ },
1788
+ legend: {
1789
+ color: "#61747E"
1790
+ },
1791
+ title: {
1792
+ color: "#50606C",
1793
+ subtitle: {
1794
+ color: "#61747E"
1795
+ }
1796
+ }
1797
+ }
1798
+ }
1799
+ }
1800
+ }
1801
+ }, u = {
1802
+ default: {},
1803
+ hack: {
1804
+ style: {
1805
+ chart: {
1806
+ backgroundColor: "#1A1A1A",
1807
+ useGradient: !1,
1808
+ color: "#99AA99",
1809
+ layout: {
1810
+ gutter: {
1811
+ color: "#2A2A2A"
1812
+ },
1813
+ labels: {
1814
+ color: "#99CC99"
1815
+ }
1816
+ },
1817
+ legend: {
1818
+ backgroundColor: "#1A1A1A",
1819
+ color: "#99AA99"
1820
+ },
1821
+ title: {
1822
+ color: "#66CC66",
1823
+ subtitle: {
1824
+ color: "#99AA99"
1825
+ }
1826
+ },
1827
+ tooltip: {
1828
+ backgroundColor: "#2A2F2A",
1829
+ color: "#AACCAA",
1830
+ borderColor: "#66CC66"
1831
+ }
1832
+ }
1833
+ },
1834
+ table: {
1835
+ th: {
1836
+ backgroundColor: "#1A1A1A",
1837
+ color: "#99AA99"
1838
+ },
1839
+ td: {
1840
+ backgroundColor: "#1A1A1A",
1841
+ color: "#AACCAA"
1842
+ }
1843
+ }
1844
+ },
1845
+ zen: {
1846
+ style: {
1847
+ chart: {
1848
+ useGradient: !1,
1849
+ backgroundColor: "#fbfafa",
1850
+ color: "#8A9892",
1851
+ layout: {
1852
+ gutter: {
1853
+ color: "#F7EDE2"
1854
+ },
1855
+ labels: {
1856
+ color: "#A0AC94"
1857
+ }
1858
+ },
1859
+ legend: {
1860
+ backgroundColor: "#fbfafa",
1861
+ color: "#99AA99"
1862
+ },
1863
+ title: {
1864
+ color: "#8A9892",
1865
+ subtitle: {
1866
+ color: "#99AA99"
1867
+ }
1868
+ },
1869
+ tooltip: {
1870
+ backgroundColor: "#fbfafa",
1871
+ color: "#8A9892"
1872
+ }
1873
+ }
1874
+ },
1875
+ table: {
1876
+ th: {
1877
+ backgroundColor: "#fbfafa",
1878
+ color: "#8F837A"
1879
+ },
1880
+ td: {
1881
+ backgroundColor: "#fbfafa",
1882
+ color: "#8F837A"
1883
+ }
1884
+ }
1885
+ },
1886
+ concrete: {
1887
+ style: {
1888
+ chart: {
1889
+ useGradient: !1,
1890
+ backgroundColor: "#f6f6fb",
1891
+ color: "#50606C",
1892
+ layout: {
1893
+ gutter: {
1894
+ color: "#DDDDDB"
1895
+ },
1896
+ labels: {
1897
+ color: "#61747E"
1898
+ }
1899
+ },
1900
+ legend: {
1901
+ backgroundColor: "#f6f6fb",
1902
+ color: "#61747E"
1903
+ },
1904
+ title: {
1905
+ color: "#50606C",
1906
+ subtitle: {
1907
+ color: "#718890"
1908
+ }
1909
+ },
1910
+ tooltip: {
1911
+ backgroundColor: "#f6f6fb",
1912
+ color: "#50606C"
1913
+ }
1914
+ }
1915
+ },
1916
+ table: {
1917
+ th: {
1918
+ backgroundColor: "#f6f6fb",
1919
+ color: "#50606C"
1920
+ },
1921
+ td: {
1922
+ backgroundColor: "#f6f6fb",
1923
+ color: "#50606C"
1924
+ }
1925
+ }
1926
+ }
1927
+ }, d = {
1928
+ default: {},
1929
+ hack: {
1930
+ style: {
1931
+ chart: {
1932
+ backgroundColor: "#1A1A1A",
1933
+ color: "#99AA99",
1934
+ layout: {
1935
+ bars: {
1936
+ borderRadius: 0,
1937
+ useGradient: !1,
1938
+ dataLabels: {
1939
+ color: "#AACCAA"
1940
+ },
1941
+ nameLabels: {
1942
+ color: "#99CC99"
1943
+ },
1944
+ parentLabels: {
1945
+ color: "#99CC99"
1946
+ }
1947
+ },
1948
+ highlighter: {
1949
+ color: "#66CC66"
1950
+ },
1951
+ separators: {
1952
+ show: !1
1953
+ }
1954
+ },
1955
+ legend: {
1956
+ backgroundColor: "#1A1A1A",
1957
+ color: "#99AA99"
1958
+ },
1959
+ title: {
1960
+ color: "#66CC66",
1961
+ subtitle: {
1962
+ color: "#99AA99"
1963
+ }
1964
+ },
1965
+ tooltip: {
1966
+ backgroundColor: "#2A2F2A",
1967
+ color: "#AACCAA",
1968
+ borderColor: "#66CC66"
1969
+ }
1970
+ }
1971
+ },
1972
+ table: {
1973
+ th: {
1974
+ backgroundColor: "#1A1A1A",
1975
+ color: "#99AA99"
1976
+ },
1977
+ td: {
1978
+ backgroundColor: "#1A1A1A",
1979
+ color: "#AACCAA"
1980
+ }
1981
+ }
1982
+ },
1983
+ zen: {
1984
+ style: {
1985
+ chart: {
1986
+ backgroundColor: "#fbfafa",
1987
+ color: "#8A9892",
1988
+ layout: {
1989
+ bars: {
1990
+ borderRadius: 8,
1991
+ useGradient: !0,
1992
+ dataLabels: {
1993
+ color: "#A0AC94"
1994
+ },
1995
+ nameLabels: {
1996
+ color: "#8A9892"
1997
+ },
1998
+ parentLabels: {
1999
+ color: "#8A9892"
2000
+ }
2001
+ },
2002
+ highlighter: {
2003
+ color: "#8F837A"
2004
+ },
2005
+ separators: {
2006
+ show: !1
2007
+ }
2008
+ },
2009
+ legend: {
2010
+ backgroundColor: "#fbfafa",
2011
+ color: "#99AA99"
2012
+ },
2013
+ title: {
2014
+ color: "#8A9892",
2015
+ subtitle: {
2016
+ color: "#99AA99"
2017
+ }
2018
+ },
2019
+ tooltip: {
2020
+ backgroundColor: "#fbfafa",
2021
+ color: "#8A9892"
2022
+ }
2023
+ }
2024
+ },
2025
+ table: {
2026
+ th: {
2027
+ backgroundColor: "#fbfafa",
2028
+ color: "#8F837A"
2029
+ },
2030
+ td: {
2031
+ backgroundColor: "#fbfafa",
2032
+ color: "#8F837A"
2033
+ }
2034
+ }
2035
+ },
2036
+ concrete: {
2037
+ style: {
2038
+ chart: {
2039
+ backgroundColor: "#f6f6fb",
2040
+ color: "#50606C",
2041
+ layout: {
2042
+ bars: {
2043
+ borderRadius: 0,
2044
+ useGradient: !0,
2045
+ dataLabels: {
2046
+ color: "#61747E"
2047
+ },
2048
+ nameLabels: {
2049
+ color: "#8A9892"
2050
+ },
2051
+ parentLabels: {
2052
+ color: "#8A9892"
2053
+ }
2054
+ },
2055
+ highlighter: {
2056
+ color: "#50606C"
2057
+ },
2058
+ separators: {
2059
+ show: !0,
2060
+ color: "#DEE1DE"
2061
+ }
2062
+ },
2063
+ legend: {
2064
+ backgroundColor: "#f6f6fb",
2065
+ color: "#61747E"
2066
+ },
2067
+ title: {
2068
+ color: "#50606C",
2069
+ subtitle: {
2070
+ color: "#718890"
2071
+ }
2072
+ },
2073
+ tooltip: {
2074
+ backgroundColor: "#f6f6fb",
2075
+ color: "#50606C"
2076
+ }
2077
+ }
2078
+ },
2079
+ table: {
2080
+ th: {
2081
+ backgroundColor: "#f6f6fb",
2082
+ color: "#50606C"
2083
+ },
2084
+ td: {
2085
+ backgroundColor: "#f6f6fb",
2086
+ color: "#50606C"
2087
+ }
2088
+ }
2089
+ }
2090
+ }, n = {
2091
+ default: {},
2092
+ hack: {
2093
+ style: {
2094
+ backgroundColor: "#1A1A1A",
2095
+ color: "#99AA99",
2096
+ layout: {
2097
+ cells: {
2098
+ colors: {
2099
+ hot: "#008000",
2100
+ cold: "#333333"
2101
+ },
2102
+ spacing: 0.5,
2103
+ selected: {
2104
+ color: "#33FF33"
2105
+ }
2106
+ },
2107
+ dataLabels: {
2108
+ xAxis: {
2109
+ color: "#AACCAA"
2110
+ },
2111
+ yAxis: {
2112
+ color: "#AACCAA"
2113
+ }
2114
+ }
2115
+ },
2116
+ title: {
2117
+ color: "#66CC66",
2118
+ subtitle: {
2119
+ color: "#99AA99"
2120
+ }
2121
+ },
2122
+ tooltip: {
2123
+ backgroundColor: "#2A2F2A",
2124
+ color: "#AACCAA",
2125
+ borderColor: "#66CC66"
2126
+ },
2127
+ legend: {
2128
+ backgroundColor: "#2A2F2A",
2129
+ color: "#AACCAA"
2130
+ }
2131
+ },
2132
+ table: {
2133
+ th: {
2134
+ backgroundColor: "#1A1A1A",
2135
+ color: "#99AA99"
2136
+ },
2137
+ td: {
2138
+ backgroundColor: "#1A1A1A",
2139
+ color: "#AACCAA"
2140
+ }
2141
+ }
2142
+ },
2143
+ zen: {
2144
+ style: {
2145
+ backgroundColor: "#fbfafa",
2146
+ color: "#8A9892",
2147
+ layout: {
2148
+ cells: {
2149
+ colors: {
2150
+ hot: "#DFCA99",
2151
+ cold: "#BBC4D3"
2152
+ },
2153
+ spacing: 0.5,
2154
+ selected: {
2155
+ color: "#4F5B75"
2156
+ }
2157
+ },
2158
+ dataLabels: {
2159
+ xAxis: {
2160
+ color: "#A0AC94"
2161
+ },
2162
+ yAxis: {
2163
+ color: "#A0AC94"
2164
+ }
2165
+ }
2166
+ },
2167
+ legend: {
2168
+ backgroundColor: "#fbfafa",
2169
+ color: "#99AA99"
2170
+ },
2171
+ title: {
2172
+ color: "#8A9892",
2173
+ subtitle: {
2174
+ color: "#99AA99"
2175
+ }
2176
+ },
2177
+ tooltip: {
2178
+ backgroundColor: "#fbfafa",
2179
+ color: "#8A9892"
2180
+ }
2181
+ },
2182
+ table: {
2183
+ th: {
2184
+ backgroundColor: "#fbfafa",
2185
+ color: "#8F837A"
2186
+ },
2187
+ td: {
2188
+ backgroundColor: "#fbfafa",
2189
+ color: "#8F837A"
2190
+ }
2191
+ }
2192
+ },
2193
+ concrete: {
2194
+ style: {
2195
+ backgroundColor: "#f6f6fb",
2196
+ color: "#50606C",
2197
+ layout: {
2198
+ cells: {
2199
+ colors: {
2200
+ hot: "#6D7D65",
2201
+ cold: "#6C94A5"
2202
+ },
2203
+ spacing: 0.5,
2204
+ selected: {
2205
+ color: "#404C4D"
2206
+ }
2207
+ },
2208
+ dataLabels: {
2209
+ xAxis: {
2210
+ color: "#61747E"
2211
+ },
2212
+ yAxis: {
2213
+ color: "#61747E"
2214
+ }
2215
+ }
2216
+ },
2217
+ legend: {
2218
+ backgroundColor: "#f6f6fb",
2219
+ color: "#61747E"
2220
+ },
2221
+ title: {
2222
+ color: "#50606C",
2223
+ subtitle: {
2224
+ color: "#718890"
2225
+ }
2226
+ },
2227
+ tooltip: {
2228
+ backgroundColor: "#f6f6fb",
2229
+ color: "#50606C"
2230
+ }
2231
+ },
2232
+ table: {
2233
+ th: {
2234
+ backgroundColor: "#f6f6fb",
2235
+ color: "#50606C"
2236
+ },
2237
+ td: {
2238
+ backgroundColor: "#f6f6fb",
2239
+ color: "#50606C"
2240
+ }
2241
+ }
2242
+ }
2243
+ }, i = {
2244
+ default: {},
2245
+ hack: {
2246
+ style: {
2247
+ backgroundColor: "#1A1A1A",
2248
+ color: "#99AA99",
2249
+ layout: {
2250
+ axis: {
2251
+ stroke: "#334C33"
2252
+ },
2253
+ marginalBars: {
2254
+ fill: "#66CC66"
2255
+ },
2256
+ plots: {
2257
+ stroke: "#1A1A1A",
2258
+ selectors: {
2259
+ stroke: "#66CC66",
2260
+ labels: {
2261
+ color: "#AACCAA"
2262
+ },
2263
+ markers: {
2264
+ stroke: "#66CC66",
2265
+ fill: "#1A1A1A"
2266
+ }
2267
+ }
2268
+ },
2269
+ correlation: {
2270
+ label: {
2271
+ color: "#AACCAA"
2272
+ }
2273
+ },
2274
+ dataLabels: {
2275
+ xAxis: {
2276
+ color: "#AACCAA"
2277
+ },
2278
+ yAxis: {
2279
+ color: "#AACCAA"
2280
+ }
2281
+ }
2282
+ },
2283
+ legend: {
2284
+ backgroundColor: "#1A1A1A",
2285
+ color: "#99AA99"
2286
+ },
2287
+ title: {
2288
+ color: "#66CC66",
2289
+ subtitle: {
2290
+ color: "#99AA99"
2291
+ }
2292
+ },
2293
+ tooltip: {
2294
+ backgroundColor: "#2A2F2A",
2295
+ color: "#AACCAA",
2296
+ borderColor: "#66CC66"
2297
+ }
2298
+ },
2299
+ table: {
2300
+ th: {
2301
+ backgroundColor: "#1A1A1A",
2302
+ color: "#99AA99"
2303
+ },
2304
+ td: {
2305
+ backgroundColor: "#1A1A1A",
2306
+ color: "#AACCAA"
2307
+ }
2308
+ }
2309
+ },
2310
+ zen: {
2311
+ style: {
2312
+ backgroundColor: "#fbfafa",
2313
+ color: "#8A9892",
2314
+ layout: {
2315
+ axis: {
2316
+ stroke: "transparent"
2317
+ },
2318
+ marginalBars: {
2319
+ fill: "#B0B9A8"
2320
+ },
2321
+ plots: {
2322
+ stroke: "#fbfafa",
2323
+ selectors: {
2324
+ stroke: "#4F5B75",
2325
+ labels: {
2326
+ color: "#928A98"
2327
+ },
2328
+ markers: {
2329
+ stroke: "#4F5B75",
2330
+ fill: "#fbfafa"
2331
+ }
2332
+ }
2333
+ },
2334
+ correlation: {
2335
+ label: {
2336
+ color: "#928A98"
2337
+ }
2338
+ },
2339
+ dataLabels: {
2340
+ xAxis: {
2341
+ color: "#928A98"
2342
+ },
2343
+ yAxis: {
2344
+ color: "#928A98"
2345
+ }
2346
+ }
2347
+ },
2348
+ legend: {
2349
+ backgroundColor: "#fbfafa",
2350
+ color: "#99AA99"
2351
+ },
2352
+ title: {
2353
+ color: "#8A9892",
2354
+ subtitle: {
2355
+ color: "#99AA99"
2356
+ }
2357
+ },
2358
+ tooltip: {
2359
+ backgroundColor: "#fbfafa",
2360
+ color: "#8A9892"
2361
+ }
2362
+ },
2363
+ table: {
2364
+ th: {
2365
+ backgroundColor: "#fbfafa",
2366
+ color: "#8F837A"
2367
+ },
2368
+ td: {
2369
+ backgroundColor: "#fbfafa",
2370
+ color: "#8F837A"
2371
+ }
2372
+ }
2373
+ },
2374
+ concrete: {
2375
+ style: {
2376
+ backgroundColor: "#f6f6fb",
2377
+ color: "#50606C",
2378
+ layout: {
2379
+ axis: {
2380
+ stroke: "#92B0B5"
2381
+ },
2382
+ marginalBars: {
2383
+ fill: "#ABB1BC"
2384
+ },
2385
+ plots: {
2386
+ stroke: "#fbfafa",
2387
+ selectors: {
2388
+ stroke: "#4F5B75",
2389
+ labels: {
2390
+ color: "#404C4D"
2391
+ },
2392
+ markers: {
2393
+ stroke: "#4F5B75",
2394
+ fill: "#f6f6fb"
2395
+ }
2396
+ }
2397
+ },
2398
+ correlation: {
2399
+ label: {
2400
+ color: "#61747E"
2401
+ }
2402
+ },
2403
+ dataLabels: {
2404
+ xAxis: {
2405
+ color: "#61747E"
2406
+ },
2407
+ yAxis: {
2408
+ color: "#61747E"
2409
+ }
2410
+ }
2411
+ },
2412
+ legend: {
2413
+ backgroundColor: "#f6f6fb",
2414
+ color: "#61747E"
2415
+ },
2416
+ title: {
2417
+ color: "#50606C",
2418
+ subtitle: {
2419
+ color: "#718890"
2420
+ }
2421
+ },
2422
+ tooltip: {
2423
+ backgroundColor: "#f6f6fb",
2424
+ color: "#50606C"
2425
+ }
2426
+ },
2427
+ table: {
2428
+ th: {
2429
+ backgroundColor: "#f6f6fb",
2430
+ color: "#50606C"
2431
+ },
2432
+ td: {
2433
+ backgroundColor: "#f6f6fb",
2434
+ color: "#50606C"
2435
+ }
2436
+ }
2437
+ }
2438
+ }, g = {
2439
+ default: {},
2440
+ hack: {
2441
+ style: {
2442
+ backgroundColor: "#1A1A1A",
2443
+ color: "#99AA99",
2444
+ layout: {
2445
+ selector: {
2446
+ color: "#7DA9B5"
2447
+ },
2448
+ grid: {
2449
+ stroke: "#334C33",
2450
+ xAxis: {
2451
+ dataLabels: {
2452
+ color: "#99CC99"
2453
+ }
2454
+ },
2455
+ yAxis: {
2456
+ dataLabels: {
2457
+ color: "#99CC99"
2458
+ }
2459
+ }
2460
+ },
2461
+ wick: {
2462
+ stroke: "#334C33",
2463
+ extremity: {
2464
+ color: "#334C33"
2465
+ }
2466
+ },
2467
+ candle: {
2468
+ stroke: "#1A1A1A",
2469
+ colors: {
2470
+ bullish: "#00FF00",
2471
+ bearish: "#334C33"
2472
+ },
2473
+ gradient: {
2474
+ show: !1
2475
+ }
2476
+ }
2477
+ },
2478
+ zoom: {
2479
+ color: "#5F6A5F",
2480
+ highlightColor: "#66CC66"
2481
+ },
2482
+ title: {
2483
+ color: "#66CC66",
2484
+ subtitle: {
2485
+ color: "#99AA99"
2486
+ }
2487
+ },
2488
+ tooltip: {
2489
+ backgroundColor: "#2A2F2A",
2490
+ color: "#AACCAA",
2491
+ borderColor: "#66CC66"
2492
+ }
2493
+ },
2494
+ table: {
2495
+ th: {
2496
+ backgroundColor: "#1A1A1A",
2497
+ color: "#99AA99"
2498
+ },
2499
+ td: {
2500
+ backgroundColor: "#1A1A1A",
2501
+ color: "#AACCAA"
2502
+ }
2503
+ }
2504
+ },
2505
+ zen: {
2506
+ style: {
2507
+ backgroundColor: "#fbfafa",
2508
+ color: "#8A9892",
2509
+ layout: {
2510
+ selector: {
2511
+ color: "#8F837A"
2512
+ },
2513
+ grid: {
2514
+ stroke: "transparent",
2515
+ xAxis: {
2516
+ dataLabels: {
2517
+ color: "#8A9892"
2518
+ }
2519
+ },
2520
+ yAxis: {
2521
+ dataLabels: {
2522
+ color: "#8A9892"
2523
+ }
2524
+ }
2525
+ },
2526
+ wick: {
2527
+ stroke: "#D7E0D2",
2528
+ extremity: {
2529
+ shape: "circle",
2530
+ size: 2,
2531
+ color: "#C5B8A7"
2532
+ }
2533
+ },
2534
+ candle: {
2535
+ stroke: "#fbfafa",
2536
+ colors: {
2537
+ bullish: "#A0AC94",
2538
+ bearish: "#C09E85"
2539
+ },
2540
+ gradient: {
2541
+ show: !0
2542
+ }
2543
+ }
2544
+ },
2545
+ zoom: {
2546
+ color: "#E0CFC3",
2547
+ highlightColor: "#8F837A"
2548
+ },
2549
+ title: {
2550
+ color: "#8A9892",
2551
+ subtitle: {
2552
+ color: "#99AA99"
2553
+ }
2554
+ },
2555
+ tooltip: {
2556
+ backgroundColor: "#fbfafa",
2557
+ color: "#8A9892"
2558
+ }
2559
+ },
2560
+ table: {
2561
+ th: {
2562
+ backgroundColor: "#fbfafa",
2563
+ color: "#8F837A"
2564
+ },
2565
+ td: {
2566
+ backgroundColor: "#fbfafa",
2567
+ color: "#8F837A"
2568
+ }
2569
+ }
2570
+ },
2571
+ concrete: {
2572
+ style: {
2573
+ backgroundColor: "#f6f6fb",
2574
+ color: "#50606C",
2575
+ layout: {
2576
+ selector: {
2577
+ color: "#7DA9B5"
2578
+ },
2579
+ grid: {
2580
+ stroke: "#334C33",
2581
+ xAxis: {
2582
+ dataLabels: {
2583
+ color: "#61747E"
2584
+ }
2585
+ },
2586
+ yAxis: {
2587
+ dataLabels: {
2588
+ color: "#61747E"
2589
+ }
2590
+ }
2591
+ },
2592
+ wick: {
2593
+ stroke: "#61747E",
2594
+ extremity: {
2595
+ color: "#61747E"
2596
+ }
2597
+ },
2598
+ candle: {
2599
+ stroke: "#1A1A1A",
2600
+ colors: {
2601
+ bullish: "#92B0AB",
2602
+ bearish: "#EFECEC"
2603
+ },
2604
+ gradient: {
2605
+ show: !1
2606
+ }
2607
+ }
2608
+ },
2609
+ zoom: {
2610
+ color: "#92B0AB",
2611
+ highlightColor: "#50606C"
2612
+ },
2613
+ title: {
2614
+ color: "#50606C",
2615
+ subtitle: {
2616
+ color: "#718890"
2617
+ }
2618
+ },
2619
+ tooltip: {
2620
+ backgroundColor: "#f6f6fb",
2621
+ color: "#50606C"
2622
+ }
2623
+ },
2624
+ table: {
2625
+ th: {
2626
+ backgroundColor: "#f6f6fb",
2627
+ color: "#50606C"
2628
+ },
2629
+ td: {
2630
+ backgroundColor: "#f6f6fb",
2631
+ color: "#50606C"
2632
+ }
2633
+ }
2634
+ }
2635
+ }, k = {
2636
+ default: {},
2637
+ hack: {
2638
+ style: {
2639
+ backgroundColor: "#1A1A1A",
2640
+ color: "#99AA99",
2641
+ layout: {
2642
+ grid: {
2643
+ stroke: "#5F6A5F"
2644
+ },
2645
+ dataLabels: {
2646
+ sideTitles: {
2647
+ color: "#AACCAA"
2648
+ },
2649
+ xAxis: {
2650
+ color: "#5F6A5F"
2651
+ },
2652
+ yAxis: {
2653
+ color: "#5F6A5F"
2654
+ }
2655
+ },
2656
+ bars: {
2657
+ borderRadius: 0,
2658
+ gap: 1,
2659
+ left: {
2660
+ color: "#668066"
2661
+ },
2662
+ right: {
2663
+ color: "#66CC66"
2664
+ },
2665
+ gradient: {
2666
+ show: !1
2667
+ }
2668
+ }
2669
+ },
2670
+ highlighter: {
2671
+ color: "#66CC66"
2672
+ },
2673
+ title: {
2674
+ color: "#66CC66",
2675
+ subtitle: {
2676
+ color: "#99AA99"
2677
+ }
2678
+ },
2679
+ tooltip: {
2680
+ backgroundColor: "#2A2F2A",
2681
+ color: "#AACCAA",
2682
+ borderColor: "#66CC66"
2683
+ }
2684
+ },
2685
+ table: {
2686
+ th: {
2687
+ backgroundColor: "#1A1A1A",
2688
+ color: "#99AA99"
2689
+ },
2690
+ td: {
2691
+ backgroundColor: "#1A1A1A",
2692
+ color: "#AACCAA"
2693
+ }
2694
+ }
2695
+ },
2696
+ zen: {
2697
+ style: {
2698
+ backgroundColor: "#fbfafa",
2699
+ color: "#8A9892",
2700
+ layout: {
2701
+ grid: {
2702
+ stroke: "#5F6A5F"
2703
+ },
2704
+ dataLabels: {
2705
+ sideTitles: {
2706
+ color: "#8A9892"
2707
+ },
2708
+ xAxis: {
2709
+ show: !1
2710
+ },
2711
+ yAxis: {
2712
+ show: !1
2713
+ }
2714
+ },
2715
+ bars: {
2716
+ borderRadius: 6,
2717
+ gap: 1,
2718
+ left: {
2719
+ color: "#DCB482"
2720
+ },
2721
+ right: {
2722
+ color: "#B9B99D"
2723
+ },
2724
+ gradient: {
2725
+ show: !0
2726
+ }
2727
+ }
2728
+ },
2729
+ highlighter: {
2730
+ color: "#8F837A"
2731
+ },
2732
+ title: {
2733
+ color: "#8A9892",
2734
+ subtitle: {
2735
+ color: "#99AA99"
2736
+ }
2737
+ },
2738
+ tooltip: {
2739
+ backgroundColor: "#fbfafa",
2740
+ color: "#8A9892"
2741
+ }
2742
+ },
2743
+ table: {
2744
+ th: {
2745
+ backgroundColor: "#fbfafa",
2746
+ color: "#8F837A"
2747
+ },
2748
+ td: {
2749
+ backgroundColor: "#fbfafa",
2750
+ color: "#8F837A"
2751
+ }
2752
+ }
2753
+ },
2754
+ concrete: {
2755
+ style: {
2756
+ backgroundColor: "#f6f6fb",
2757
+ color: "#50606C",
2758
+ layout: {
2759
+ grid: {
2760
+ stroke: "#5F6A5F"
2761
+ },
2762
+ dataLabels: {
2763
+ sideTitles: {
2764
+ color: "#61747E"
2765
+ },
2766
+ xAxis: {
2767
+ color: "#61747E"
2768
+ },
2769
+ yAxis: {
2770
+ color: "#61747E"
2771
+ }
2772
+ },
2773
+ bars: {
2774
+ borderRadius: 0,
2775
+ gap: 1,
2776
+ left: {
2777
+ color: "#A1B5A3"
2778
+ },
2779
+ right: {
2780
+ color: "#7DA9B5"
2781
+ },
2782
+ gradient: {
2783
+ show: !0,
2784
+ intensity: 10
2785
+ }
2786
+ }
2787
+ },
2788
+ highlighter: {
2789
+ color: "#7DA9B5"
2790
+ },
2791
+ title: {
2792
+ color: "#50606C",
2793
+ subtitle: {
2794
+ color: "#718890"
2795
+ }
2796
+ },
2797
+ tooltip: {
2798
+ backgroundColor: "#f6f6fb",
2799
+ color: "#50606C"
2800
+ }
2801
+ },
2802
+ table: {
2803
+ th: {
2804
+ backgroundColor: "#f6f6fb",
2805
+ color: "#50606C"
2806
+ },
2807
+ td: {
2808
+ backgroundColor: "#f6f6fb",
2809
+ color: "#50606C"
2810
+ }
2811
+ }
2812
+ }
2813
+ }, h = {
2814
+ default: {},
2815
+ hack: {
2816
+ style: {
2817
+ backgroundColor: "#1A1A1A",
2818
+ color: "#99AA99",
2819
+ labels: {
2820
+ color: "#AACCAA"
2821
+ },
2822
+ circle: {
2823
+ stroke: "#333333"
2824
+ },
2825
+ plot: {
2826
+ color: "#66CC66"
2827
+ },
2828
+ title: {
2829
+ color: "#66CC66",
2830
+ subtitle: {
2831
+ color: "#99AA99"
2832
+ }
2833
+ }
2834
+ }
2835
+ },
2836
+ zen: {
2837
+ style: {
2838
+ backgroundColor: "#fbfafa",
2839
+ color: "#8A9892",
2840
+ labels: {
2841
+ color: "#A0AC94"
2842
+ },
2843
+ circle: {
2844
+ stroke: "transparent"
2845
+ },
2846
+ plot: {
2847
+ color: "#C09E85"
2848
+ },
2849
+ title: {
2850
+ color: "#8A9892",
2851
+ subtitle: {
2852
+ color: "#99AA99"
2853
+ }
2854
+ }
2855
+ }
2856
+ },
2857
+ concrete: {
2858
+ style: {
2859
+ backgroundColor: "#f6f6fb",
2860
+ color: "#50606C",
2861
+ labels: {
2862
+ color: "#61747E"
2863
+ },
2864
+ circle: {
2865
+ stroke: "#D2D7E0"
2866
+ },
2867
+ plot: {
2868
+ color: "#97ACB7"
2869
+ },
2870
+ title: {
2871
+ color: "#50606C",
2872
+ subtitle: {
2873
+ color: "#718890"
2874
+ }
2875
+ }
2876
+ }
2877
+ }
2878
+ }, y = {
2879
+ default: {},
2880
+ hack: {
2881
+ style: {
2882
+ chart: {
2883
+ backgroundColor: "#1A1A1A",
2884
+ color: "#99AA99",
2885
+ graduations: {
2886
+ stroke: "#1A1A1A",
2887
+ strokeWidth: 6,
2888
+ gradient: {
2889
+ show: !0
2890
+ }
2891
+ },
2892
+ label: {
2893
+ color: "#66CC66"
2894
+ }
2895
+ },
2896
+ title: {
2897
+ color: "#66CC66",
2898
+ subtitle: {
2899
+ color: "#99AA99"
2900
+ }
2901
+ }
2902
+ }
2903
+ },
2904
+ zen: {
2905
+ style: {
2906
+ chart: {
2907
+ backgroundColor: "#fbfafa",
2908
+ color: "#8A9892",
2909
+ graduations: {
2910
+ show: !1,
2911
+ gradient: {
2912
+ show: !0
2913
+ }
2914
+ },
2915
+ label: {
2916
+ color: "#B9B99D"
2917
+ }
2918
+ },
2919
+ title: {
2920
+ color: "#8A9892",
2921
+ subtitle: {
2922
+ color: "#99AA99"
2923
+ }
2924
+ }
2925
+ }
2926
+ },
2927
+ concrete: {
2928
+ style: {
2929
+ chart: {
2930
+ backgroundColor: "#f6f6fb",
2931
+ color: "#50606C",
2932
+ graduations: {
2933
+ stroke: "#1A1A1A",
2934
+ gradient: {
2935
+ show: !0
2936
+ }
2937
+ },
2938
+ label: {
2939
+ color: "#61747E"
2940
+ }
2941
+ },
2942
+ title: {
2943
+ color: "#50606C",
2944
+ subtitle: {
2945
+ color: "#718890"
2946
+ }
2947
+ }
2948
+ }
2949
+ }
2950
+ }, _ = {
2951
+ default: {},
2952
+ hack: {
2953
+ style: {
2954
+ chart: {
2955
+ backgroundColor: "#1A1A1A",
2956
+ color: "#99AA99",
2957
+ layout: {
2958
+ rings: {
2959
+ stroke: "#1A1A1A",
2960
+ strokeWidth: 10
2961
+ }
2962
+ },
2963
+ legend: {
2964
+ backgroundColor: "#1A1A1A",
2965
+ color: "#99AA99"
2966
+ },
2967
+ title: {
2968
+ color: "#66CC66",
2969
+ subtitle: {
2970
+ color: "#99AA99"
2971
+ }
2972
+ },
2973
+ tooltip: {
2974
+ backgroundColor: "#2A2F2A",
2975
+ color: "#AACCAA",
2976
+ borderColor: "#66CC66"
2977
+ }
2978
+ }
2979
+ },
2980
+ table: {
2981
+ th: {
2982
+ backgroundColor: "#1A1A1A",
2983
+ color: "#99AA99"
2984
+ },
2985
+ td: {
2986
+ backgroundColor: "#1A1A1A",
2987
+ color: "#AACCAA"
2988
+ }
2989
+ }
2990
+ },
2991
+ zen: {
2992
+ style: {
2993
+ chart: {
2994
+ backgroundColor: "#fbfafa",
2995
+ color: "#8A9892",
2996
+ layout: {
2997
+ rings: {
2998
+ stroke: "#fbfafa",
2999
+ strokeWidth: 10
3000
+ }
3001
+ },
3002
+ legend: {
3003
+ backgroundColor: "#fbfafa",
3004
+ color: "#99AA99"
3005
+ },
3006
+ title: {
3007
+ color: "#8A9892",
3008
+ subtitle: {
3009
+ color: "#99AA99"
3010
+ }
3011
+ },
3012
+ tooltip: {
3013
+ backgroundColor: "#fbfafa",
3014
+ color: "#8A9892"
3015
+ }
3016
+ }
3017
+ },
3018
+ table: {
3019
+ th: {
3020
+ backgroundColor: "#fbfafa",
3021
+ color: "#8F837A"
3022
+ },
3023
+ td: {
3024
+ backgroundColor: "#fbfafa",
3025
+ color: "#8F837A"
3026
+ }
3027
+ }
3028
+ },
3029
+ concrete: {
3030
+ style: {
3031
+ chart: {
3032
+ backgroundColor: "#f6f6fb",
3033
+ color: "#50606C",
3034
+ layout: {
3035
+ rings: {
3036
+ stroke: "#fbfafa",
3037
+ strokeWidth: 10
3038
+ }
3039
+ },
3040
+ legend: {
3041
+ backgroundColor: "#f6f6fb",
3042
+ color: "#61747E"
3043
+ },
3044
+ title: {
3045
+ color: "#50606C",
3046
+ subtitle: {
3047
+ color: "#718890"
3048
+ }
3049
+ },
3050
+ tooltip: {
3051
+ backgroundColor: "#f6f6fb",
3052
+ color: "#50606C"
3053
+ }
3054
+ }
3055
+ },
3056
+ table: {
3057
+ th: {
3058
+ backgroundColor: "#f6f6fb",
3059
+ color: "#50606C"
3060
+ },
3061
+ td: {
3062
+ backgroundColor: "#f6f6fb",
3063
+ color: "#50606C"
3064
+ }
3065
+ }
3066
+ }
3067
+ }, F = {
3068
+ default: {},
3069
+ hack: {
3070
+ style: {
3071
+ chart: {
3072
+ backgroundColor: "#1A1A1A",
3073
+ color: "#99AA99",
3074
+ zoom: {
3075
+ color: "#5F6A5F",
3076
+ highlightColor: "#66CC66"
3077
+ },
3078
+ layout: {
3079
+ grid: {
3080
+ show: !1,
3081
+ stroke: "#5F6A5F",
3082
+ yAxis: {
3083
+ dataLabels: {
3084
+ color: "#AACCAA"
3085
+ }
3086
+ },
3087
+ xAxis: {
3088
+ dataLabels: {
3089
+ color: "#AACCAA"
3090
+ }
3091
+ }
3092
+ },
3093
+ line: {
3094
+ stroke: "#5F6A5F"
3095
+ },
3096
+ highlighter: {
3097
+ color: "#66CC66"
3098
+ },
3099
+ dataLabels: {
3100
+ color: "#AACCAA"
3101
+ }
3102
+ },
3103
+ legend: {
3104
+ backgroundColor: "#1A1A1A",
3105
+ color: "#99AA99"
3106
+ },
3107
+ title: {
3108
+ color: "#66CC66",
3109
+ subtitle: {
3110
+ color: "#99AA99"
3111
+ }
3112
+ }
3113
+ }
3114
+ },
3115
+ table: {
3116
+ th: {
3117
+ backgroundColor: "#1A1A1A",
3118
+ color: "#99AA99"
3119
+ },
3120
+ td: {
3121
+ backgroundColor: "#1A1A1A",
3122
+ color: "#AACCAA"
3123
+ }
3124
+ }
3125
+ },
3126
+ zen: {
3127
+ style: {
3128
+ chart: {
3129
+ backgroundColor: "#fbfafa",
3130
+ color: "#8A9892",
3131
+ zoom: {
3132
+ color: "#E0CFC3",
3133
+ highlightColor: "#8F837A"
3134
+ },
3135
+ layout: {
3136
+ grid: {
3137
+ show: !1,
3138
+ yAxis: {
3139
+ dataLabels: {
3140
+ show: !1
3141
+ }
3142
+ },
3143
+ xAxis: {
3144
+ dataLabels: {
3145
+ show: !1
3146
+ }
3147
+ }
3148
+ },
3149
+ line: {
3150
+ stroke: "#DCDFE7"
3151
+ },
3152
+ highlighter: {
3153
+ color: "#8F837A"
3154
+ },
3155
+ dataLabels: {
3156
+ color: "#A0AC94"
3157
+ }
3158
+ },
3159
+ legend: {
3160
+ backgroundColor: "#fbfafa",
3161
+ color: "#99AA99"
3162
+ },
3163
+ title: {
3164
+ color: "#8A9892",
3165
+ subtitle: {
3166
+ color: "#99AA99"
3167
+ }
3168
+ }
3169
+ }
3170
+ },
3171
+ table: {
3172
+ th: {
3173
+ backgroundColor: "#fbfafa",
3174
+ color: "#8F837A"
3175
+ },
3176
+ td: {
3177
+ backgroundColor: "#fbfafa",
3178
+ color: "#8F837A"
3179
+ }
3180
+ }
3181
+ },
3182
+ concrete: {
3183
+ style: {
3184
+ chart: {
3185
+ backgroundColor: "#f6f6fb",
3186
+ color: "#50606C",
3187
+ zoom: {
3188
+ color: "#92B0AB",
3189
+ highlightColor: "#50606C"
3190
+ },
3191
+ layout: {
3192
+ grid: {
3193
+ stroke: "#BBC4D3",
3194
+ yAxis: {
3195
+ dataLabels: {
3196
+ color: "#61747E"
3197
+ }
3198
+ },
3199
+ xAxis: {
3200
+ dataLabels: {
3201
+ color: "#61747E"
3202
+ }
3203
+ }
3204
+ },
3205
+ line: {
3206
+ stroke: "#92B0AB"
3207
+ },
3208
+ highlighter: {
3209
+ color: "#50606C"
3210
+ },
3211
+ dataLabels: {
3212
+ color: "#61747E"
3213
+ }
3214
+ },
3215
+ legend: {
3216
+ backgroundColor: "#f6f6fb",
3217
+ color: "#61747E"
3218
+ },
3219
+ title: {
3220
+ color: "#50606C",
3221
+ subtitle: {
3222
+ color: "#718890"
3223
+ }
3224
+ }
3225
+ }
3226
+ },
3227
+ table: {
3228
+ th: {
3229
+ backgroundColor: "#f6f6fb",
3230
+ color: "#50606C"
3231
+ },
3232
+ td: {
3233
+ backgroundColor: "#f6f6fb",
3234
+ color: "#50606C"
3235
+ }
3236
+ }
3237
+ }
3238
+ }, p = {
3239
+ default: {},
3240
+ hack: {
3241
+ style: {
3242
+ chart: {
3243
+ backgroundColor: "#1A1A1A",
3244
+ color: "#99AA99",
3245
+ layout: {
3246
+ grid: {
3247
+ stroke: "#333333"
3248
+ },
3249
+ outerPolygon: {
3250
+ stroke: "#334C33"
3251
+ },
3252
+ dataPolygon: {
3253
+ color: "#33B333",
3254
+ stroke: "#00FF00"
3255
+ },
3256
+ smileys: {
3257
+ colors: {
3258
+ 1: "#336633",
3259
+ 2: "#338033",
3260
+ 3: "#339933",
3261
+ 4: "#33E633",
3262
+ 5: "#00FF00"
3263
+ }
3264
+ },
3265
+ dataLabel: {
3266
+ color: "#00FF00"
3267
+ }
3268
+ },
3269
+ legend: {
3270
+ backgroundColor: "#1A1A1A",
3271
+ color: "#99AA99"
3272
+ },
3273
+ title: {
3274
+ color: "#66CC66",
3275
+ subtitle: {
3276
+ color: "#99AA99"
3277
+ }
3278
+ }
3279
+ }
3280
+ },
3281
+ table: {
3282
+ th: {
3283
+ backgroundColor: "#1A1A1A",
3284
+ color: "#99AA99"
3285
+ },
3286
+ td: {
3287
+ backgroundColor: "#1A1A1A",
3288
+ color: "#AACCAA"
3289
+ }
3290
+ }
3291
+ },
3292
+ zen: {
3293
+ style: {
3294
+ chart: {
3295
+ backgroundColor: "#fbfafa",
3296
+ color: "#8A9892",
3297
+ layout: {
3298
+ grid: {
3299
+ stroke: "#C5B8A7"
3300
+ },
3301
+ outerPolygon: {
3302
+ strokeWidth: 0
3303
+ },
3304
+ dataPolygon: {
3305
+ color: "#858480",
3306
+ stroke: "#C09E85"
3307
+ },
3308
+ smileys: {
3309
+ colors: {
3310
+ 1: "#C09E85",
3311
+ 2: "#DCB482",
3312
+ 3: "#DFCA99",
3313
+ 4: "#E0CFC3",
3314
+ 5: "#B9B99D"
3315
+ }
3316
+ },
3317
+ dataLabel: {
3318
+ color: "#606C5A"
3319
+ }
3320
+ },
3321
+ legend: {
3322
+ backgroundColor: "#fbfafa",
3323
+ color: "#99AA99"
3324
+ },
3325
+ title: {
3326
+ color: "#8A9892",
3327
+ subtitle: {
3328
+ color: "#99AA99"
3329
+ }
3330
+ }
3331
+ }
3332
+ },
3333
+ table: {
3334
+ th: {
3335
+ backgroundColor: "#fbfafa",
3336
+ color: "#8F837A"
3337
+ },
3338
+ td: {
3339
+ backgroundColor: "#fbfafa",
3340
+ color: "#8F837A"
3341
+ }
3342
+ }
3343
+ },
3344
+ concrete: {
3345
+ style: {
3346
+ chart: {
3347
+ backgroundColor: "#f6f6fb",
3348
+ color: "#50606C",
3349
+ layout: {
3350
+ grid: {
3351
+ stroke: "#61747E"
3352
+ },
3353
+ outerPolygon: {
3354
+ stroke: "#50606C"
3355
+ },
3356
+ dataPolygon: {
3357
+ color: "#A3C4BE",
3358
+ stroke: "#92B0B5"
3359
+ },
3360
+ smileys: {
3361
+ colors: {
3362
+ 1: "#5C6B5B",
3363
+ 2: "#4A6A75",
3364
+ 3: "#6C94A0",
3365
+ 4: "#7DA9B5",
3366
+ 5: "#8EBFCA"
3367
+ }
3368
+ },
3369
+ dataLabel: {
3370
+ color: "#50606C"
3371
+ }
3372
+ },
3373
+ legend: {
3374
+ backgroundColor: "#f6f6fb",
3375
+ color: "#61747E"
3376
+ },
3377
+ title: {
3378
+ color: "#50606C",
3379
+ subtitle: {
3380
+ color: "#718890"
3381
+ }
3382
+ }
3383
+ }
3384
+ },
3385
+ table: {
3386
+ th: {
3387
+ backgroundColor: "#f6f6fb",
3388
+ color: "#50606C"
3389
+ },
3390
+ td: {
3391
+ backgroundColor: "#f6f6fb",
3392
+ color: "#50606C"
3393
+ }
3394
+ }
3395
+ }
3396
+ }, v = {
3397
+ default: {},
3398
+ hack: {
3399
+ style: {
3400
+ chart: {
3401
+ backgroundColor: "#1A1A1A",
3402
+ color: "#99AA99",
3403
+ nodes: {
3404
+ stroke: "#1A1A1A",
3405
+ strokeHovered: "#00FF00"
3406
+ },
3407
+ links: {
3408
+ stroke: "#333333"
3409
+ },
3410
+ title: {
3411
+ color: "#66CC66",
3412
+ subtitle: {
3413
+ color: "#99AA99"
3414
+ }
3415
+ },
3416
+ tooltip: {
3417
+ backgroundColor: "#2A2F2A",
3418
+ color: "#AACCAA",
3419
+ borderColor: "#66CC66"
3420
+ }
3421
+ }
3422
+ },
3423
+ table: {
3424
+ th: {
3425
+ backgroundColor: "#1A1A1A",
3426
+ color: "#99AA99"
3427
+ },
3428
+ td: {
3429
+ backgroundColor: "#1A1A1A",
3430
+ color: "#AACCAA"
3431
+ }
3432
+ }
3433
+ },
3434
+ zen: {
3435
+ style: {
3436
+ chart: {
3437
+ backgroundColor: "#fbfafa",
3438
+ color: "#8A9892",
3439
+ nodes: {
3440
+ stroke: "#fbfafa",
3441
+ strokeHovered: "#5E5E5E"
3442
+ },
3443
+ links: {
3444
+ stroke: "#e8ede1"
3445
+ },
3446
+ title: {
3447
+ color: "#8A9892",
3448
+ subtitle: {
3449
+ color: "#99AA99"
3450
+ }
3451
+ },
3452
+ tooltip: {
3453
+ backgroundColor: "#fbfafa",
3454
+ color: "#8A9892"
3455
+ }
3456
+ }
3457
+ },
3458
+ table: {
3459
+ th: {
3460
+ backgroundColor: "#fbfafa",
3461
+ color: "#8F837A"
3462
+ },
3463
+ td: {
3464
+ backgroundColor: "#fbfafa",
3465
+ color: "#8F837A"
3466
+ }
3467
+ }
3468
+ },
3469
+ concrete: {
3470
+ style: {
3471
+ chart: {
3472
+ backgroundColor: "#f6f6fb",
3473
+ color: "#50606C",
3474
+ nodes: {
3475
+ stroke: "#61747E",
3476
+ strokeHovered: "#404C4D"
3477
+ },
3478
+ links: {
3479
+ stroke: "#BBCBC7"
3480
+ },
3481
+ title: {
3482
+ color: "#50606C",
3483
+ subtitle: {
3484
+ color: "#718890"
3485
+ }
3486
+ },
3487
+ tooltip: {
3488
+ backgroundColor: "#f6f6fb",
3489
+ color: "#50606C"
3490
+ }
3491
+ }
3492
+ },
3493
+ table: {
3494
+ th: {
3495
+ backgroundColor: "#f6f6fb",
3496
+ color: "#50606C"
3497
+ },
3498
+ td: {
3499
+ backgroundColor: "#f6f6fb",
3500
+ color: "#50606C"
3501
+ }
3502
+ }
3503
+ }
3504
+ }, x = {
3505
+ default: {},
3506
+ hack: {
3507
+ style: {
3508
+ chart: {
3509
+ backgroundColor: "#1A1A1A",
3510
+ color: "#99AA99",
3511
+ layout: {
3512
+ labels: {
3513
+ dataLabels: {
3514
+ color: "#AACCAA"
3515
+ }
3516
+ }
3517
+ },
3518
+ legend: {
3519
+ backgroundColor: "#1A1A1A",
3520
+ color: "#99AA99"
3521
+ },
3522
+ title: {
3523
+ color: "#66CC66",
3524
+ subtitle: {
3525
+ color: "#99AA99"
3526
+ }
3527
+ },
3528
+ tooltip: {
3529
+ backgroundColor: "#2A2F2A",
3530
+ color: "#AACCAA",
3531
+ borderColor: "#66CC66"
3532
+ }
3533
+ }
3534
+ },
3535
+ table: {
3536
+ th: {
3537
+ backgroundColor: "#1A1A1A",
3538
+ color: "#99AA99"
3539
+ },
3540
+ td: {
3541
+ backgroundColor: "#1A1A1A",
3542
+ color: "#AACCAA"
3543
+ }
3544
+ }
3545
+ },
3546
+ zen: {
3547
+ style: {
3548
+ chart: {
3549
+ backgroundColor: "#fbfafa",
3550
+ color: "#8A9892",
3551
+ layout: {
3552
+ labels: {
3553
+ dataLabels: {
3554
+ color: "#A0AC94"
3555
+ }
3556
+ }
3557
+ },
3558
+ legend: {
3559
+ backgroundColor: "#fbfafa",
3560
+ color: "#99AA99"
3561
+ },
3562
+ title: {
3563
+ color: "#8A9892",
3564
+ subtitle: {
3565
+ color: "#99AA99"
3566
+ }
3567
+ },
3568
+ tooltip: {
3569
+ backgroundColor: "#fbfafa",
3570
+ color: "#8A9892"
3571
+ }
3572
+ }
3573
+ },
3574
+ table: {
3575
+ th: {
3576
+ backgroundColor: "#fbfafa",
3577
+ color: "#8F837A"
3578
+ },
3579
+ td: {
3580
+ backgroundColor: "#fbfafa",
3581
+ color: "#8F837A"
3582
+ }
3583
+ }
3584
+ },
3585
+ concrete: {
3586
+ style: {
3587
+ chart: {
3588
+ backgroundColor: "#f6f6fb",
3589
+ color: "#50606C",
3590
+ layout: {
3591
+ labels: {
3592
+ dataLabels: {
3593
+ color: "#61747E"
3594
+ }
3595
+ }
3596
+ },
3597
+ legend: {
3598
+ backgroundColor: "#f6f6fb",
3599
+ color: "#61747E"
3600
+ },
3601
+ title: {
3602
+ color: "#50606C",
3603
+ subtitle: {
3604
+ color: "#718890"
3605
+ }
3606
+ },
3607
+ tooltip: {
3608
+ backgroundColor: "#f6f6fb",
3609
+ color: "#50606C"
3610
+ }
3611
+ }
3612
+ },
3613
+ table: {
3614
+ th: {
3615
+ backgroundColor: "#f6f6fb",
3616
+ color: "#50606C"
3617
+ },
3618
+ td: {
3619
+ backgroundColor: "#f6f6fb",
3620
+ color: "#50606C"
3621
+ }
3622
+ }
3623
+ }
3624
+ }, E = {
3625
+ default: {},
3626
+ hack: {
3627
+ style: {
3628
+ chart: {
3629
+ backgroundColor: "#1A1A1A",
3630
+ color: "#99AA99",
3631
+ layout: {
3632
+ arcs: {
3633
+ gradient: {
3634
+ color: "#1A1A1A"
3635
+ }
3636
+ }
3637
+ },
3638
+ legend: {
3639
+ backgroundColor: "#1A1A1A",
3640
+ color: "#99AA99"
3641
+ },
3642
+ title: {
3643
+ color: "#66CC66",
3644
+ subtitle: {
3645
+ color: "#99AA99"
3646
+ }
3647
+ },
3648
+ tooltip: {
3649
+ backgroundColor: "#2A2F2A",
3650
+ color: "#AACCAA",
3651
+ borderColor: "#66CC66"
3652
+ }
3653
+ }
3654
+ },
3655
+ table: {
3656
+ th: {
3657
+ backgroundColor: "#1A1A1A",
3658
+ color: "#99AA99"
3659
+ },
3660
+ td: {
3661
+ backgroundColor: "#1A1A1A",
3662
+ color: "#AACCAA"
3663
+ }
3664
+ }
3665
+ },
3666
+ zen: {
3667
+ style: {
3668
+ chart: {
3669
+ backgroundColor: "#fbfafa",
3670
+ color: "#8A9892",
3671
+ layout: {
3672
+ arcs: {
3673
+ gradient: {
3674
+ color: "#fbfafa"
3675
+ }
3676
+ }
3677
+ },
3678
+ legend: {
3679
+ backgroundColor: "#fbfafa",
3680
+ color: "#99AA99"
3681
+ },
3682
+ title: {
3683
+ color: "#8A9892",
3684
+ subtitle: {
3685
+ color: "#99AA99"
3686
+ }
3687
+ },
3688
+ tooltip: {
3689
+ backgroundColor: "#fbfafa",
3690
+ color: "#8A9892"
3691
+ }
3692
+ }
3693
+ },
3694
+ table: {
3695
+ th: {
3696
+ backgroundColor: "#fbfafa",
3697
+ color: "#8F837A"
3698
+ },
3699
+ td: {
3700
+ backgroundColor: "#fbfafa",
3701
+ color: "#8F837A"
3702
+ }
3703
+ }
3704
+ },
3705
+ concrete: {
3706
+ style: {
3707
+ chart: {
3708
+ backgroundColor: "#f6f6fb",
3709
+ color: "#50606C",
3710
+ layout: {
3711
+ arcs: {
3712
+ gradient: {
3713
+ show: !1
3714
+ }
3715
+ }
3716
+ },
3717
+ legend: {
3718
+ backgroundColor: "#f6f6fb",
3719
+ color: "#61747E"
3720
+ },
3721
+ title: {
3722
+ color: "#50606C",
3723
+ subtitle: {
3724
+ color: "#718890"
3725
+ }
3726
+ },
3727
+ tooltip: {
3728
+ backgroundColor: "#f6f6fb",
3729
+ color: "#50606C"
3730
+ }
3731
+ }
3732
+ },
3733
+ table: {
3734
+ th: {
3735
+ backgroundColor: "#f6f6fb",
3736
+ color: "#50606C"
3737
+ },
3738
+ td: {
3739
+ backgroundColor: "#f6f6fb",
3740
+ color: "#50606C"
3741
+ }
3742
+ }
3743
+ }
3744
+ }, B = {
3745
+ default: {},
3746
+ hack: {
3747
+ style: {
3748
+ chart: {
3749
+ backgroundColor: "#1A1A1A",
3750
+ color: "#99AA99",
3751
+ grid: {
3752
+ stroke: "#5F6A5F",
3753
+ horizontalGrid: {
3754
+ show: !1
3755
+ },
3756
+ verticalGrid: {
3757
+ show: !1
3758
+ }
3759
+ },
3760
+ plots: {
3761
+ stroke: "#00FF00"
3762
+ },
3763
+ labels: {
3764
+ bestPlotLabel: {
3765
+ color: "#AACCAA"
3766
+ },
3767
+ axis: {
3768
+ color: "#99CC99"
3769
+ },
3770
+ xAxisLabels: {
3771
+ color: "#99CC99"
3772
+ },
3773
+ yAxisLabels: {
3774
+ color: "#99CC99"
3775
+ }
3776
+ },
3777
+ title: {
3778
+ color: "#66CC66",
3779
+ subtitle: {
3780
+ color: "#99AA99"
3781
+ }
3782
+ },
3783
+ tooltip: {
3784
+ backgroundColor: "#2A2F2A",
3785
+ color: "#AACCAA",
3786
+ borderColor: "#66CC66"
3787
+ }
3788
+ }
3789
+ },
3790
+ table: {
3791
+ th: {
3792
+ backgroundColor: "#1A1A1A",
3793
+ color: "#99AA99"
3794
+ },
3795
+ td: {
3796
+ backgroundColor: "#1A1A1A",
3797
+ color: "#AACCAA"
3798
+ }
3799
+ }
3800
+ },
3801
+ zen: {
3802
+ style: {
3803
+ chart: {
3804
+ backgroundColor: "#fbfafa",
3805
+ color: "#8A9892",
3806
+ grid: {
3807
+ show: !1,
3808
+ horizontalGrid: {
3809
+ show: !1
3810
+ },
3811
+ verticalGrid: {
3812
+ show: !1
3813
+ }
3814
+ },
3815
+ plots: {
3816
+ stroke: "#fbfafa"
3817
+ },
3818
+ labels: {
3819
+ bestPlotLabel: {
3820
+ color: "#A0AC94"
3821
+ },
3822
+ axis: {
3823
+ color: "#A0AC94"
3824
+ },
3825
+ xAxisLabels: {
3826
+ color: "#A0AC94"
3827
+ },
3828
+ yAxisLabels: {
3829
+ show: !1,
3830
+ color: "#A0AC94"
3831
+ }
3832
+ },
3833
+ title: {
3834
+ color: "#8A9892",
3835
+ subtitle: {
3836
+ color: "#99AA99"
3837
+ }
3838
+ },
3839
+ tooltip: {
3840
+ backgroundColor: "#fbfafa",
3841
+ color: "#8A9892"
3842
+ }
3843
+ }
3844
+ },
3845
+ table: {
3846
+ th: {
3847
+ backgroundColor: "#fbfafa",
3848
+ color: "#8F837A"
3849
+ },
3850
+ td: {
3851
+ backgroundColor: "#fbfafa",
3852
+ color: "#8F837A"
3853
+ }
3854
+ }
3855
+ },
3856
+ concrete: {
3857
+ style: {
3858
+ chart: {
3859
+ backgroundColor: "#f6f6fb",
3860
+ color: "#50606C",
3861
+ grid: {
3862
+ stroke: "#829C98",
3863
+ horizontalGrid: {
3864
+ stroke: "#829C98"
3865
+ },
3866
+ verticalGrid: {
3867
+ stroke: "#829C98"
3868
+ }
3869
+ },
3870
+ plots: {
3871
+ stroke: "#404C5A"
3872
+ },
3873
+ labels: {
3874
+ bestPlotLabel: {
3875
+ color: "#61747E"
3876
+ },
3877
+ axis: {
3878
+ color: "#61747E"
3879
+ },
3880
+ xAxisLabels: {
3881
+ color: "#61747E"
3882
+ },
3883
+ yAxisLabels: {
3884
+ color: "#61747E"
3885
+ }
3886
+ },
3887
+ title: {
3888
+ color: "#50606C",
3889
+ subtitle: {
3890
+ color: "#718890"
3891
+ }
3892
+ },
3893
+ tooltip: {
3894
+ backgroundColor: "#f6f6fb",
3895
+ color: "#50606C"
3896
+ }
3897
+ }
3898
+ },
3899
+ table: {
3900
+ th: {
3901
+ backgroundColor: "#f6f6fb",
3902
+ color: "#50606C"
3903
+ },
3904
+ td: {
3905
+ backgroundColor: "#f6f6fb",
3906
+ color: "#50606C"
3907
+ }
3908
+ }
3909
+ }
3910
+ }, L = {
3911
+ default: {},
3912
+ hack: {
3913
+ style: {
3914
+ chart: {
3915
+ backgroundColor: "#1A1A1A",
3916
+ color: "#99AA99",
3917
+ plots: {
3918
+ startColor: "#008000",
3919
+ endColor: "#00FF00",
3920
+ stroke: "#1A1A1A"
3921
+ },
3922
+ grid: {
3923
+ horizontalGrid: {
3924
+ stroke: "#5F6A5F"
3925
+ },
3926
+ verticalGrid: {
3927
+ stroke: "#5F6A5F"
3928
+ }
3929
+ },
3930
+ labels: {
3931
+ yAxisLabels: {
3932
+ color: "#99CC99"
3933
+ },
3934
+ xAxisLabels: {
3935
+ color: "#99CC99"
3936
+ }
3937
+ },
3938
+ legend: {
3939
+ backgroundColor: "#1A1A1A",
3940
+ color: "#99AA99"
3941
+ },
3942
+ title: {
3943
+ color: "#66CC66",
3944
+ subtitle: {
3945
+ color: "#99AA99"
3946
+ }
3947
+ }
3948
+ }
3949
+ },
3950
+ table: {
3951
+ th: {
3952
+ backgroundColor: "#1A1A1A",
3953
+ color: "#99AA99"
3954
+ },
3955
+ td: {
3956
+ backgroundColor: "#1A1A1A",
3957
+ color: "#AACCAA"
3958
+ }
3959
+ }
3960
+ },
3961
+ zen: {
3962
+ style: {
3963
+ chart: {
3964
+ backgroundColor: "#fbfafa",
3965
+ color: "#8A9892",
3966
+ plots: {
3967
+ startColor: "#DCB482",
3968
+ endColor: "#B9B99D",
3969
+ stroke: "#fbfafa"
3970
+ },
3971
+ grid: {
3972
+ horizontalGrid: {
3973
+ show: !1
3974
+ },
3975
+ verticalGrid: {
3976
+ show: !1
3977
+ }
3978
+ },
3979
+ labels: {
3980
+ yAxisLabels: {
3981
+ color: "#8A9892"
3982
+ },
3983
+ xAxisLabels: {
3984
+ show: !1
3985
+ }
3986
+ },
3987
+ legend: {
3988
+ backgroundColor: "#fbfafa",
3989
+ color: "#99AA99"
3990
+ },
3991
+ title: {
3992
+ color: "#8A9892",
3993
+ subtitle: {
3994
+ color: "#99AA99"
3995
+ }
3996
+ }
3997
+ }
3998
+ },
3999
+ table: {
4000
+ th: {
4001
+ backgroundColor: "#fbfafa",
4002
+ color: "#8F837A"
4003
+ },
4004
+ td: {
4005
+ backgroundColor: "#fbfafa",
4006
+ color: "#8F837A"
4007
+ }
4008
+ }
4009
+ },
4010
+ concrete: {
4011
+ style: {
4012
+ chart: {
4013
+ backgroundColor: "#f6f6fb",
4014
+ color: "#50606C",
4015
+ plots: {
4016
+ startColor: "#718885",
4017
+ endColor: "#7DA9B5",
4018
+ stroke: "#404C5A"
4019
+ },
4020
+ grid: {
4021
+ horizontalGrid: {
4022
+ stroke: "#829C98"
4023
+ },
4024
+ verticalGrid: {
4025
+ stroke: "#829C98"
4026
+ }
4027
+ },
4028
+ labels: {
4029
+ yAxisLabels: {
4030
+ color: "#61747E"
4031
+ },
4032
+ xAxisLabels: {
4033
+ color: "#61747E"
4034
+ }
4035
+ },
4036
+ legend: {
4037
+ backgroundColor: "#f6f6fb",
4038
+ color: "#61747E"
4039
+ },
4040
+ title: {
4041
+ color: "#50606C",
4042
+ subtitle: {
4043
+ color: "#718890"
4044
+ }
4045
+ }
4046
+ }
4047
+ },
4048
+ table: {
4049
+ th: {
4050
+ backgroundColor: "#f6f6fb",
4051
+ color: "#50606C"
4052
+ },
4053
+ td: {
4054
+ backgroundColor: "#f6f6fb",
4055
+ color: "#50606C"
4056
+ }
4057
+ }
4058
+ }
4059
+ }, m = {
4060
+ default: {},
4061
+ hack: {
4062
+ style: {
4063
+ backgroundColor: "#1A1A1A",
4064
+ line: {
4065
+ color: "#66CC66"
4066
+ },
4067
+ bar: {
4068
+ color: "#66CC66",
4069
+ borderRadius: 0
4070
+ },
4071
+ zeroLine: {
4072
+ color: "#5F6A5F"
4073
+ },
4074
+ plot: {
4075
+ stroke: "#1A1A1A"
4076
+ },
4077
+ verticalIndicator: {
4078
+ color: "#66CC66"
4079
+ },
4080
+ dataLabel: {
4081
+ color: "#AACCAA"
4082
+ },
4083
+ title: {
4084
+ color: "#66CC66"
4085
+ },
4086
+ area: {
4087
+ color: "#66CC66"
4088
+ }
4089
+ }
4090
+ },
4091
+ zen: {
4092
+ style: {
4093
+ backgroundColor: "#fbfafa",
4094
+ line: {
4095
+ color: "#B9B99D",
4096
+ smooth: !0
4097
+ },
4098
+ bar: {
4099
+ color: "#B9B99D",
4100
+ borderRadius: 3
4101
+ },
4102
+ zeroLine: {
4103
+ strokeWidth: 0
4104
+ },
4105
+ plot: {
4106
+ stroke: "#fbfafa"
4107
+ },
4108
+ verticalIndicator: {
4109
+ color: "#B9B99D"
4110
+ },
4111
+ dataLabel: {
4112
+ color: "#A0AC94"
4113
+ },
4114
+ title: {
4115
+ color: "#8A9892"
4116
+ },
4117
+ area: {
4118
+ color: "#B9B99D"
4119
+ }
4120
+ }
4121
+ },
4122
+ concrete: {
4123
+ style: {
4124
+ backgroundColor: "#f6f6fb",
4125
+ line: {
4126
+ color: "#4A6A75"
4127
+ },
4128
+ bar: {
4129
+ color: "#4A6A75",
4130
+ borderRadius: 0
4131
+ },
4132
+ zeroLine: {
4133
+ color: "#9FA9BE"
4134
+ },
4135
+ plot: {
4136
+ stroke: "#f6f6fb"
4137
+ },
4138
+ verticalIndicator: {
4139
+ color: "#4A6A75"
4140
+ },
4141
+ dataLabel: {
4142
+ color: "#61747E"
4143
+ },
4144
+ title: {
4145
+ color: "#50606C"
4146
+ },
4147
+ area: {
4148
+ color: "#4A6A75"
4149
+ }
4150
+ }
4151
+ }
4152
+ }, D = {
4153
+ default: {},
4154
+ hack: {
4155
+ style: {
4156
+ backgroundColor: "#1A1A1A",
4157
+ gutter: {
4158
+ backgroundColor: "#333333"
4159
+ },
4160
+ bar: {
4161
+ gradient: {
4162
+ underlayerColor: "#1A1A1A"
4163
+ }
4164
+ },
4165
+ labels: {
4166
+ name: {
4167
+ color: "#99CC99"
4168
+ }
4169
+ },
4170
+ title: {
4171
+ color: "#66CC66"
4172
+ }
4173
+ }
4174
+ },
4175
+ zen: {
4176
+ style: {
4177
+ backgroundColor: "#fbfafa",
4178
+ gutter: {
4179
+ backgroundColor: "#f5f0eb"
4180
+ },
4181
+ bar: {
4182
+ gradient: {
4183
+ underlayerColor: "#fbfafa"
4184
+ }
4185
+ },
4186
+ labels: {
4187
+ name: {
4188
+ color: "#8A9892"
4189
+ }
4190
+ }
4191
+ }
4192
+ },
4193
+ concrete: {
4194
+ style: {
4195
+ backgroundColor: "#f6f6fb",
4196
+ bar: {
4197
+ gradient: {
4198
+ underlayerColor: "#f6f6fb"
4199
+ }
4200
+ },
4201
+ labels: {
4202
+ name: {
4203
+ color: "#50606C"
4204
+ }
4205
+ }
4206
+ }
4207
+ }
4208
+ }, z = {
4209
+ default: {},
4210
+ hack: {
4211
+ style: {
4212
+ backgroundColor: "#1A1A1A",
4213
+ bar: {
4214
+ gradient: {
4215
+ underlayerColor: "#1A1A1A"
4216
+ }
4217
+ },
4218
+ legend: {
4219
+ name: {
4220
+ color: "#99AA99"
4221
+ },
4222
+ value: {
4223
+ color: "#AACCAA"
4224
+ },
4225
+ percentage: {
4226
+ color: "#99CC99"
4227
+ }
4228
+ },
4229
+ title: {
4230
+ color: "#66CC66",
4231
+ subtitle: {
4232
+ color: "#99AA99"
4233
+ }
4234
+ }
4235
+ }
4236
+ },
4237
+ zen: {
4238
+ style: {
4239
+ backgroundColor: "#fbfafa",
4240
+ bar: {
4241
+ gradient: {
4242
+ underlayerColor: "#fbfafa"
4243
+ }
4244
+ },
4245
+ legend: {
4246
+ name: {
4247
+ color: "#8A9892"
4248
+ },
4249
+ value: {
4250
+ color: "#A0AC94"
4251
+ },
4252
+ percentage: {
4253
+ color: "#8A9892"
4254
+ }
4255
+ },
4256
+ title: {
4257
+ color: "#8A9892",
4258
+ subtitle: {
4259
+ color: "#99AA99"
4260
+ }
4261
+ }
4262
+ }
4263
+ },
4264
+ concrete: {
4265
+ style: {
4266
+ backgroundColor: "#f6f6fb",
4267
+ bar: {
4268
+ gradient: {
4269
+ underlayerColor: "#f6f6fb"
4270
+ }
4271
+ },
4272
+ legend: {
4273
+ name: {
4274
+ color: "#50606C"
4275
+ },
4276
+ value: {
4277
+ color: "#8A9892"
4278
+ },
4279
+ percentage: {
4280
+ color: "#61747E"
4281
+ }
4282
+ },
4283
+ title: {
4284
+ color: "#50606C",
4285
+ subtitle: {
4286
+ color: "#718890"
4287
+ }
4288
+ }
4289
+ }
4290
+ }
4291
+ }, w = {
4292
+ default: {},
4293
+ hack: {
4294
+ style: {
4295
+ backgroundColor: "#1A1A1A",
4296
+ bars: {
4297
+ colors: {
4298
+ positive: "#66CC66"
4299
+ }
4300
+ },
4301
+ labels: {
4302
+ value: {
4303
+ color: "#AACCAA"
4304
+ },
4305
+ valueLabel: {
4306
+ color: "#99CC99"
4307
+ },
4308
+ timeLabel: {
4309
+ color: "#99AA99"
4310
+ }
4311
+ },
4312
+ selector: {
4313
+ stroke: "#00FF00"
4314
+ },
4315
+ title: {
4316
+ color: "#66CC66",
4317
+ subtitle: {
4318
+ color: "#99AA99"
4319
+ }
4320
+ }
4321
+ }
4322
+ },
4323
+ zen: {
4324
+ style: {
4325
+ backgroundColor: "#fbfafa",
4326
+ bars: {
4327
+ colors: {
4328
+ positive: "#B9B99D",
4329
+ negative: "#C09E85"
4330
+ }
4331
+ },
4332
+ labels: {
4333
+ value: {
4334
+ color: "#A0AC94"
4335
+ },
4336
+ valueLabel: {
4337
+ color: "#A0AC94"
4338
+ },
4339
+ timeLabel: {
4340
+ color: "#8A9892"
4341
+ }
4342
+ },
4343
+ selector: {
4344
+ stroke: "#BBC4D3"
4345
+ },
4346
+ title: {
4347
+ color: "#8A9892",
4348
+ subtitle: {
4349
+ color: "#99AA99"
4350
+ }
4351
+ }
4352
+ }
4353
+ },
4354
+ concrete: {
4355
+ style: {
4356
+ backgroundColor: "#f6f6fb",
4357
+ bars: {
4358
+ colors: {
4359
+ positive: "#4A6A75"
4360
+ }
4361
+ },
4362
+ labels: {
4363
+ value: {
4364
+ color: "#61747E"
4365
+ },
4366
+ valueLabel: {
4367
+ color: "#8A9892"
4368
+ },
4369
+ timeLabel: {
4370
+ color: "#50606C"
4371
+ }
4372
+ },
4373
+ selector: {
4374
+ stroke: "#404C4D"
4375
+ },
4376
+ title: {
4377
+ color: "#50606C",
4378
+ subtitle: {
4379
+ color: "#718890"
4380
+ }
4381
+ }
4382
+ }
4383
+ }
4384
+ }, G = {
4385
+ default: {},
4386
+ hack: {
4387
+ style: {
4388
+ background: "#1A1A1A",
4389
+ title: {
4390
+ color: "#66CC66"
4391
+ },
4392
+ dataLabel: {
4393
+ color: "#AACCAA"
4394
+ },
4395
+ colors: {
4396
+ min: "#334C33",
4397
+ max: "#33CC33"
4398
+ },
4399
+ track: {
4400
+ color: "#33CC33"
4401
+ },
4402
+ gutter: {
4403
+ color: "#333333"
4404
+ }
4405
+ }
4406
+ },
4407
+ zen: {
4408
+ style: {
4409
+ background: "#fbfafa",
4410
+ title: {
4411
+ color: "#8A9892"
4412
+ },
4413
+ dataLabel: {
4414
+ color: "#A0AC94"
4415
+ },
4416
+ colors: {
4417
+ min: "#C09E85",
4418
+ max: "#B9B99D"
4419
+ },
4420
+ track: {
4421
+ color: "#B9B99D"
4422
+ },
4423
+ gutter: {
4424
+ color: "#f5f0eb"
4425
+ }
4426
+ }
4427
+ },
4428
+ concrete: {
4429
+ style: {
4430
+ background: "#f6f6fb",
4431
+ title: {
4432
+ color: "#50606C"
4433
+ },
4434
+ dataLabel: {
4435
+ color: "#61747E"
4436
+ },
4437
+ colors: {
4438
+ min: "#92B0AB",
4439
+ max: "#4A6A75"
4440
+ },
4441
+ track: {
4442
+ color: "#4A6A75"
4443
+ },
4444
+ gutter: {
4445
+ color: "#e1e5e8"
4446
+ }
4447
+ }
4448
+ }
4449
+ }, R = {
4450
+ default: {},
4451
+ hack: {
4452
+ style: {
4453
+ backgroundColor: "#1A1A1A",
4454
+ line: {
4455
+ stroke: "#00FF00",
4456
+ smooth: !1
4457
+ },
4458
+ dataLabel: {
4459
+ color: "#AACCAA"
4460
+ },
4461
+ trendLabel: {
4462
+ color: "#99CC99"
4463
+ },
4464
+ arrow: {
4465
+ colors: {
4466
+ positive: "#66CC66",
4467
+ negative: "#196619"
4468
+ }
4469
+ }
4470
+ }
4471
+ },
4472
+ zen: {
4473
+ style: {
4474
+ backgroundColor: "#fbfafa",
4475
+ line: {
4476
+ stroke: "#B9B99D"
4477
+ },
4478
+ dataLabel: {
4479
+ color: "#8A9892"
4480
+ },
4481
+ trendLabel: {
4482
+ color: "#99CC99"
4483
+ },
4484
+ arrow: {
4485
+ colors: {
4486
+ positive: "#B9B99D",
4487
+ negative: "#C09E85",
4488
+ neutral: "#A5AFC1"
4489
+ }
4490
+ }
4491
+ }
4492
+ },
4493
+ concrete: {
4494
+ style: {
4495
+ backgroundColor: "#f6f6fb",
4496
+ line: {
4497
+ stroke: "#4A6A75"
4498
+ },
4499
+ dataLabel: {
4500
+ color: "#61747E"
4501
+ },
4502
+ trendLabel: {
4503
+ color: "#8A9892"
4504
+ },
4505
+ arrow: {
4506
+ colors: {
4507
+ positive: "#4A6A75",
4508
+ negative: "#C09E85",
4509
+ neutral: "#ABB1BC"
4510
+ }
4511
+ }
4512
+ }
4513
+ }
4514
+ }, H = {
4515
+ default: {},
4516
+ hack: {
4517
+ backgroundColor: "#1A1A1A",
4518
+ color: "#99AA99",
4519
+ xyAxisStroke: "#5F6A5F",
4520
+ xyGridStroke: "#333333",
4521
+ xyHighlighterColor: "#66CC66",
4522
+ zoomColor: "#5F6A5F",
4523
+ zoomHighlightColor: "#66CC66",
4524
+ tooltipBorderColor: "#66CC66"
4525
+ },
4526
+ zen: {
4527
+ backgroundColor: "#fbfafa",
4528
+ color: "#8A9892",
4529
+ xyAxisStroke: "transparent",
4530
+ xyGridStroke: "transparent",
4531
+ xyHighlighterColor: "#8F837A",
4532
+ zoomColor: "#E0CFC3",
4533
+ zoomHighlightColor: "#8F837A"
4534
+ },
4535
+ concrete: {
4536
+ backgroundColor: "#f6f6fb",
4537
+ color: "#50606C",
4538
+ xyAxisStroke: "#829C98",
4539
+ xyGridStroke: "#CCD6D3",
4540
+ xyHighlighterColor: "#7DA9B5",
4541
+ zoomColor: "#92B0AB",
4542
+ zoomHighlightColor: "#50606C"
4543
+ }
4544
+ }, W = {
4545
+ default: {},
4546
+ hack: {
4547
+ style: {
4548
+ chart: {
4549
+ backgroundColor: "#1A1A1A",
4550
+ color: "#99AA99",
4551
+ bar: {
4552
+ color: "#66CC66"
4553
+ },
4554
+ box: {
4555
+ stroke: "#333333"
4556
+ },
4557
+ title: {
4558
+ color: "#66CC66",
4559
+ subtitle: {
4560
+ color: "#99AA99"
4561
+ }
4562
+ },
4563
+ legend: {
4564
+ color: "#99AA99"
4565
+ },
4566
+ dataLabel: {
4567
+ color: "#AACCAA"
4568
+ }
4569
+ }
4570
+ },
4571
+ table: {
4572
+ th: {
4573
+ backgroundColor: "#1A1A1A",
4574
+ color: "#99AA99"
4575
+ },
4576
+ td: {
4577
+ backgroundColor: "#1A1A1A",
4578
+ color: "#AACCAA"
4579
+ }
4580
+ }
4581
+ },
4582
+ zen: {
4583
+ style: {
4584
+ chart: {
4585
+ backgroundColor: "#fbfafa",
4586
+ color: "#8A9892",
4587
+ bar: {
4588
+ color: "#B9B99D"
4589
+ },
4590
+ box: {
4591
+ stroke: "#DCDFE7"
4592
+ },
4593
+ title: {
4594
+ color: "#8A9892",
4595
+ subtitle: {
4596
+ color: "#99AA99"
4597
+ }
4598
+ },
4599
+ legend: {
4600
+ color: "#99AA99"
4601
+ },
4602
+ dataLabel: {
4603
+ color: "#A0AC94"
4604
+ }
4605
+ }
4606
+ },
4607
+ table: {
4608
+ th: {
4609
+ backgroundColor: "#fbfafa",
4610
+ color: "#8F837A"
4611
+ },
4612
+ td: {
4613
+ backgroundColor: "#fbfafa",
4614
+ color: "#8F837A"
4615
+ }
4616
+ }
4617
+ },
4618
+ concrete: {
4619
+ style: {
4620
+ chart: {
4621
+ backgroundColor: "#f6f6fb",
4622
+ color: "#50606C",
4623
+ bar: {
4624
+ color: "#4A6A75"
4625
+ },
4626
+ box: {
4627
+ stroke: "#DEE1DE"
4628
+ },
4629
+ title: {
4630
+ color: "#50606C",
4631
+ subtitle: {
4632
+ color: "#718890"
4633
+ }
4634
+ },
4635
+ legend: {
4636
+ color: "#61747E"
4637
+ },
4638
+ dataLabel: {
4639
+ color: "#61747E"
4640
+ }
4641
+ }
4642
+ },
4643
+ table: {
4644
+ th: {
4645
+ backgroundColor: "#f6f6fb",
4646
+ color: "#50606C"
4647
+ },
4648
+ td: {
4649
+ backgroundColor: "#f6f6fb",
4650
+ color: "#50606C"
4651
+ }
4652
+ }
4653
+ }
4654
+ }, P = {
4655
+ default: {},
4656
+ hack: {
4657
+ title: {
4658
+ backgroundColor: "#1A1A1A",
4659
+ color: "#66CC66",
4660
+ subtitle: {
4661
+ color: "#99AA99"
4662
+ }
4663
+ },
4664
+ thead: {
4665
+ backgroundColor: "#1A1A1A",
4666
+ color: "#99AA99"
4667
+ },
4668
+ tbody: {
4669
+ backgroundColor: "#1A1A1A",
4670
+ color: "#99AA99"
4671
+ }
4672
+ },
4673
+ zen: {
4674
+ title: {
4675
+ backgroundColor: "#fbfafa",
4676
+ color: "#8A9892",
4677
+ subtitle: {
4678
+ color: "#99AA99"
4679
+ }
4680
+ },
4681
+ thead: {
4682
+ backgroundColor: "#fbfafa",
4683
+ color: "#8A9892"
4684
+ },
4685
+ tbody: {
4686
+ backgroundColor: "#fbfafa",
4687
+ color: "#A0AC94"
4688
+ }
4689
+ },
4690
+ concrete: {
4691
+ title: {
4692
+ backgroundColor: "#f6f6fb",
4693
+ color: "#50606C",
4694
+ subtitle: {
4695
+ color: "#718890"
4696
+ }
4697
+ },
4698
+ thead: {
4699
+ backgroundColor: "#f6f6fb",
4700
+ color: "#50606C"
4701
+ },
4702
+ tbody: {
4703
+ backgroundColor: "#f6f6fb",
4704
+ color: "#50606C"
4705
+ }
4706
+ }
4707
+ }, I = {
4708
+ default: {},
4709
+ hack: {
4710
+ style: {
4711
+ backgroundColor: "#1A1A1A",
4712
+ color: "#99AA99",
4713
+ heatmapColors: {
4714
+ min: "#333333",
4715
+ max: "#66CC66"
4716
+ }
4717
+ },
4718
+ table: {
4719
+ head: {
4720
+ backgroundColor: "#1A1A1A",
4721
+ color: "#99AA99"
4722
+ }
4723
+ }
4724
+ },
4725
+ zen: {
4726
+ style: {
4727
+ backgroundColor: "#fbfafa",
4728
+ color: "#8A9892",
4729
+ heatmapColors: {
4730
+ max: "#C09E85",
4731
+ min: "#DCDFE7"
4732
+ }
4733
+ },
4734
+ table: {
4735
+ head: {
4736
+ backgroundColor: "#fbfafa",
4737
+ color: "#8A9892"
4738
+ }
4739
+ }
4740
+ },
4741
+ concrete: {
4742
+ style: {
4743
+ backgroundColor: "#f6f6fb",
4744
+ color: "#50606C",
4745
+ heatmapColors: {
4746
+ max: "#4A6A75",
4747
+ min: "#EFECEC"
4748
+ }
4749
+ },
4750
+ table: {
4751
+ head: {
4752
+ backgroundColor: "#f6f6fb",
4753
+ color: "#50606C"
4754
+ }
4755
+ }
4756
+ }
4757
+ }, S = {
4758
+ default: {},
4759
+ hack: {
4760
+ style: {
4761
+ chart: {
4762
+ backgroundColor: "#1A1A1A",
4763
+ color: "#99AA99",
4764
+ title: {
4765
+ color: "#66CC66",
4766
+ subtitle: {
4767
+ color: "#99AA99"
4768
+ }
4769
+ }
4770
+ }
4771
+ },
4772
+ table: {
4773
+ th: {
4774
+ backgroundColor: "#1A1A1A",
4775
+ color: "#99AA99"
4776
+ },
4777
+ td: {
4778
+ backgroundColor: "#1A1A1A",
4779
+ color: "#AACCAA"
4780
+ }
4781
+ }
4782
+ },
4783
+ zen: {
4784
+ style: {
4785
+ chart: {
4786
+ backgroundColor: "#fbfafa",
4787
+ color: "#8A9892",
4788
+ title: {
4789
+ color: "#8A9892",
4790
+ subtitle: {
4791
+ color: "#99AA99"
4792
+ }
4793
+ }
4794
+ }
4795
+ },
4796
+ table: {
4797
+ th: {
4798
+ backgroundColor: "#fbfafa",
4799
+ color: "#8F837A"
4800
+ },
4801
+ td: {
4802
+ backgroundColor: "#fbfafa",
4803
+ color: "#8F837A"
4804
+ }
4805
+ }
4806
+ },
4807
+ concrete: {
4808
+ style: {
4809
+ chart: {
4810
+ backgroundColor: "#f6f6fb",
4811
+ color: "#50606C",
4812
+ title: {
4813
+ color: "#50606C",
4814
+ subtitle: {
4815
+ color: "#718890"
4816
+ }
4817
+ }
4818
+ }
4819
+ },
4820
+ table: {
4821
+ th: {
4822
+ backgroundColor: "#f6f6fb",
4823
+ color: "#50606C"
4824
+ },
4825
+ td: {
4826
+ backgroundColor: "#f6f6fb",
4827
+ color: "#50606C"
4828
+ }
4829
+ }
4830
+ }
4831
+ }, T = {
4832
+ default: {},
4833
+ hack: {
4834
+ style: {
4835
+ chart: {
4836
+ backgroundColor: "#1A1A1A",
4837
+ color: "#99AA99",
4838
+ title: {
4839
+ color: "#66CC66",
4840
+ subtitle: {
4841
+ color: "#99AA99"
4842
+ }
4843
+ },
4844
+ nodes: {
4845
+ stroke: "#1A1A1A"
4846
+ },
4847
+ links: {
4848
+ stroke: "#1A1A1A"
4849
+ }
4850
+ }
4851
+ },
4852
+ table: {
4853
+ th: {
4854
+ backgroundColor: "#1A1A1A",
4855
+ color: "#99AA99"
4856
+ },
4857
+ td: {
4858
+ backgroundColor: "#1A1A1A",
4859
+ color: "#AACCAA"
4860
+ }
4861
+ }
4862
+ },
4863
+ zen: {
4864
+ style: {
4865
+ chart: {
4866
+ backgroundColor: "#fbfafa",
4867
+ color: "#8A9892",
4868
+ title: {
4869
+ color: "#8A9892",
4870
+ subtitle: {
4871
+ color: "#99AA99"
4872
+ }
4873
+ },
4874
+ nodes: {
4875
+ stroke: "#fbfafa"
4876
+ },
4877
+ links: {
4878
+ stroke: "#fbfafa"
4879
+ }
4880
+ }
4881
+ },
4882
+ table: {
4883
+ th: {
4884
+ backgroundColor: "#fbfafa",
4885
+ color: "#8F837A"
4886
+ },
4887
+ td: {
4888
+ backgroundColor: "#fbfafa",
4889
+ color: "#8F837A"
4890
+ }
4891
+ }
4892
+ },
4893
+ concrete: {
4894
+ style: {
4895
+ chart: {
4896
+ backgroundColor: "#f6f6fb",
4897
+ color: "#50606C",
4898
+ title: {
4899
+ color: "#50606C",
4900
+ subtitle: {
4901
+ color: "#718890"
4902
+ }
4903
+ },
4904
+ nodes: {
4905
+ stroke: "#f6f6fb"
4906
+ },
4907
+ links: {
4908
+ stroke: "#f6f6fb"
4909
+ }
4910
+ }
4911
+ },
4912
+ table: {
4913
+ th: {
4914
+ backgroundColor: "#f6f6fb",
4915
+ color: "#50606C"
4916
+ },
4917
+ td: {
4918
+ backgroundColor: "#f6f6fb",
4919
+ color: "#50606C"
4920
+ }
4921
+ }
4922
+ }
4923
+ }, q = {
4924
+ vue_ui_xy: o,
4925
+ vue_ui_parallel_coordinate_plot: r,
4926
+ vue_ui_xy_canvas: l,
4927
+ vue_ui_donut: t,
4928
+ vue_ui_treemap: a,
4929
+ vue_ui_waffle: e,
4930
+ vue_ui_radar: c,
4931
+ vue_ui_quadrant: A,
4932
+ vue_ui_gauge: C,
4933
+ vue_ui_wheel: b,
4934
+ vue_ui_tiremarks: f,
4935
+ vue_ui_chestnut: s,
4936
+ vue_ui_onion: u,
4937
+ vue_ui_vertical_bar: d,
4938
+ vue_ui_heatmap: n,
4939
+ vue_ui_scatter: i,
4940
+ vue_ui_candlestick: g,
4941
+ vue_ui_age_pyramid: k,
4942
+ vue_ui_relation_circle: h,
4943
+ vue_ui_thermometer: y,
4944
+ vue_ui_rings: _,
4945
+ vue_ui_donut_evolution: F,
4946
+ vue_ui_mood_radar: p,
4947
+ vue_ui_molecule: v,
4948
+ vue_ui_nested_donuts: x,
4949
+ vue_ui_galaxy: E,
4950
+ vue_ui_strip_plot: B,
4951
+ vue_ui_dumbbell: L,
4952
+ vue_ui_sparkline: m,
4953
+ vue_ui_sparkbar: D,
4954
+ vue_ui_sparkstackbar: z,
4955
+ vue_ui_sparkhistogram: w,
4956
+ vue_ui_sparkgauge: G,
4957
+ vue_ui_spark_trend: R,
4958
+ vue_ui_quick_chart: H,
4959
+ vue_ui_3d_bar: W,
4960
+ vue_ui_table_sparkline: P,
4961
+ vue_ui_table_heatmap: I,
4962
+ vue_ui_word_cloud: S,
4963
+ vue_ui_flow: T
4964
+ };
4965
+ export {
4966
+ q as t
4967
+ };