@carbon/charts 0.53.5 → 0.54.0

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 (107) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/build/demo/data/CHART_TYPES.d.ts +5 -0
  3. package/build/demo/data/heatmap.d.ts +96 -0
  4. package/build/demo/data/index.d.ts +1 -0
  5. package/build/src/charts/heatmap.d.ts +10 -0
  6. package/build/src/charts/index.d.ts +1 -0
  7. package/build/src/components/axes/axis.d.ts +7 -1
  8. package/build/src/components/axes/hover-axis.d.ts +10 -0
  9. package/build/src/components/essentials/color-scale-legend.d.ts +11 -0
  10. package/build/src/components/graphs/heatmap.d.ts +25 -0
  11. package/build/src/components/index.d.ts +2 -0
  12. package/build/src/configuration-non-customizable.d.ts +12 -0
  13. package/build/src/configuration.d.ts +2 -1
  14. package/build/src/interfaces/charts.d.ts +35 -2
  15. package/build/src/interfaces/enums.d.ts +22 -0
  16. package/build/src/interfaces/events.d.ts +13 -1
  17. package/build/src/model/cartesian-charts.d.ts +8 -1
  18. package/build/src/model/heatmap.d.ts +57 -0
  19. package/build/src/services/scales-cartesian.d.ts +1 -0
  20. package/bundle.js +1 -1
  21. package/charts/heatmap.d.ts +10 -0
  22. package/charts/heatmap.js +138 -0
  23. package/charts/heatmap.js.map +1 -0
  24. package/charts/index.d.ts +1 -0
  25. package/charts/index.js +1 -0
  26. package/charts/index.js.map +1 -1
  27. package/components/axes/axis.d.ts +7 -1
  28. package/components/axes/axis.js +9 -2
  29. package/components/axes/axis.js.map +1 -1
  30. package/components/axes/hover-axis.d.ts +10 -0
  31. package/components/axes/hover-axis.js +235 -0
  32. package/components/axes/hover-axis.js.map +1 -0
  33. package/components/axes/two-dimensional-axes.js +8 -3
  34. package/components/axes/two-dimensional-axes.js.map +1 -1
  35. package/components/essentials/color-scale-legend.d.ts +11 -0
  36. package/components/essentials/color-scale-legend.js +236 -0
  37. package/components/essentials/color-scale-legend.js.map +1 -0
  38. package/components/graphs/heatmap.d.ts +25 -0
  39. package/components/graphs/heatmap.js +369 -0
  40. package/components/graphs/heatmap.js.map +1 -0
  41. package/components/index.d.ts +2 -0
  42. package/components/index.js +2 -0
  43. package/components/index.js.map +1 -1
  44. package/configuration-non-customizable.d.ts +12 -0
  45. package/configuration-non-customizable.js +13 -0
  46. package/configuration-non-customizable.js.map +1 -1
  47. package/configuration.d.ts +2 -1
  48. package/configuration.js +13 -1
  49. package/configuration.js.map +1 -1
  50. package/demo/data/CHART_TYPES.d.ts +5 -0
  51. package/demo/data/CHART_TYPES.js +5 -0
  52. package/demo/data/CHART_TYPES.js.map +1 -1
  53. package/demo/data/bundle.js +1 -1
  54. package/demo/data/heatmap.d.ts +96 -0
  55. package/demo/data/heatmap.js +1135 -0
  56. package/demo/data/heatmap.js.map +1 -0
  57. package/demo/data/index.d.ts +1 -0
  58. package/demo/data/index.js +30 -0
  59. package/demo/data/index.js.map +1 -1
  60. package/demo/styles.css +16458 -9179
  61. package/demo/styles.css.map +1 -1
  62. package/demo/styles.min.css +1 -1
  63. package/demo/styles.min.css.map +1 -1
  64. package/demo/tsconfig.tsbuildinfo +18 -4
  65. package/interfaces/charts.d.ts +35 -2
  66. package/interfaces/charts.js.map +1 -1
  67. package/interfaces/components.js.map +1 -1
  68. package/interfaces/enums.d.ts +22 -0
  69. package/interfaces/enums.js +25 -0
  70. package/interfaces/enums.js.map +1 -1
  71. package/interfaces/events.d.ts +13 -1
  72. package/interfaces/events.js +13 -0
  73. package/interfaces/events.js.map +1 -1
  74. package/model/cartesian-charts.d.ts +8 -1
  75. package/model/cartesian-charts.js +4 -2
  76. package/model/cartesian-charts.js.map +1 -1
  77. package/model/heatmap.d.ts +57 -0
  78. package/model/heatmap.js +289 -0
  79. package/model/heatmap.js.map +1 -0
  80. package/package.json +1 -1
  81. package/services/scales-cartesian.d.ts +1 -0
  82. package/services/scales-cartesian.js +16 -0
  83. package/services/scales-cartesian.js.map +1 -1
  84. package/styles/color-palatte.scss +96 -0
  85. package/styles/colors.scss +35 -1
  86. package/styles/components/_axis.scss +41 -0
  87. package/styles/components/_color-legend.scss +24 -0
  88. package/styles/components/index.scss +1 -0
  89. package/styles/graphs/_heatmap.scss +70 -0
  90. package/styles/graphs/index.scss +1 -0
  91. package/styles-g10.css +2000 -179
  92. package/styles-g10.css.map +1 -1
  93. package/styles-g10.min.css +1 -1
  94. package/styles-g10.min.css.map +1 -1
  95. package/styles-g100.css +2003 -182
  96. package/styles-g100.css.map +1 -1
  97. package/styles-g100.min.css +1 -1
  98. package/styles-g100.min.css.map +1 -1
  99. package/styles-g90.css +2004 -180
  100. package/styles-g90.css.map +1 -1
  101. package/styles-g90.min.css +1 -1
  102. package/styles-g90.min.css.map +1 -1
  103. package/styles.css +2000 -179
  104. package/styles.css.map +1 -1
  105. package/styles.min.css +1 -1
  106. package/styles.min.css.map +1 -1
  107. package/tsconfig.tsbuildinfo +178 -55
package/styles-g10.css CHANGED
@@ -15,6 +15,9 @@
15
15
  .bx--cc--chart-wrapper .stroke-1-1-1 {
16
16
  stroke: #6929c4;
17
17
  }
18
+ .bx--cc--chart-wrapper .stop-color-1-1-1 {
19
+ stop-color: #6929c4;
20
+ }
18
21
  .bx--cc--chart-wrapper .fill-1-2-1 {
19
22
  fill: #002d9c;
20
23
  }
@@ -32,6 +35,9 @@
32
35
  .bx--cc--chart-wrapper .stroke-1-2-1 {
33
36
  stroke: #002d9c;
34
37
  }
38
+ .bx--cc--chart-wrapper .stop-color-1-2-1 {
39
+ stop-color: #002d9c;
40
+ }
35
41
  .bx--cc--chart-wrapper .fill-1-3-1 {
36
42
  fill: #1192e8;
37
43
  }
@@ -49,6 +55,9 @@
49
55
  .bx--cc--chart-wrapper .stroke-1-3-1 {
50
56
  stroke: #1192e8;
51
57
  }
58
+ .bx--cc--chart-wrapper .stop-color-1-3-1 {
59
+ stop-color: #1192e8;
60
+ }
52
61
  .bx--cc--chart-wrapper .fill-1-4-1 {
53
62
  fill: #007d79;
54
63
  }
@@ -66,6 +75,9 @@
66
75
  .bx--cc--chart-wrapper .stroke-1-4-1 {
67
76
  stroke: #007d79;
68
77
  }
78
+ .bx--cc--chart-wrapper .stop-color-1-4-1 {
79
+ stop-color: #007d79;
80
+ }
69
81
  .bx--cc--chart-wrapper .fill-2-1-1 {
70
82
  fill: #6929c4;
71
83
  }
@@ -83,6 +95,9 @@
83
95
  .bx--cc--chart-wrapper .stroke-2-1-1 {
84
96
  stroke: #6929c4;
85
97
  }
98
+ .bx--cc--chart-wrapper .stop-color-2-1-1 {
99
+ stop-color: #6929c4;
100
+ }
86
101
  .bx--cc--chart-wrapper .fill-2-1-2 {
87
102
  fill: #009d9a;
88
103
  }
@@ -100,6 +115,9 @@
100
115
  .bx--cc--chart-wrapper .stroke-2-1-2 {
101
116
  stroke: #009d9a;
102
117
  }
118
+ .bx--cc--chart-wrapper .stop-color-2-1-2 {
119
+ stop-color: #009d9a;
120
+ }
103
121
  .bx--cc--chart-wrapper .fill-2-2-1 {
104
122
  fill: #8a3ffc;
105
123
  }
@@ -117,6 +135,9 @@
117
135
  .bx--cc--chart-wrapper .stroke-2-2-1 {
118
136
  stroke: #8a3ffc;
119
137
  }
138
+ .bx--cc--chart-wrapper .stop-color-2-2-1 {
139
+ stop-color: #8a3ffc;
140
+ }
120
141
  .bx--cc--chart-wrapper .fill-2-2-2 {
121
142
  fill: #520408;
122
143
  }
@@ -134,6 +155,9 @@
134
155
  .bx--cc--chart-wrapper .stroke-2-2-2 {
135
156
  stroke: #520408;
136
157
  }
158
+ .bx--cc--chart-wrapper .stop-color-2-2-2 {
159
+ stop-color: #520408;
160
+ }
137
161
  .bx--cc--chart-wrapper .fill-2-3-1 {
138
162
  fill: #9f1853;
139
163
  }
@@ -151,6 +175,9 @@
151
175
  .bx--cc--chart-wrapper .stroke-2-3-1 {
152
176
  stroke: #9f1853;
153
177
  }
178
+ .bx--cc--chart-wrapper .stop-color-2-3-1 {
179
+ stop-color: #9f1853;
180
+ }
154
181
  .bx--cc--chart-wrapper .fill-2-3-2 {
155
182
  fill: #520408;
156
183
  }
@@ -168,6 +195,9 @@
168
195
  .bx--cc--chart-wrapper .stroke-2-3-2 {
169
196
  stroke: #520408;
170
197
  }
198
+ .bx--cc--chart-wrapper .stop-color-2-3-2 {
199
+ stop-color: #520408;
200
+ }
171
201
  .bx--cc--chart-wrapper .fill-2-4-1 {
172
202
  fill: #1192e8;
173
203
  }
@@ -185,6 +215,9 @@
185
215
  .bx--cc--chart-wrapper .stroke-2-4-1 {
186
216
  stroke: #1192e8;
187
217
  }
218
+ .bx--cc--chart-wrapper .stop-color-2-4-1 {
219
+ stop-color: #1192e8;
220
+ }
188
221
  .bx--cc--chart-wrapper .fill-2-4-2 {
189
222
  fill: #005d5d;
190
223
  }
@@ -202,6 +235,9 @@
202
235
  .bx--cc--chart-wrapper .stroke-2-4-2 {
203
236
  stroke: #005d5d;
204
237
  }
238
+ .bx--cc--chart-wrapper .stop-color-2-4-2 {
239
+ stop-color: #005d5d;
240
+ }
205
241
  .bx--cc--chart-wrapper .fill-2-5-1 {
206
242
  fill: #009d9a;
207
243
  }
@@ -219,6 +255,9 @@
219
255
  .bx--cc--chart-wrapper .stroke-2-5-1 {
220
256
  stroke: #009d9a;
221
257
  }
258
+ .bx--cc--chart-wrapper .stop-color-2-5-1 {
259
+ stop-color: #009d9a;
260
+ }
222
261
  .bx--cc--chart-wrapper .fill-2-5-2 {
223
262
  fill: #002d9c;
224
263
  }
@@ -236,6 +275,9 @@
236
275
  .bx--cc--chart-wrapper .stroke-2-5-2 {
237
276
  stroke: #002d9c;
238
277
  }
278
+ .bx--cc--chart-wrapper .stop-color-2-5-2 {
279
+ stop-color: #002d9c;
280
+ }
239
281
  .bx--cc--chart-wrapper .fill-3-1-1 {
240
282
  fill: #ee5396;
241
283
  }
@@ -253,6 +295,9 @@
253
295
  .bx--cc--chart-wrapper .stroke-3-1-1 {
254
296
  stroke: #ee5396;
255
297
  }
298
+ .bx--cc--chart-wrapper .stop-color-3-1-1 {
299
+ stop-color: #ee5396;
300
+ }
256
301
  .bx--cc--chart-wrapper .fill-3-1-2 {
257
302
  fill: #1192e8;
258
303
  }
@@ -270,6 +315,9 @@
270
315
  .bx--cc--chart-wrapper .stroke-3-1-2 {
271
316
  stroke: #1192e8;
272
317
  }
318
+ .bx--cc--chart-wrapper .stop-color-3-1-2 {
319
+ stop-color: #1192e8;
320
+ }
273
321
  .bx--cc--chart-wrapper .fill-3-1-3 {
274
322
  fill: #6929c4;
275
323
  }
@@ -287,6 +335,9 @@
287
335
  .bx--cc--chart-wrapper .stroke-3-1-3 {
288
336
  stroke: #6929c4;
289
337
  }
338
+ .bx--cc--chart-wrapper .stop-color-3-1-3 {
339
+ stop-color: #6929c4;
340
+ }
290
341
  .bx--cc--chart-wrapper .fill-3-2-1 {
291
342
  fill: #9f1853;
292
343
  }
@@ -304,6 +355,9 @@
304
355
  .bx--cc--chart-wrapper .stroke-3-2-1 {
305
356
  stroke: #9f1853;
306
357
  }
358
+ .bx--cc--chart-wrapper .stop-color-3-2-1 {
359
+ stop-color: #9f1853;
360
+ }
307
361
  .bx--cc--chart-wrapper .fill-3-2-2 {
308
362
  fill: #fa4d56;
309
363
  }
@@ -321,6 +375,9 @@
321
375
  .bx--cc--chart-wrapper .stroke-3-2-2 {
322
376
  stroke: #fa4d56;
323
377
  }
378
+ .bx--cc--chart-wrapper .stop-color-3-2-2 {
379
+ stop-color: #fa4d56;
380
+ }
324
381
  .bx--cc--chart-wrapper .fill-3-2-3 {
325
382
  fill: #520408;
326
383
  }
@@ -338,6 +395,9 @@
338
395
  .bx--cc--chart-wrapper .stroke-3-2-3 {
339
396
  stroke: #520408;
340
397
  }
398
+ .bx--cc--chart-wrapper .stop-color-3-2-3 {
399
+ stop-color: #520408;
400
+ }
341
401
  .bx--cc--chart-wrapper .fill-3-3-1 {
342
402
  fill: #a56eff;
343
403
  }
@@ -355,6 +415,9 @@
355
415
  .bx--cc--chart-wrapper .stroke-3-3-1 {
356
416
  stroke: #a56eff;
357
417
  }
418
+ .bx--cc--chart-wrapper .stop-color-3-3-1 {
419
+ stop-color: #a56eff;
420
+ }
358
421
  .bx--cc--chart-wrapper .fill-3-3-2 {
359
422
  fill: #005d5d;
360
423
  }
@@ -372,6 +435,9 @@
372
435
  .bx--cc--chart-wrapper .stroke-3-3-2 {
373
436
  stroke: #005d5d;
374
437
  }
438
+ .bx--cc--chart-wrapper .stop-color-3-3-2 {
439
+ stop-color: #005d5d;
440
+ }
375
441
  .bx--cc--chart-wrapper .fill-3-3-3 {
376
442
  fill: #002d9c;
377
443
  }
@@ -389,6 +455,9 @@
389
455
  .bx--cc--chart-wrapper .stroke-3-3-3 {
390
456
  stroke: #002d9c;
391
457
  }
458
+ .bx--cc--chart-wrapper .stop-color-3-3-3 {
459
+ stop-color: #002d9c;
460
+ }
392
461
  .bx--cc--chart-wrapper .fill-3-4-1 {
393
462
  fill: #a56eff;
394
463
  }
@@ -406,6 +475,9 @@
406
475
  .bx--cc--chart-wrapper .stroke-3-4-1 {
407
476
  stroke: #a56eff;
408
477
  }
478
+ .bx--cc--chart-wrapper .stop-color-3-4-1 {
479
+ stop-color: #a56eff;
480
+ }
409
481
  .bx--cc--chart-wrapper .fill-3-4-2 {
410
482
  fill: #005d5d;
411
483
  }
@@ -423,6 +495,9 @@
423
495
  .bx--cc--chart-wrapper .stroke-3-4-2 {
424
496
  stroke: #005d5d;
425
497
  }
498
+ .bx--cc--chart-wrapper .stop-color-3-4-2 {
499
+ stop-color: #005d5d;
500
+ }
426
501
  .bx--cc--chart-wrapper .fill-3-4-3 {
427
502
  fill: #9f1853;
428
503
  }
@@ -440,6 +515,9 @@
440
515
  .bx--cc--chart-wrapper .stroke-3-4-3 {
441
516
  stroke: #9f1853;
442
517
  }
518
+ .bx--cc--chart-wrapper .stop-color-3-4-3 {
519
+ stop-color: #9f1853;
520
+ }
443
521
  .bx--cc--chart-wrapper .fill-3-5-1 {
444
522
  fill: #012749;
445
523
  }
@@ -457,6 +535,9 @@
457
535
  .bx--cc--chart-wrapper .stroke-3-5-1 {
458
536
  stroke: #012749;
459
537
  }
538
+ .bx--cc--chart-wrapper .stop-color-3-5-1 {
539
+ stop-color: #012749;
540
+ }
460
541
  .bx--cc--chart-wrapper .fill-3-5-2 {
461
542
  fill: #6929c4;
462
543
  }
@@ -474,6 +555,9 @@
474
555
  .bx--cc--chart-wrapper .stroke-3-5-2 {
475
556
  stroke: #6929c4;
476
557
  }
558
+ .bx--cc--chart-wrapper .stop-color-3-5-2 {
559
+ stop-color: #6929c4;
560
+ }
477
561
  .bx--cc--chart-wrapper .fill-3-5-3 {
478
562
  fill: #009d9a;
479
563
  }
@@ -491,6 +575,9 @@
491
575
  .bx--cc--chart-wrapper .stroke-3-5-3 {
492
576
  stroke: #009d9a;
493
577
  }
578
+ .bx--cc--chart-wrapper .stop-color-3-5-3 {
579
+ stop-color: #009d9a;
580
+ }
494
581
  .bx--cc--chart-wrapper .fill-4-1-1 {
495
582
  fill: #6929c4;
496
583
  }
@@ -508,6 +595,9 @@
508
595
  .bx--cc--chart-wrapper .stroke-4-1-1 {
509
596
  stroke: #6929c4;
510
597
  }
598
+ .bx--cc--chart-wrapper .stop-color-4-1-1 {
599
+ stop-color: #6929c4;
600
+ }
511
601
  .bx--cc--chart-wrapper .fill-4-1-2 {
512
602
  fill: #012749;
513
603
  }
@@ -525,6 +615,9 @@
525
615
  .bx--cc--chart-wrapper .stroke-4-1-2 {
526
616
  stroke: #012749;
527
617
  }
618
+ .bx--cc--chart-wrapper .stop-color-4-1-2 {
619
+ stop-color: #012749;
620
+ }
528
621
  .bx--cc--chart-wrapper .fill-4-1-3 {
529
622
  fill: #009d9a;
530
623
  }
@@ -542,6 +635,9 @@
542
635
  .bx--cc--chart-wrapper .stroke-4-1-3 {
543
636
  stroke: #009d9a;
544
637
  }
638
+ .bx--cc--chart-wrapper .stop-color-4-1-3 {
639
+ stop-color: #009d9a;
640
+ }
545
641
  .bx--cc--chart-wrapper .fill-4-1-4 {
546
642
  fill: #ee5396;
547
643
  }
@@ -559,6 +655,9 @@
559
655
  .bx--cc--chart-wrapper .stroke-4-1-4 {
560
656
  stroke: #ee5396;
561
657
  }
658
+ .bx--cc--chart-wrapper .stop-color-4-1-4 {
659
+ stop-color: #ee5396;
660
+ }
562
661
  .bx--cc--chart-wrapper .fill-4-2-1 {
563
662
  fill: #9f1853;
564
663
  }
@@ -576,6 +675,9 @@
576
675
  .bx--cc--chart-wrapper .stroke-4-2-1 {
577
676
  stroke: #9f1853;
578
677
  }
678
+ .bx--cc--chart-wrapper .stop-color-4-2-1 {
679
+ stop-color: #9f1853;
680
+ }
579
681
  .bx--cc--chart-wrapper .fill-4-2-2 {
580
682
  fill: #fa4d56;
581
683
  }
@@ -593,6 +695,9 @@
593
695
  .bx--cc--chart-wrapper .stroke-4-2-2 {
594
696
  stroke: #fa4d56;
595
697
  }
698
+ .bx--cc--chart-wrapper .stop-color-4-2-2 {
699
+ stop-color: #fa4d56;
700
+ }
596
701
  .bx--cc--chart-wrapper .fill-4-2-3 {
597
702
  fill: #520408;
598
703
  }
@@ -610,6 +715,9 @@
610
715
  .bx--cc--chart-wrapper .stroke-4-2-3 {
611
716
  stroke: #520408;
612
717
  }
718
+ .bx--cc--chart-wrapper .stop-color-4-2-3 {
719
+ stop-color: #520408;
720
+ }
613
721
  .bx--cc--chart-wrapper .fill-4-2-4 {
614
722
  fill: #a56eff;
615
723
  }
@@ -627,6 +735,9 @@
627
735
  .bx--cc--chart-wrapper .stroke-4-2-4 {
628
736
  stroke: #a56eff;
629
737
  }
738
+ .bx--cc--chart-wrapper .stop-color-4-2-4 {
739
+ stop-color: #a56eff;
740
+ }
630
741
  .bx--cc--chart-wrapper .fill-4-3-1 {
631
742
  fill: #009d9a;
632
743
  }
@@ -644,6 +755,9 @@
644
755
  .bx--cc--chart-wrapper .stroke-4-3-1 {
645
756
  stroke: #009d9a;
646
757
  }
758
+ .bx--cc--chart-wrapper .stop-color-4-3-1 {
759
+ stop-color: #009d9a;
760
+ }
647
761
  .bx--cc--chart-wrapper .fill-4-3-2 {
648
762
  fill: #002d9c;
649
763
  }
@@ -661,6 +775,9 @@
661
775
  .bx--cc--chart-wrapper .stroke-4-3-2 {
662
776
  stroke: #002d9c;
663
777
  }
778
+ .bx--cc--chart-wrapper .stop-color-4-3-2 {
779
+ stop-color: #002d9c;
780
+ }
664
781
  .bx--cc--chart-wrapper .fill-4-3-3 {
665
782
  fill: #a56eff;
666
783
  }
@@ -678,6 +795,9 @@
678
795
  .bx--cc--chart-wrapper .stroke-4-3-3 {
679
796
  stroke: #a56eff;
680
797
  }
798
+ .bx--cc--chart-wrapper .stop-color-4-3-3 {
799
+ stop-color: #a56eff;
800
+ }
681
801
  .bx--cc--chart-wrapper .fill-4-3-4 {
682
802
  fill: #9f1853;
683
803
  }
@@ -695,6 +815,9 @@
695
815
  .bx--cc--chart-wrapper .stroke-4-3-4 {
696
816
  stroke: #9f1853;
697
817
  }
818
+ .bx--cc--chart-wrapper .stop-color-4-3-4 {
819
+ stop-color: #9f1853;
820
+ }
698
821
  .bx--cc--chart-wrapper .fill-5-1-1 {
699
822
  fill: #6929c4;
700
823
  }
@@ -712,6 +835,9 @@
712
835
  .bx--cc--chart-wrapper .stroke-5-1-1 {
713
836
  stroke: #6929c4;
714
837
  }
838
+ .bx--cc--chart-wrapper .stop-color-5-1-1 {
839
+ stop-color: #6929c4;
840
+ }
715
841
  .bx--cc--chart-wrapper .fill-5-1-2 {
716
842
  fill: #1192e8;
717
843
  }
@@ -729,6 +855,9 @@
729
855
  .bx--cc--chart-wrapper .stroke-5-1-2 {
730
856
  stroke: #1192e8;
731
857
  }
858
+ .bx--cc--chart-wrapper .stop-color-5-1-2 {
859
+ stop-color: #1192e8;
860
+ }
732
861
  .bx--cc--chart-wrapper .fill-5-1-3 {
733
862
  fill: #005d5d;
734
863
  }
@@ -746,6 +875,9 @@
746
875
  .bx--cc--chart-wrapper .stroke-5-1-3 {
747
876
  stroke: #005d5d;
748
877
  }
878
+ .bx--cc--chart-wrapper .stop-color-5-1-3 {
879
+ stop-color: #005d5d;
880
+ }
749
881
  .bx--cc--chart-wrapper .fill-5-1-4 {
750
882
  fill: #9f1853;
751
883
  }
@@ -763,6 +895,9 @@
763
895
  .bx--cc--chart-wrapper .stroke-5-1-4 {
764
896
  stroke: #9f1853;
765
897
  }
898
+ .bx--cc--chart-wrapper .stop-color-5-1-4 {
899
+ stop-color: #9f1853;
900
+ }
766
901
  .bx--cc--chart-wrapper .fill-5-1-5 {
767
902
  fill: #520408;
768
903
  }
@@ -780,6 +915,9 @@
780
915
  .bx--cc--chart-wrapper .stroke-5-1-5 {
781
916
  stroke: #520408;
782
917
  }
918
+ .bx--cc--chart-wrapper .stop-color-5-1-5 {
919
+ stop-color: #520408;
920
+ }
783
921
  .bx--cc--chart-wrapper .fill-5-2-1 {
784
922
  fill: #002d9c;
785
923
  }
@@ -790,318 +928,1935 @@
790
928
  .bx--cc--chart-wrapper .background-5-2-1 {
791
929
  background-color: #002d9c;
792
930
  }
793
- .bx--cc--chart-wrapper .background-5-2-1.hovered {
794
- background-color: #002378;
931
+ .bx--cc--chart-wrapper .background-5-2-1.hovered {
932
+ background-color: #002378;
933
+ transition: all 0.1s ease-out;
934
+ }
935
+ .bx--cc--chart-wrapper .stroke-5-2-1 {
936
+ stroke: #002d9c;
937
+ }
938
+ .bx--cc--chart-wrapper .stop-color-5-2-1 {
939
+ stop-color: #002d9c;
940
+ }
941
+ .bx--cc--chart-wrapper .fill-5-2-2 {
942
+ fill: #009d9a;
943
+ }
944
+ .bx--cc--chart-wrapper .fill-5-2-2.hovered {
945
+ fill: #007977;
946
+ transition: all 0.1s ease-out;
947
+ }
948
+ .bx--cc--chart-wrapper .background-5-2-2 {
949
+ background-color: #009d9a;
950
+ }
951
+ .bx--cc--chart-wrapper .background-5-2-2.hovered {
952
+ background-color: #007977;
953
+ transition: all 0.1s ease-out;
954
+ }
955
+ .bx--cc--chart-wrapper .stroke-5-2-2 {
956
+ stroke: #009d9a;
957
+ }
958
+ .bx--cc--chart-wrapper .stop-color-5-2-2 {
959
+ stop-color: #009d9a;
960
+ }
961
+ .bx--cc--chart-wrapper .fill-5-2-3 {
962
+ fill: #9f1853;
963
+ }
964
+ .bx--cc--chart-wrapper .fill-5-2-3.hovered {
965
+ fill: #801343;
966
+ transition: all 0.1s ease-out;
967
+ }
968
+ .bx--cc--chart-wrapper .background-5-2-3 {
969
+ background-color: #9f1853;
970
+ }
971
+ .bx--cc--chart-wrapper .background-5-2-3.hovered {
972
+ background-color: #801343;
973
+ transition: all 0.1s ease-out;
974
+ }
975
+ .bx--cc--chart-wrapper .stroke-5-2-3 {
976
+ stroke: #9f1853;
977
+ }
978
+ .bx--cc--chart-wrapper .stop-color-5-2-3 {
979
+ stop-color: #9f1853;
980
+ }
981
+ .bx--cc--chart-wrapper .fill-5-2-4 {
982
+ fill: #520408;
983
+ }
984
+ .bx--cc--chart-wrapper .fill-5-2-4.hovered {
985
+ fill: #300205;
986
+ transition: all 0.1s ease-out;
987
+ }
988
+ .bx--cc--chart-wrapper .background-5-2-4 {
989
+ background-color: #520408;
990
+ }
991
+ .bx--cc--chart-wrapper .background-5-2-4.hovered {
992
+ background-color: #300205;
993
+ transition: all 0.1s ease-out;
994
+ }
995
+ .bx--cc--chart-wrapper .stroke-5-2-4 {
996
+ stroke: #520408;
997
+ }
998
+ .bx--cc--chart-wrapper .stop-color-5-2-4 {
999
+ stop-color: #520408;
1000
+ }
1001
+ .bx--cc--chart-wrapper .fill-5-2-5 {
1002
+ fill: #a56eff;
1003
+ }
1004
+ .bx--cc--chart-wrapper .fill-5-2-5.hovered {
1005
+ fill: #8f4aff;
1006
+ transition: all 0.1s ease-out;
1007
+ }
1008
+ .bx--cc--chart-wrapper .background-5-2-5 {
1009
+ background-color: #a56eff;
1010
+ }
1011
+ .bx--cc--chart-wrapper .background-5-2-5.hovered {
1012
+ background-color: #8f4aff;
1013
+ transition: all 0.1s ease-out;
1014
+ }
1015
+ .bx--cc--chart-wrapper .stroke-5-2-5 {
1016
+ stroke: #a56eff;
1017
+ }
1018
+ .bx--cc--chart-wrapper .stop-color-5-2-5 {
1019
+ stop-color: #a56eff;
1020
+ }
1021
+ .bx--cc--chart-wrapper .fill-14-1-1 {
1022
+ fill: #6929c4;
1023
+ }
1024
+ .bx--cc--chart-wrapper .fill-14-1-1.hovered {
1025
+ fill: #5923a6;
1026
+ transition: all 0.1s ease-out;
1027
+ }
1028
+ .bx--cc--chart-wrapper .background-14-1-1 {
1029
+ background-color: #6929c4;
1030
+ }
1031
+ .bx--cc--chart-wrapper .background-14-1-1.hovered {
1032
+ background-color: #5923a6;
1033
+ transition: all 0.1s ease-out;
1034
+ }
1035
+ .bx--cc--chart-wrapper .stroke-14-1-1 {
1036
+ stroke: #6929c4;
1037
+ }
1038
+ .bx--cc--chart-wrapper .stop-color-14-1-1 {
1039
+ stop-color: #6929c4;
1040
+ }
1041
+ .bx--cc--chart-wrapper .fill-14-1-2 {
1042
+ fill: #1192e8;
1043
+ }
1044
+ .bx--cc--chart-wrapper .fill-14-1-2.hovered {
1045
+ fill: #0f7dc7;
1046
+ transition: all 0.1s ease-out;
1047
+ }
1048
+ .bx--cc--chart-wrapper .background-14-1-2 {
1049
+ background-color: #1192e8;
1050
+ }
1051
+ .bx--cc--chart-wrapper .background-14-1-2.hovered {
1052
+ background-color: #0f7dc7;
1053
+ transition: all 0.1s ease-out;
1054
+ }
1055
+ .bx--cc--chart-wrapper .stroke-14-1-2 {
1056
+ stroke: #1192e8;
1057
+ }
1058
+ .bx--cc--chart-wrapper .stop-color-14-1-2 {
1059
+ stop-color: #1192e8;
1060
+ }
1061
+ .bx--cc--chart-wrapper .fill-14-1-3 {
1062
+ fill: #005d5d;
1063
+ }
1064
+ .bx--cc--chart-wrapper .fill-14-1-3.hovered {
1065
+ fill: #003939;
1066
+ transition: all 0.1s ease-out;
1067
+ }
1068
+ .bx--cc--chart-wrapper .background-14-1-3 {
1069
+ background-color: #005d5d;
1070
+ }
1071
+ .bx--cc--chart-wrapper .background-14-1-3.hovered {
1072
+ background-color: #003939;
1073
+ transition: all 0.1s ease-out;
1074
+ }
1075
+ .bx--cc--chart-wrapper .stroke-14-1-3 {
1076
+ stroke: #005d5d;
1077
+ }
1078
+ .bx--cc--chart-wrapper .stop-color-14-1-3 {
1079
+ stop-color: #005d5d;
1080
+ }
1081
+ .bx--cc--chart-wrapper .fill-14-1-4 {
1082
+ fill: #9f1853;
1083
+ }
1084
+ .bx--cc--chart-wrapper .fill-14-1-4.hovered {
1085
+ fill: #801343;
1086
+ transition: all 0.1s ease-out;
1087
+ }
1088
+ .bx--cc--chart-wrapper .background-14-1-4 {
1089
+ background-color: #9f1853;
1090
+ }
1091
+ .bx--cc--chart-wrapper .background-14-1-4.hovered {
1092
+ background-color: #801343;
1093
+ transition: all 0.1s ease-out;
1094
+ }
1095
+ .bx--cc--chart-wrapper .stroke-14-1-4 {
1096
+ stroke: #9f1853;
1097
+ }
1098
+ .bx--cc--chart-wrapper .stop-color-14-1-4 {
1099
+ stop-color: #9f1853;
1100
+ }
1101
+ .bx--cc--chart-wrapper .fill-14-1-5 {
1102
+ fill: #fa4d56;
1103
+ }
1104
+ .bx--cc--chart-wrapper .fill-14-1-5.hovered {
1105
+ fill: #f92a35;
1106
+ transition: all 0.1s ease-out;
1107
+ }
1108
+ .bx--cc--chart-wrapper .background-14-1-5 {
1109
+ background-color: #fa4d56;
1110
+ }
1111
+ .bx--cc--chart-wrapper .background-14-1-5.hovered {
1112
+ background-color: #f92a35;
1113
+ transition: all 0.1s ease-out;
1114
+ }
1115
+ .bx--cc--chart-wrapper .stroke-14-1-5 {
1116
+ stroke: #fa4d56;
1117
+ }
1118
+ .bx--cc--chart-wrapper .stop-color-14-1-5 {
1119
+ stop-color: #fa4d56;
1120
+ }
1121
+ .bx--cc--chart-wrapper .fill-14-1-6 {
1122
+ fill: #520408;
1123
+ }
1124
+ .bx--cc--chart-wrapper .fill-14-1-6.hovered {
1125
+ fill: #300205;
1126
+ transition: all 0.1s ease-out;
1127
+ }
1128
+ .bx--cc--chart-wrapper .background-14-1-6 {
1129
+ background-color: #520408;
1130
+ }
1131
+ .bx--cc--chart-wrapper .background-14-1-6.hovered {
1132
+ background-color: #300205;
1133
+ transition: all 0.1s ease-out;
1134
+ }
1135
+ .bx--cc--chart-wrapper .stroke-14-1-6 {
1136
+ stroke: #520408;
1137
+ }
1138
+ .bx--cc--chart-wrapper .stop-color-14-1-6 {
1139
+ stop-color: #520408;
1140
+ }
1141
+ .bx--cc--chart-wrapper .fill-14-1-7 {
1142
+ fill: #198038;
1143
+ }
1144
+ .bx--cc--chart-wrapper .fill-14-1-7.hovered {
1145
+ fill: #13622b;
1146
+ transition: all 0.1s ease-out;
1147
+ }
1148
+ .bx--cc--chart-wrapper .background-14-1-7 {
1149
+ background-color: #198038;
1150
+ }
1151
+ .bx--cc--chart-wrapper .background-14-1-7.hovered {
1152
+ background-color: #13622b;
1153
+ transition: all 0.1s ease-out;
1154
+ }
1155
+ .bx--cc--chart-wrapper .stroke-14-1-7 {
1156
+ stroke: #198038;
1157
+ }
1158
+ .bx--cc--chart-wrapper .stop-color-14-1-7 {
1159
+ stop-color: #198038;
1160
+ }
1161
+ .bx--cc--chart-wrapper .fill-14-1-8 {
1162
+ fill: #002d9c;
1163
+ }
1164
+ .bx--cc--chart-wrapper .fill-14-1-8.hovered {
1165
+ fill: #002378;
1166
+ transition: all 0.1s ease-out;
1167
+ }
1168
+ .bx--cc--chart-wrapper .background-14-1-8 {
1169
+ background-color: #002d9c;
1170
+ }
1171
+ .bx--cc--chart-wrapper .background-14-1-8.hovered {
1172
+ background-color: #002378;
1173
+ transition: all 0.1s ease-out;
1174
+ }
1175
+ .bx--cc--chart-wrapper .stroke-14-1-8 {
1176
+ stroke: #002d9c;
1177
+ }
1178
+ .bx--cc--chart-wrapper .stop-color-14-1-8 {
1179
+ stop-color: #002d9c;
1180
+ }
1181
+ .bx--cc--chart-wrapper .fill-14-1-9 {
1182
+ fill: #ee5396;
1183
+ }
1184
+ .bx--cc--chart-wrapper .fill-14-1-9.hovered {
1185
+ fill: #eb3382;
1186
+ transition: all 0.1s ease-out;
1187
+ }
1188
+ .bx--cc--chart-wrapper .background-14-1-9 {
1189
+ background-color: #ee5396;
1190
+ }
1191
+ .bx--cc--chart-wrapper .background-14-1-9.hovered {
1192
+ background-color: #eb3382;
1193
+ transition: all 0.1s ease-out;
1194
+ }
1195
+ .bx--cc--chart-wrapper .stroke-14-1-9 {
1196
+ stroke: #ee5396;
1197
+ }
1198
+ .bx--cc--chart-wrapper .stop-color-14-1-9 {
1199
+ stop-color: #ee5396;
1200
+ }
1201
+ .bx--cc--chart-wrapper .fill-14-1-10 {
1202
+ fill: #b28600;
1203
+ }
1204
+ .bx--cc--chart-wrapper .fill-14-1-10.hovered {
1205
+ fill: #8e6b00;
1206
+ transition: all 0.1s ease-out;
1207
+ }
1208
+ .bx--cc--chart-wrapper .background-14-1-10 {
1209
+ background-color: #b28600;
1210
+ }
1211
+ .bx--cc--chart-wrapper .background-14-1-10.hovered {
1212
+ background-color: #8e6b00;
1213
+ transition: all 0.1s ease-out;
1214
+ }
1215
+ .bx--cc--chart-wrapper .stroke-14-1-10 {
1216
+ stroke: #b28600;
1217
+ }
1218
+ .bx--cc--chart-wrapper .stop-color-14-1-10 {
1219
+ stop-color: #b28600;
1220
+ }
1221
+ .bx--cc--chart-wrapper .fill-14-1-11 {
1222
+ fill: #009d9a;
1223
+ }
1224
+ .bx--cc--chart-wrapper .fill-14-1-11.hovered {
1225
+ fill: #007977;
1226
+ transition: all 0.1s ease-out;
1227
+ }
1228
+ .bx--cc--chart-wrapper .background-14-1-11 {
1229
+ background-color: #009d9a;
1230
+ }
1231
+ .bx--cc--chart-wrapper .background-14-1-11.hovered {
1232
+ background-color: #007977;
1233
+ transition: all 0.1s ease-out;
1234
+ }
1235
+ .bx--cc--chart-wrapper .stroke-14-1-11 {
1236
+ stroke: #009d9a;
1237
+ }
1238
+ .bx--cc--chart-wrapper .stop-color-14-1-11 {
1239
+ stop-color: #009d9a;
1240
+ }
1241
+ .bx--cc--chart-wrapper .fill-14-1-12 {
1242
+ fill: #012749;
1243
+ }
1244
+ .bx--cc--chart-wrapper .fill-14-1-12.hovered {
1245
+ fill: #011426;
1246
+ transition: all 0.1s ease-out;
1247
+ }
1248
+ .bx--cc--chart-wrapper .background-14-1-12 {
1249
+ background-color: #012749;
1250
+ }
1251
+ .bx--cc--chart-wrapper .background-14-1-12.hovered {
1252
+ background-color: #011426;
1253
+ transition: all 0.1s ease-out;
1254
+ }
1255
+ .bx--cc--chart-wrapper .stroke-14-1-12 {
1256
+ stroke: #012749;
1257
+ }
1258
+ .bx--cc--chart-wrapper .stop-color-14-1-12 {
1259
+ stop-color: #012749;
1260
+ }
1261
+ .bx--cc--chart-wrapper .fill-14-1-13 {
1262
+ fill: #8a3800;
1263
+ }
1264
+ .bx--cc--chart-wrapper .fill-14-1-13.hovered {
1265
+ fill: #662a00;
1266
+ transition: all 0.1s ease-out;
1267
+ }
1268
+ .bx--cc--chart-wrapper .background-14-1-13 {
1269
+ background-color: #8a3800;
1270
+ }
1271
+ .bx--cc--chart-wrapper .background-14-1-13.hovered {
1272
+ background-color: #662a00;
1273
+ transition: all 0.1s ease-out;
1274
+ }
1275
+ .bx--cc--chart-wrapper .stroke-14-1-13 {
1276
+ stroke: #8a3800;
1277
+ }
1278
+ .bx--cc--chart-wrapper .stop-color-14-1-13 {
1279
+ stop-color: #8a3800;
1280
+ }
1281
+ .bx--cc--chart-wrapper .fill-14-1-14 {
1282
+ fill: #a56eff;
1283
+ }
1284
+ .bx--cc--chart-wrapper .fill-14-1-14.hovered {
1285
+ fill: #8f4aff;
1286
+ transition: all 0.1s ease-out;
1287
+ }
1288
+ .bx--cc--chart-wrapper .background-14-1-14 {
1289
+ background-color: #a56eff;
1290
+ }
1291
+ .bx--cc--chart-wrapper .background-14-1-14.hovered {
1292
+ background-color: #8f4aff;
1293
+ transition: all 0.1s ease-out;
1294
+ }
1295
+ .bx--cc--chart-wrapper .stroke-14-1-14 {
1296
+ stroke: #a56eff;
1297
+ }
1298
+ .bx--cc--chart-wrapper .stop-color-14-1-14 {
1299
+ stop-color: #a56eff;
1300
+ }
1301
+ .bx--cc--chart-wrapper .fill-mono-1-1 {
1302
+ fill: #ffffff;
1303
+ }
1304
+ .bx--cc--chart-wrapper .fill-mono-1-1.hovered {
1305
+ fill: #ededed;
1306
+ transition: all 0.1s ease-out;
1307
+ }
1308
+ .bx--cc--chart-wrapper .background-mono-1-1 {
1309
+ background-color: #ffffff;
1310
+ }
1311
+ .bx--cc--chart-wrapper .background-mono-1-1.hovered {
1312
+ background-color: #ededed;
1313
+ transition: all 0.1s ease-out;
1314
+ }
1315
+ .bx--cc--chart-wrapper .stroke-mono-1-1 {
1316
+ stroke: #ffffff;
1317
+ }
1318
+ .bx--cc--chart-wrapper .stop-color-mono-1-1 {
1319
+ stop-color: #ffffff;
1320
+ }
1321
+ .bx--cc--chart-wrapper .fill-mono-1-2 {
1322
+ fill: #f6f2ff;
1323
+ }
1324
+ .bx--cc--chart-wrapper .fill-mono-1-2.hovered {
1325
+ fill: #ddceff;
1326
+ transition: all 0.1s ease-out;
1327
+ }
1328
+ .bx--cc--chart-wrapper .background-mono-1-2 {
1329
+ background-color: #f6f2ff;
1330
+ }
1331
+ .bx--cc--chart-wrapper .background-mono-1-2.hovered {
1332
+ background-color: #ddceff;
1333
+ transition: all 0.1s ease-out;
1334
+ }
1335
+ .bx--cc--chart-wrapper .stroke-mono-1-2 {
1336
+ stroke: #f6f2ff;
1337
+ }
1338
+ .bx--cc--chart-wrapper .stop-color-mono-1-2 {
1339
+ stop-color: #f6f2ff;
1340
+ }
1341
+ .bx--cc--chart-wrapper .fill-mono-1-3 {
1342
+ fill: #e8daff;
1343
+ }
1344
+ .bx--cc--chart-wrapper .fill-mono-1-3.hovered {
1345
+ fill: #d2b6ff;
1346
+ transition: all 0.1s ease-out;
1347
+ }
1348
+ .bx--cc--chart-wrapper .background-mono-1-3 {
1349
+ background-color: #e8daff;
1350
+ }
1351
+ .bx--cc--chart-wrapper .background-mono-1-3.hovered {
1352
+ background-color: #d2b6ff;
1353
+ transition: all 0.1s ease-out;
1354
+ }
1355
+ .bx--cc--chart-wrapper .stroke-mono-1-3 {
1356
+ stroke: #e8daff;
1357
+ }
1358
+ .bx--cc--chart-wrapper .stop-color-mono-1-3 {
1359
+ stop-color: #e8daff;
1360
+ }
1361
+ .bx--cc--chart-wrapper .fill-mono-1-4 {
1362
+ fill: #d4bbff;
1363
+ }
1364
+ .bx--cc--chart-wrapper .fill-mono-1-4.hovered {
1365
+ fill: #bd97ff;
1366
+ transition: all 0.1s ease-out;
1367
+ }
1368
+ .bx--cc--chart-wrapper .background-mono-1-4 {
1369
+ background-color: #d4bbff;
1370
+ }
1371
+ .bx--cc--chart-wrapper .background-mono-1-4.hovered {
1372
+ background-color: #bd97ff;
1373
+ transition: all 0.1s ease-out;
1374
+ }
1375
+ .bx--cc--chart-wrapper .stroke-mono-1-4 {
1376
+ stroke: #d4bbff;
1377
+ }
1378
+ .bx--cc--chart-wrapper .stop-color-mono-1-4 {
1379
+ stop-color: #d4bbff;
1380
+ }
1381
+ .bx--cc--chart-wrapper .fill-mono-1-5 {
1382
+ fill: #be95ff;
1383
+ }
1384
+ .bx--cc--chart-wrapper .fill-mono-1-5.hovered {
1385
+ fill: #a871ff;
1386
+ transition: all 0.1s ease-out;
1387
+ }
1388
+ .bx--cc--chart-wrapper .background-mono-1-5 {
1389
+ background-color: #be95ff;
1390
+ }
1391
+ .bx--cc--chart-wrapper .background-mono-1-5.hovered {
1392
+ background-color: #a871ff;
1393
+ transition: all 0.1s ease-out;
1394
+ }
1395
+ .bx--cc--chart-wrapper .stroke-mono-1-5 {
1396
+ stroke: #be95ff;
1397
+ }
1398
+ .bx--cc--chart-wrapper .stop-color-mono-1-5 {
1399
+ stop-color: #be95ff;
1400
+ }
1401
+ .bx--cc--chart-wrapper .fill-mono-1-6 {
1402
+ fill: #a56eff;
1403
+ }
1404
+ .bx--cc--chart-wrapper .fill-mono-1-6.hovered {
1405
+ fill: #8f4aff;
1406
+ transition: all 0.1s ease-out;
1407
+ }
1408
+ .bx--cc--chart-wrapper .background-mono-1-6 {
1409
+ background-color: #a56eff;
1410
+ }
1411
+ .bx--cc--chart-wrapper .background-mono-1-6.hovered {
1412
+ background-color: #8f4aff;
1413
+ transition: all 0.1s ease-out;
1414
+ }
1415
+ .bx--cc--chart-wrapper .stroke-mono-1-6 {
1416
+ stroke: #a56eff;
1417
+ }
1418
+ .bx--cc--chart-wrapper .stop-color-mono-1-6 {
1419
+ stop-color: #a56eff;
1420
+ }
1421
+ .bx--cc--chart-wrapper .fill-mono-1-7 {
1422
+ fill: #8a3ffc;
1423
+ }
1424
+ .bx--cc--chart-wrapper .fill-mono-1-7.hovered {
1425
+ fill: #751cfb;
1426
+ transition: all 0.1s ease-out;
1427
+ }
1428
+ .bx--cc--chart-wrapper .background-mono-1-7 {
1429
+ background-color: #8a3ffc;
1430
+ }
1431
+ .bx--cc--chart-wrapper .background-mono-1-7.hovered {
1432
+ background-color: #751cfb;
1433
+ transition: all 0.1s ease-out;
1434
+ }
1435
+ .bx--cc--chart-wrapper .stroke-mono-1-7 {
1436
+ stroke: #8a3ffc;
1437
+ }
1438
+ .bx--cc--chart-wrapper .stop-color-mono-1-7 {
1439
+ stop-color: #8a3ffc;
1440
+ }
1441
+ .bx--cc--chart-wrapper .fill-mono-1-8 {
1442
+ fill: #6929c4;
1443
+ }
1444
+ .bx--cc--chart-wrapper .fill-mono-1-8.hovered {
1445
+ fill: #5923a6;
1446
+ transition: all 0.1s ease-out;
1447
+ }
1448
+ .bx--cc--chart-wrapper .background-mono-1-8 {
1449
+ background-color: #6929c4;
1450
+ }
1451
+ .bx--cc--chart-wrapper .background-mono-1-8.hovered {
1452
+ background-color: #5923a6;
1453
+ transition: all 0.1s ease-out;
1454
+ }
1455
+ .bx--cc--chart-wrapper .stroke-mono-1-8 {
1456
+ stroke: #6929c4;
1457
+ }
1458
+ .bx--cc--chart-wrapper .stop-color-mono-1-8 {
1459
+ stop-color: #6929c4;
1460
+ }
1461
+ .bx--cc--chart-wrapper .fill-mono-1-9 {
1462
+ fill: #491d8b;
1463
+ }
1464
+ .bx--cc--chart-wrapper .fill-mono-1-9.hovered {
1465
+ fill: #39176d;
1466
+ transition: all 0.1s ease-out;
1467
+ }
1468
+ .bx--cc--chart-wrapper .background-mono-1-9 {
1469
+ background-color: #491d8b;
1470
+ }
1471
+ .bx--cc--chart-wrapper .background-mono-1-9.hovered {
1472
+ background-color: #39176d;
1473
+ transition: all 0.1s ease-out;
1474
+ }
1475
+ .bx--cc--chart-wrapper .stroke-mono-1-9 {
1476
+ stroke: #491d8b;
1477
+ }
1478
+ .bx--cc--chart-wrapper .stop-color-mono-1-9 {
1479
+ stop-color: #491d8b;
1480
+ }
1481
+ .bx--cc--chart-wrapper .fill-mono-1-10 {
1482
+ fill: #31135e;
1483
+ }
1484
+ .bx--cc--chart-wrapper .fill-mono-1-10.hovered {
1485
+ fill: #220d40;
1486
+ transition: all 0.1s ease-out;
1487
+ }
1488
+ .bx--cc--chart-wrapper .background-mono-1-10 {
1489
+ background-color: #31135e;
1490
+ }
1491
+ .bx--cc--chart-wrapper .background-mono-1-10.hovered {
1492
+ background-color: #220d40;
1493
+ transition: all 0.1s ease-out;
1494
+ }
1495
+ .bx--cc--chart-wrapper .stroke-mono-1-10 {
1496
+ stroke: #31135e;
1497
+ }
1498
+ .bx--cc--chart-wrapper .stop-color-mono-1-10 {
1499
+ stop-color: #31135e;
1500
+ }
1501
+ .bx--cc--chart-wrapper .fill-mono-1-11 {
1502
+ fill: #1c0f30;
1503
+ }
1504
+ .bx--cc--chart-wrapper .fill-mono-1-11.hovered {
1505
+ fill: #0c0715;
1506
+ transition: all 0.1s ease-out;
1507
+ }
1508
+ .bx--cc--chart-wrapper .background-mono-1-11 {
1509
+ background-color: #1c0f30;
1510
+ }
1511
+ .bx--cc--chart-wrapper .background-mono-1-11.hovered {
1512
+ background-color: #0c0715;
1513
+ transition: all 0.1s ease-out;
1514
+ }
1515
+ .bx--cc--chart-wrapper .stroke-mono-1-11 {
1516
+ stroke: #1c0f30;
1517
+ }
1518
+ .bx--cc--chart-wrapper .stop-color-mono-1-11 {
1519
+ stop-color: #1c0f30;
1520
+ }
1521
+ .bx--cc--chart-wrapper .fill-mono-2-1 {
1522
+ fill: #ffffff;
1523
+ }
1524
+ .bx--cc--chart-wrapper .fill-mono-2-1.hovered {
1525
+ fill: #ededed;
1526
+ transition: all 0.1s ease-out;
1527
+ }
1528
+ .bx--cc--chart-wrapper .background-mono-2-1 {
1529
+ background-color: #ffffff;
1530
+ }
1531
+ .bx--cc--chart-wrapper .background-mono-2-1.hovered {
1532
+ background-color: #ededed;
1533
+ transition: all 0.1s ease-out;
1534
+ }
1535
+ .bx--cc--chart-wrapper .stroke-mono-2-1 {
1536
+ stroke: #ffffff;
1537
+ }
1538
+ .bx--cc--chart-wrapper .stop-color-mono-2-1 {
1539
+ stop-color: #ffffff;
1540
+ }
1541
+ .bx--cc--chart-wrapper .fill-mono-2-2 {
1542
+ fill: #edf5ff;
1543
+ }
1544
+ .bx--cc--chart-wrapper .fill-mono-2-2.hovered {
1545
+ fill: #c9e1ff;
1546
+ transition: all 0.1s ease-out;
1547
+ }
1548
+ .bx--cc--chart-wrapper .background-mono-2-2 {
1549
+ background-color: #edf5ff;
1550
+ }
1551
+ .bx--cc--chart-wrapper .background-mono-2-2.hovered {
1552
+ background-color: #c9e1ff;
1553
+ transition: all 0.1s ease-out;
1554
+ }
1555
+ .bx--cc--chart-wrapper .stroke-mono-2-2 {
1556
+ stroke: #edf5ff;
1557
+ }
1558
+ .bx--cc--chart-wrapper .stop-color-mono-2-2 {
1559
+ stop-color: #edf5ff;
1560
+ }
1561
+ .bx--cc--chart-wrapper .fill-mono-2-3 {
1562
+ fill: #d0e2ff;
1563
+ }
1564
+ .bx--cc--chart-wrapper .fill-mono-2-3.hovered {
1565
+ fill: #acccff;
1566
+ transition: all 0.1s ease-out;
1567
+ }
1568
+ .bx--cc--chart-wrapper .background-mono-2-3 {
1569
+ background-color: #d0e2ff;
1570
+ }
1571
+ .bx--cc--chart-wrapper .background-mono-2-3.hovered {
1572
+ background-color: #acccff;
1573
+ transition: all 0.1s ease-out;
1574
+ }
1575
+ .bx--cc--chart-wrapper .stroke-mono-2-3 {
1576
+ stroke: #d0e2ff;
1577
+ }
1578
+ .bx--cc--chart-wrapper .stop-color-mono-2-3 {
1579
+ stop-color: #d0e2ff;
1580
+ }
1581
+ .bx--cc--chart-wrapper .fill-mono-2-4 {
1582
+ fill: #a6c8ff;
1583
+ }
1584
+ .bx--cc--chart-wrapper .fill-mono-2-4.hovered {
1585
+ fill: #82b2ff;
1586
+ transition: all 0.1s ease-out;
1587
+ }
1588
+ .bx--cc--chart-wrapper .background-mono-2-4 {
1589
+ background-color: #a6c8ff;
1590
+ }
1591
+ .bx--cc--chart-wrapper .background-mono-2-4.hovered {
1592
+ background-color: #82b2ff;
1593
+ transition: all 0.1s ease-out;
1594
+ }
1595
+ .bx--cc--chart-wrapper .stroke-mono-2-4 {
1596
+ stroke: #a6c8ff;
1597
+ }
1598
+ .bx--cc--chart-wrapper .stop-color-mono-2-4 {
1599
+ stop-color: #a6c8ff;
1600
+ }
1601
+ .bx--cc--chart-wrapper .fill-mono-2-5 {
1602
+ fill: #78a9ff;
1603
+ }
1604
+ .bx--cc--chart-wrapper .fill-mono-2-5.hovered {
1605
+ fill: #5492ff;
1606
+ transition: all 0.1s ease-out;
1607
+ }
1608
+ .bx--cc--chart-wrapper .background-mono-2-5 {
1609
+ background-color: #78a9ff;
1610
+ }
1611
+ .bx--cc--chart-wrapper .background-mono-2-5.hovered {
1612
+ background-color: #5492ff;
1613
+ transition: all 0.1s ease-out;
1614
+ }
1615
+ .bx--cc--chart-wrapper .stroke-mono-2-5 {
1616
+ stroke: #78a9ff;
1617
+ }
1618
+ .bx--cc--chart-wrapper .stop-color-mono-2-5 {
1619
+ stop-color: #78a9ff;
1620
+ }
1621
+ .bx--cc--chart-wrapper .fill-mono-2-6 {
1622
+ fill: #4589ff;
1623
+ }
1624
+ .bx--cc--chart-wrapper .fill-mono-2-6.hovered {
1625
+ fill: #2172ff;
1626
+ transition: all 0.1s ease-out;
1627
+ }
1628
+ .bx--cc--chart-wrapper .background-mono-2-6 {
1629
+ background-color: #4589ff;
1630
+ }
1631
+ .bx--cc--chart-wrapper .background-mono-2-6.hovered {
1632
+ background-color: #2172ff;
1633
+ transition: all 0.1s ease-out;
1634
+ }
1635
+ .bx--cc--chart-wrapper .stroke-mono-2-6 {
1636
+ stroke: #4589ff;
1637
+ }
1638
+ .bx--cc--chart-wrapper .stop-color-mono-2-6 {
1639
+ stop-color: #4589ff;
1640
+ }
1641
+ .bx--cc--chart-wrapper .fill-mono-2-7 {
1642
+ fill: #0f62fe;
1643
+ }
1644
+ .bx--cc--chart-wrapper .fill-mono-2-7.hovered {
1645
+ fill: #0151e8;
1646
+ transition: all 0.1s ease-out;
1647
+ }
1648
+ .bx--cc--chart-wrapper .background-mono-2-7 {
1649
+ background-color: #0f62fe;
1650
+ }
1651
+ .bx--cc--chart-wrapper .background-mono-2-7.hovered {
1652
+ background-color: #0151e8;
1653
+ transition: all 0.1s ease-out;
1654
+ }
1655
+ .bx--cc--chart-wrapper .stroke-mono-2-7 {
1656
+ stroke: #0f62fe;
1657
+ }
1658
+ .bx--cc--chart-wrapper .stop-color-mono-2-7 {
1659
+ stop-color: #0f62fe;
1660
+ }
1661
+ .bx--cc--chart-wrapper .fill-mono-2-8 {
1662
+ fill: #0043ce;
1663
+ }
1664
+ .bx--cc--chart-wrapper .fill-mono-2-8.hovered {
1665
+ fill: #0037aa;
1666
+ transition: all 0.1s ease-out;
1667
+ }
1668
+ .bx--cc--chart-wrapper .background-mono-2-8 {
1669
+ background-color: #0043ce;
1670
+ }
1671
+ .bx--cc--chart-wrapper .background-mono-2-8.hovered {
1672
+ background-color: #0037aa;
1673
+ transition: all 0.1s ease-out;
1674
+ }
1675
+ .bx--cc--chart-wrapper .stroke-mono-2-8 {
1676
+ stroke: #0043ce;
1677
+ }
1678
+ .bx--cc--chart-wrapper .stop-color-mono-2-8 {
1679
+ stop-color: #0043ce;
1680
+ }
1681
+ .bx--cc--chart-wrapper .fill-mono-2-9 {
1682
+ fill: #002d9c;
1683
+ }
1684
+ .bx--cc--chart-wrapper .fill-mono-2-9.hovered {
1685
+ fill: #002378;
1686
+ transition: all 0.1s ease-out;
1687
+ }
1688
+ .bx--cc--chart-wrapper .background-mono-2-9 {
1689
+ background-color: #002d9c;
1690
+ }
1691
+ .bx--cc--chart-wrapper .background-mono-2-9.hovered {
1692
+ background-color: #002378;
1693
+ transition: all 0.1s ease-out;
1694
+ }
1695
+ .bx--cc--chart-wrapper .stroke-mono-2-9 {
1696
+ stroke: #002d9c;
1697
+ }
1698
+ .bx--cc--chart-wrapper .stop-color-mono-2-9 {
1699
+ stop-color: #002d9c;
1700
+ }
1701
+ .bx--cc--chart-wrapper .fill-mono-2-10 {
1702
+ fill: #001d6c;
1703
+ }
1704
+ .bx--cc--chart-wrapper .fill-mono-2-10.hovered {
1705
+ fill: #001348;
1706
+ transition: all 0.1s ease-out;
1707
+ }
1708
+ .bx--cc--chart-wrapper .background-mono-2-10 {
1709
+ background-color: #001d6c;
1710
+ }
1711
+ .bx--cc--chart-wrapper .background-mono-2-10.hovered {
1712
+ background-color: #001348;
1713
+ transition: all 0.1s ease-out;
1714
+ }
1715
+ .bx--cc--chart-wrapper .stroke-mono-2-10 {
1716
+ stroke: #001d6c;
1717
+ }
1718
+ .bx--cc--chart-wrapper .stop-color-mono-2-10 {
1719
+ stop-color: #001d6c;
1720
+ }
1721
+ .bx--cc--chart-wrapper .fill-mono-2-11 {
1722
+ fill: #001141;
1723
+ }
1724
+ .bx--cc--chart-wrapper .fill-mono-2-11.hovered {
1725
+ fill: #00081d;
1726
+ transition: all 0.1s ease-out;
1727
+ }
1728
+ .bx--cc--chart-wrapper .background-mono-2-11 {
1729
+ background-color: #001141;
1730
+ }
1731
+ .bx--cc--chart-wrapper .background-mono-2-11.hovered {
1732
+ background-color: #00081d;
1733
+ transition: all 0.1s ease-out;
1734
+ }
1735
+ .bx--cc--chart-wrapper .stroke-mono-2-11 {
1736
+ stroke: #001141;
1737
+ }
1738
+ .bx--cc--chart-wrapper .stop-color-mono-2-11 {
1739
+ stop-color: #001141;
1740
+ }
1741
+ .bx--cc--chart-wrapper .fill-mono-3-1 {
1742
+ fill: #ffffff;
1743
+ }
1744
+ .bx--cc--chart-wrapper .fill-mono-3-1.hovered {
1745
+ fill: #ededed;
1746
+ transition: all 0.1s ease-out;
1747
+ }
1748
+ .bx--cc--chart-wrapper .background-mono-3-1 {
1749
+ background-color: #ffffff;
1750
+ }
1751
+ .bx--cc--chart-wrapper .background-mono-3-1.hovered {
1752
+ background-color: #ededed;
1753
+ transition: all 0.1s ease-out;
1754
+ }
1755
+ .bx--cc--chart-wrapper .stroke-mono-3-1 {
1756
+ stroke: #ffffff;
1757
+ }
1758
+ .bx--cc--chart-wrapper .stop-color-mono-3-1 {
1759
+ stop-color: #ffffff;
1760
+ }
1761
+ .bx--cc--chart-wrapper .fill-mono-3-2 {
1762
+ fill: #e5f6ff;
1763
+ }
1764
+ .bx--cc--chart-wrapper .fill-mono-3-2.hovered {
1765
+ fill: #c1eaff;
1766
+ transition: all 0.1s ease-out;
1767
+ }
1768
+ .bx--cc--chart-wrapper .background-mono-3-2 {
1769
+ background-color: #e5f6ff;
1770
+ }
1771
+ .bx--cc--chart-wrapper .background-mono-3-2.hovered {
1772
+ background-color: #c1eaff;
1773
+ transition: all 0.1s ease-out;
1774
+ }
1775
+ .bx--cc--chart-wrapper .stroke-mono-3-2 {
1776
+ stroke: #e5f6ff;
1777
+ }
1778
+ .bx--cc--chart-wrapper .stop-color-mono-3-2 {
1779
+ stop-color: #e5f6ff;
1780
+ }
1781
+ .bx--cc--chart-wrapper .fill-mono-3-3 {
1782
+ fill: #bae6ff;
1783
+ }
1784
+ .bx--cc--chart-wrapper .fill-mono-3-3.hovered {
1785
+ fill: #96d9ff;
1786
+ transition: all 0.1s ease-out;
1787
+ }
1788
+ .bx--cc--chart-wrapper .background-mono-3-3 {
1789
+ background-color: #bae6ff;
1790
+ }
1791
+ .bx--cc--chart-wrapper .background-mono-3-3.hovered {
1792
+ background-color: #96d9ff;
1793
+ transition: all 0.1s ease-out;
1794
+ }
1795
+ .bx--cc--chart-wrapper .stroke-mono-3-3 {
1796
+ stroke: #bae6ff;
1797
+ }
1798
+ .bx--cc--chart-wrapper .stop-color-mono-3-3 {
1799
+ stop-color: #bae6ff;
1800
+ }
1801
+ .bx--cc--chart-wrapper .fill-mono-3-4 {
1802
+ fill: #82cfff;
1803
+ }
1804
+ .bx--cc--chart-wrapper .fill-mono-3-4.hovered {
1805
+ fill: #5ec1ff;
1806
+ transition: all 0.1s ease-out;
1807
+ }
1808
+ .bx--cc--chart-wrapper .background-mono-3-4 {
1809
+ background-color: #82cfff;
1810
+ }
1811
+ .bx--cc--chart-wrapper .background-mono-3-4.hovered {
1812
+ background-color: #5ec1ff;
1813
+ transition: all 0.1s ease-out;
1814
+ }
1815
+ .bx--cc--chart-wrapper .stroke-mono-3-4 {
1816
+ stroke: #82cfff;
1817
+ }
1818
+ .bx--cc--chart-wrapper .stop-color-mono-3-4 {
1819
+ stop-color: #82cfff;
1820
+ }
1821
+ .bx--cc--chart-wrapper .fill-mono-3-5 {
1822
+ fill: #33b1ff;
1823
+ }
1824
+ .bx--cc--chart-wrapper .fill-mono-3-5.hovered {
1825
+ fill: #0fa3ff;
1826
+ transition: all 0.1s ease-out;
1827
+ }
1828
+ .bx--cc--chart-wrapper .background-mono-3-5 {
1829
+ background-color: #33b1ff;
1830
+ }
1831
+ .bx--cc--chart-wrapper .background-mono-3-5.hovered {
1832
+ background-color: #0fa3ff;
1833
+ transition: all 0.1s ease-out;
1834
+ }
1835
+ .bx--cc--chart-wrapper .stroke-mono-3-5 {
1836
+ stroke: #33b1ff;
1837
+ }
1838
+ .bx--cc--chart-wrapper .stop-color-mono-3-5 {
1839
+ stop-color: #33b1ff;
1840
+ }
1841
+ .bx--cc--chart-wrapper .fill-mono-3-6 {
1842
+ fill: #1192e8;
1843
+ }
1844
+ .bx--cc--chart-wrapper .fill-mono-3-6.hovered {
1845
+ fill: #0f7dc7;
1846
+ transition: all 0.1s ease-out;
1847
+ }
1848
+ .bx--cc--chart-wrapper .background-mono-3-6 {
1849
+ background-color: #1192e8;
1850
+ }
1851
+ .bx--cc--chart-wrapper .background-mono-3-6.hovered {
1852
+ background-color: #0f7dc7;
1853
+ transition: all 0.1s ease-out;
1854
+ }
1855
+ .bx--cc--chart-wrapper .stroke-mono-3-6 {
1856
+ stroke: #1192e8;
1857
+ }
1858
+ .bx--cc--chart-wrapper .stop-color-mono-3-6 {
1859
+ stop-color: #1192e8;
1860
+ }
1861
+ .bx--cc--chart-wrapper .fill-mono-3-7 {
1862
+ fill: #0072c3;
1863
+ }
1864
+ .bx--cc--chart-wrapper .fill-mono-3-7.hovered {
1865
+ fill: #005d9f;
1866
+ transition: all 0.1s ease-out;
1867
+ }
1868
+ .bx--cc--chart-wrapper .background-mono-3-7 {
1869
+ background-color: #0072c3;
1870
+ }
1871
+ .bx--cc--chart-wrapper .background-mono-3-7.hovered {
1872
+ background-color: #005d9f;
1873
+ transition: all 0.1s ease-out;
1874
+ }
1875
+ .bx--cc--chart-wrapper .stroke-mono-3-7 {
1876
+ stroke: #0072c3;
1877
+ }
1878
+ .bx--cc--chart-wrapper .stop-color-mono-3-7 {
1879
+ stop-color: #0072c3;
1880
+ }
1881
+ .bx--cc--chart-wrapper .fill-mono-3-8 {
1882
+ fill: #00539a;
1883
+ }
1884
+ .bx--cc--chart-wrapper .fill-mono-3-8.hovered {
1885
+ fill: #004076;
1886
+ transition: all 0.1s ease-out;
1887
+ }
1888
+ .bx--cc--chart-wrapper .background-mono-3-8 {
1889
+ background-color: #00539a;
1890
+ }
1891
+ .bx--cc--chart-wrapper .background-mono-3-8.hovered {
1892
+ background-color: #004076;
1893
+ transition: all 0.1s ease-out;
1894
+ }
1895
+ .bx--cc--chart-wrapper .stroke-mono-3-8 {
1896
+ stroke: #00539a;
1897
+ }
1898
+ .bx--cc--chart-wrapper .stop-color-mono-3-8 {
1899
+ stop-color: #00539a;
1900
+ }
1901
+ .bx--cc--chart-wrapper .fill-mono-3-9 {
1902
+ fill: #003a6d;
1903
+ }
1904
+ .bx--cc--chart-wrapper .fill-mono-3-9.hovered {
1905
+ fill: #002749;
1906
+ transition: all 0.1s ease-out;
1907
+ }
1908
+ .bx--cc--chart-wrapper .background-mono-3-9 {
1909
+ background-color: #003a6d;
1910
+ }
1911
+ .bx--cc--chart-wrapper .background-mono-3-9.hovered {
1912
+ background-color: #002749;
1913
+ transition: all 0.1s ease-out;
1914
+ }
1915
+ .bx--cc--chart-wrapper .stroke-mono-3-9 {
1916
+ stroke: #003a6d;
1917
+ }
1918
+ .bx--cc--chart-wrapper .stop-color-mono-3-9 {
1919
+ stop-color: #003a6d;
1920
+ }
1921
+ .bx--cc--chart-wrapper .fill-mono-3-10 {
1922
+ fill: #012749;
1923
+ }
1924
+ .bx--cc--chart-wrapper .fill-mono-3-10.hovered {
1925
+ fill: #011426;
1926
+ transition: all 0.1s ease-out;
1927
+ }
1928
+ .bx--cc--chart-wrapper .background-mono-3-10 {
1929
+ background-color: #012749;
1930
+ }
1931
+ .bx--cc--chart-wrapper .background-mono-3-10.hovered {
1932
+ background-color: #011426;
1933
+ transition: all 0.1s ease-out;
1934
+ }
1935
+ .bx--cc--chart-wrapper .stroke-mono-3-10 {
1936
+ stroke: #012749;
1937
+ }
1938
+ .bx--cc--chart-wrapper .stop-color-mono-3-10 {
1939
+ stop-color: #012749;
1940
+ }
1941
+ .bx--cc--chart-wrapper .fill-mono-3-11 {
1942
+ fill: #061727;
1943
+ }
1944
+ .bx--cc--chart-wrapper .fill-mono-3-11.hovered {
1945
+ fill: #010508;
1946
+ transition: all 0.1s ease-out;
1947
+ }
1948
+ .bx--cc--chart-wrapper .background-mono-3-11 {
1949
+ background-color: #061727;
1950
+ }
1951
+ .bx--cc--chart-wrapper .background-mono-3-11.hovered {
1952
+ background-color: #010508;
1953
+ transition: all 0.1s ease-out;
1954
+ }
1955
+ .bx--cc--chart-wrapper .stroke-mono-3-11 {
1956
+ stroke: #061727;
1957
+ }
1958
+ .bx--cc--chart-wrapper .stop-color-mono-3-11 {
1959
+ stop-color: #061727;
1960
+ }
1961
+ .bx--cc--chart-wrapper .fill-mono-4-1 {
1962
+ fill: #ffffff;
1963
+ }
1964
+ .bx--cc--chart-wrapper .fill-mono-4-1.hovered {
1965
+ fill: #ededed;
1966
+ transition: all 0.1s ease-out;
1967
+ }
1968
+ .bx--cc--chart-wrapper .background-mono-4-1 {
1969
+ background-color: #ffffff;
1970
+ }
1971
+ .bx--cc--chart-wrapper .background-mono-4-1.hovered {
1972
+ background-color: #ededed;
1973
+ transition: all 0.1s ease-out;
1974
+ }
1975
+ .bx--cc--chart-wrapper .stroke-mono-4-1 {
1976
+ stroke: #ffffff;
1977
+ }
1978
+ .bx--cc--chart-wrapper .stop-color-mono-4-1 {
1979
+ stop-color: #ffffff;
1980
+ }
1981
+ .bx--cc--chart-wrapper .fill-mono-4-2 {
1982
+ fill: #d9fbfb;
1983
+ }
1984
+ .bx--cc--chart-wrapper .fill-mono-4-2.hovered {
1985
+ fill: #b9f8f8;
1986
+ transition: all 0.1s ease-out;
1987
+ }
1988
+ .bx--cc--chart-wrapper .background-mono-4-2 {
1989
+ background-color: #d9fbfb;
1990
+ }
1991
+ .bx--cc--chart-wrapper .background-mono-4-2.hovered {
1992
+ background-color: #b9f8f8;
1993
+ transition: all 0.1s ease-out;
1994
+ }
1995
+ .bx--cc--chart-wrapper .stroke-mono-4-2 {
1996
+ stroke: #d9fbfb;
1997
+ }
1998
+ .bx--cc--chart-wrapper .stop-color-mono-4-2 {
1999
+ stop-color: #d9fbfb;
2000
+ }
2001
+ .bx--cc--chart-wrapper .fill-mono-4-3 {
2002
+ fill: #9ef0f0;
2003
+ }
2004
+ .bx--cc--chart-wrapper .fill-mono-4-3.hovered {
2005
+ fill: #7febeb;
2006
+ transition: all 0.1s ease-out;
2007
+ }
2008
+ .bx--cc--chart-wrapper .background-mono-4-3 {
2009
+ background-color: #9ef0f0;
2010
+ }
2011
+ .bx--cc--chart-wrapper .background-mono-4-3.hovered {
2012
+ background-color: #7febeb;
2013
+ transition: all 0.1s ease-out;
2014
+ }
2015
+ .bx--cc--chart-wrapper .stroke-mono-4-3 {
2016
+ stroke: #9ef0f0;
2017
+ }
2018
+ .bx--cc--chart-wrapper .stop-color-mono-4-3 {
2019
+ stop-color: #9ef0f0;
2020
+ }
2021
+ .bx--cc--chart-wrapper .fill-mono-4-4 {
2022
+ fill: #3ddbd9;
2023
+ }
2024
+ .bx--cc--chart-wrapper .fill-mono-4-4.hovered {
2025
+ fill: #26cecc;
2026
+ transition: all 0.1s ease-out;
2027
+ }
2028
+ .bx--cc--chart-wrapper .background-mono-4-4 {
2029
+ background-color: #3ddbd9;
2030
+ }
2031
+ .bx--cc--chart-wrapper .background-mono-4-4.hovered {
2032
+ background-color: #26cecc;
2033
+ transition: all 0.1s ease-out;
2034
+ }
2035
+ .bx--cc--chart-wrapper .stroke-mono-4-4 {
2036
+ stroke: #3ddbd9;
2037
+ }
2038
+ .bx--cc--chart-wrapper .stop-color-mono-4-4 {
2039
+ stop-color: #3ddbd9;
2040
+ }
2041
+ .bx--cc--chart-wrapper .fill-mono-4-5 {
2042
+ fill: #08bdba;
2043
+ }
2044
+ .bx--cc--chart-wrapper .fill-mono-4-5.hovered {
2045
+ fill: #079b98;
2046
+ transition: all 0.1s ease-out;
2047
+ }
2048
+ .bx--cc--chart-wrapper .background-mono-4-5 {
2049
+ background-color: #08bdba;
2050
+ }
2051
+ .bx--cc--chart-wrapper .background-mono-4-5.hovered {
2052
+ background-color: #079b98;
2053
+ transition: all 0.1s ease-out;
2054
+ }
2055
+ .bx--cc--chart-wrapper .stroke-mono-4-5 {
2056
+ stroke: #08bdba;
2057
+ }
2058
+ .bx--cc--chart-wrapper .stop-color-mono-4-5 {
2059
+ stop-color: #08bdba;
2060
+ }
2061
+ .bx--cc--chart-wrapper .fill-mono-4-6 {
2062
+ fill: #009d9a;
2063
+ }
2064
+ .bx--cc--chart-wrapper .fill-mono-4-6.hovered {
2065
+ fill: #007977;
2066
+ transition: all 0.1s ease-out;
2067
+ }
2068
+ .bx--cc--chart-wrapper .background-mono-4-6 {
2069
+ background-color: #009d9a;
2070
+ }
2071
+ .bx--cc--chart-wrapper .background-mono-4-6.hovered {
2072
+ background-color: #007977;
2073
+ transition: all 0.1s ease-out;
2074
+ }
2075
+ .bx--cc--chart-wrapper .stroke-mono-4-6 {
2076
+ stroke: #009d9a;
2077
+ }
2078
+ .bx--cc--chart-wrapper .stop-color-mono-4-6 {
2079
+ stop-color: #009d9a;
2080
+ }
2081
+ .bx--cc--chart-wrapper .fill-mono-4-7 {
2082
+ fill: #007d79;
2083
+ }
2084
+ .bx--cc--chart-wrapper .fill-mono-4-7.hovered {
2085
+ fill: #005956;
2086
+ transition: all 0.1s ease-out;
2087
+ }
2088
+ .bx--cc--chart-wrapper .background-mono-4-7 {
2089
+ background-color: #007d79;
2090
+ }
2091
+ .bx--cc--chart-wrapper .background-mono-4-7.hovered {
2092
+ background-color: #005956;
2093
+ transition: all 0.1s ease-out;
2094
+ }
2095
+ .bx--cc--chart-wrapper .stroke-mono-4-7 {
2096
+ stroke: #007d79;
2097
+ }
2098
+ .bx--cc--chart-wrapper .stop-color-mono-4-7 {
2099
+ stop-color: #007d79;
2100
+ }
2101
+ .bx--cc--chart-wrapper .fill-mono-4-8 {
2102
+ fill: #005d5d;
2103
+ }
2104
+ .bx--cc--chart-wrapper .fill-mono-4-8.hovered {
2105
+ fill: #003939;
2106
+ transition: all 0.1s ease-out;
2107
+ }
2108
+ .bx--cc--chart-wrapper .background-mono-4-8 {
2109
+ background-color: #005d5d;
2110
+ }
2111
+ .bx--cc--chart-wrapper .background-mono-4-8.hovered {
2112
+ background-color: #003939;
2113
+ transition: all 0.1s ease-out;
2114
+ }
2115
+ .bx--cc--chart-wrapper .stroke-mono-4-8 {
2116
+ stroke: #005d5d;
2117
+ }
2118
+ .bx--cc--chart-wrapper .stop-color-mono-4-8 {
2119
+ stop-color: #005d5d;
2120
+ }
2121
+ .bx--cc--chart-wrapper .fill-mono-4-9 {
2122
+ fill: #004144;
2123
+ }
2124
+ .bx--cc--chart-wrapper .fill-mono-4-9.hovered {
2125
+ fill: #001f20;
2126
+ transition: all 0.1s ease-out;
2127
+ }
2128
+ .bx--cc--chart-wrapper .background-mono-4-9 {
2129
+ background-color: #004144;
2130
+ }
2131
+ .bx--cc--chart-wrapper .background-mono-4-9.hovered {
2132
+ background-color: #001f20;
2133
+ transition: all 0.1s ease-out;
2134
+ }
2135
+ .bx--cc--chart-wrapper .stroke-mono-4-9 {
2136
+ stroke: #004144;
2137
+ }
2138
+ .bx--cc--chart-wrapper .stop-color-mono-4-9 {
2139
+ stop-color: #004144;
2140
+ }
2141
+ .bx--cc--chart-wrapper .fill-mono-4-10 {
2142
+ fill: #022b30;
2143
+ }
2144
+ .bx--cc--chart-wrapper .fill-mono-4-10.hovered {
2145
+ fill: #010c0e;
2146
+ transition: all 0.1s ease-out;
2147
+ }
2148
+ .bx--cc--chart-wrapper .background-mono-4-10 {
2149
+ background-color: #022b30;
2150
+ }
2151
+ .bx--cc--chart-wrapper .background-mono-4-10.hovered {
2152
+ background-color: #010c0e;
2153
+ transition: all 0.1s ease-out;
2154
+ }
2155
+ .bx--cc--chart-wrapper .stroke-mono-4-10 {
2156
+ stroke: #022b30;
2157
+ }
2158
+ .bx--cc--chart-wrapper .stop-color-mono-4-10 {
2159
+ stop-color: #022b30;
2160
+ }
2161
+ .bx--cc--chart-wrapper .fill-mono-4-11 {
2162
+ fill: #081a1c;
2163
+ }
2164
+ .bx--cc--chart-wrapper .fill-mono-4-11.hovered {
2165
+ fill: black;
2166
+ transition: all 0.1s ease-out;
2167
+ }
2168
+ .bx--cc--chart-wrapper .background-mono-4-11 {
2169
+ background-color: #081a1c;
2170
+ }
2171
+ .bx--cc--chart-wrapper .background-mono-4-11.hovered {
2172
+ background-color: black;
2173
+ transition: all 0.1s ease-out;
2174
+ }
2175
+ .bx--cc--chart-wrapper .stroke-mono-4-11 {
2176
+ stroke: #081a1c;
2177
+ }
2178
+ .bx--cc--chart-wrapper .stop-color-mono-4-11 {
2179
+ stop-color: #081a1c;
2180
+ }
2181
+ .bx--cc--chart-wrapper .fill-diverge-1-1 {
2182
+ fill: #750e13;
2183
+ }
2184
+ .bx--cc--chart-wrapper .fill-diverge-1-1.hovered {
2185
+ fill: #550a0e;
2186
+ transition: all 0.1s ease-out;
2187
+ }
2188
+ .bx--cc--chart-wrapper .background-diverge-1-1 {
2189
+ background-color: #750e13;
2190
+ }
2191
+ .bx--cc--chart-wrapper .background-diverge-1-1.hovered {
2192
+ background-color: #550a0e;
2193
+ transition: all 0.1s ease-out;
2194
+ }
2195
+ .bx--cc--chart-wrapper .stroke-diverge-1-1 {
2196
+ stroke: #750e13;
2197
+ }
2198
+ .bx--cc--chart-wrapper .stop-color-diverge-1-1 {
2199
+ stop-color: #750e13;
2200
+ }
2201
+ .bx--cc--chart-wrapper .fill-diverge-1-2 {
2202
+ fill: #a2191f;
2203
+ }
2204
+ .bx--cc--chart-wrapper .fill-diverge-1-2.hovered {
2205
+ fill: #831419;
2206
+ transition: all 0.1s ease-out;
2207
+ }
2208
+ .bx--cc--chart-wrapper .background-diverge-1-2 {
2209
+ background-color: #a2191f;
2210
+ }
2211
+ .bx--cc--chart-wrapper .background-diverge-1-2.hovered {
2212
+ background-color: #831419;
2213
+ transition: all 0.1s ease-out;
2214
+ }
2215
+ .bx--cc--chart-wrapper .stroke-diverge-1-2 {
2216
+ stroke: #a2191f;
2217
+ }
2218
+ .bx--cc--chart-wrapper .stop-color-diverge-1-2 {
2219
+ stop-color: #a2191f;
2220
+ }
2221
+ .bx--cc--chart-wrapper .fill-diverge-1-3 {
2222
+ fill: #da1e28;
2223
+ }
2224
+ .bx--cc--chart-wrapper .fill-diverge-1-3.hovered {
2225
+ fill: #bb1a22;
2226
+ transition: all 0.1s ease-out;
2227
+ }
2228
+ .bx--cc--chart-wrapper .background-diverge-1-3 {
2229
+ background-color: #da1e28;
2230
+ }
2231
+ .bx--cc--chart-wrapper .background-diverge-1-3.hovered {
2232
+ background-color: #bb1a22;
2233
+ transition: all 0.1s ease-out;
2234
+ }
2235
+ .bx--cc--chart-wrapper .stroke-diverge-1-3 {
2236
+ stroke: #da1e28;
2237
+ }
2238
+ .bx--cc--chart-wrapper .stop-color-diverge-1-3 {
2239
+ stop-color: #da1e28;
2240
+ }
2241
+ .bx--cc--chart-wrapper .fill-diverge-1-4 {
2242
+ fill: #fa4d56;
2243
+ }
2244
+ .bx--cc--chart-wrapper .fill-diverge-1-4.hovered {
2245
+ fill: #f92a35;
2246
+ transition: all 0.1s ease-out;
2247
+ }
2248
+ .bx--cc--chart-wrapper .background-diverge-1-4 {
2249
+ background-color: #fa4d56;
2250
+ }
2251
+ .bx--cc--chart-wrapper .background-diverge-1-4.hovered {
2252
+ background-color: #f92a35;
2253
+ transition: all 0.1s ease-out;
2254
+ }
2255
+ .bx--cc--chart-wrapper .stroke-diverge-1-4 {
2256
+ stroke: #fa4d56;
2257
+ }
2258
+ .bx--cc--chart-wrapper .stop-color-diverge-1-4 {
2259
+ stop-color: #fa4d56;
2260
+ }
2261
+ .bx--cc--chart-wrapper .fill-diverge-1-5 {
2262
+ fill: #ff8389;
2263
+ }
2264
+ .bx--cc--chart-wrapper .fill-diverge-1-5.hovered {
2265
+ fill: #ff5f67;
2266
+ transition: all 0.1s ease-out;
2267
+ }
2268
+ .bx--cc--chart-wrapper .background-diverge-1-5 {
2269
+ background-color: #ff8389;
2270
+ }
2271
+ .bx--cc--chart-wrapper .background-diverge-1-5.hovered {
2272
+ background-color: #ff5f67;
2273
+ transition: all 0.1s ease-out;
2274
+ }
2275
+ .bx--cc--chart-wrapper .stroke-diverge-1-5 {
2276
+ stroke: #ff8389;
2277
+ }
2278
+ .bx--cc--chart-wrapper .stop-color-diverge-1-5 {
2279
+ stop-color: #ff8389;
2280
+ }
2281
+ .bx--cc--chart-wrapper .fill-diverge-1-6 {
2282
+ fill: #ffb3b8;
2283
+ }
2284
+ .bx--cc--chart-wrapper .fill-diverge-1-6.hovered {
2285
+ fill: #ff8f97;
2286
+ transition: all 0.1s ease-out;
2287
+ }
2288
+ .bx--cc--chart-wrapper .background-diverge-1-6 {
2289
+ background-color: #ffb3b8;
2290
+ }
2291
+ .bx--cc--chart-wrapper .background-diverge-1-6.hovered {
2292
+ background-color: #ff8f97;
2293
+ transition: all 0.1s ease-out;
2294
+ }
2295
+ .bx--cc--chart-wrapper .stroke-diverge-1-6 {
2296
+ stroke: #ffb3b8;
2297
+ }
2298
+ .bx--cc--chart-wrapper .stop-color-diverge-1-6 {
2299
+ stop-color: #ffb3b8;
2300
+ }
2301
+ .bx--cc--chart-wrapper .fill-diverge-1-7 {
2302
+ fill: #ffd7d9;
2303
+ }
2304
+ .bx--cc--chart-wrapper .fill-diverge-1-7.hovered {
2305
+ fill: #ffb3b7;
2306
+ transition: all 0.1s ease-out;
2307
+ }
2308
+ .bx--cc--chart-wrapper .background-diverge-1-7 {
2309
+ background-color: #ffd7d9;
2310
+ }
2311
+ .bx--cc--chart-wrapper .background-diverge-1-7.hovered {
2312
+ background-color: #ffb3b7;
2313
+ transition: all 0.1s ease-out;
2314
+ }
2315
+ .bx--cc--chart-wrapper .stroke-diverge-1-7 {
2316
+ stroke: #ffd7d9;
2317
+ }
2318
+ .bx--cc--chart-wrapper .stop-color-diverge-1-7 {
2319
+ stop-color: #ffd7d9;
2320
+ }
2321
+ .bx--cc--chart-wrapper .fill-diverge-1-8 {
2322
+ fill: #fff1f1;
2323
+ }
2324
+ .bx--cc--chart-wrapper .fill-diverge-1-8.hovered {
2325
+ fill: #ffcdcd;
2326
+ transition: all 0.1s ease-out;
2327
+ }
2328
+ .bx--cc--chart-wrapper .background-diverge-1-8 {
2329
+ background-color: #fff1f1;
2330
+ }
2331
+ .bx--cc--chart-wrapper .background-diverge-1-8.hovered {
2332
+ background-color: #ffcdcd;
2333
+ transition: all 0.1s ease-out;
2334
+ }
2335
+ .bx--cc--chart-wrapper .stroke-diverge-1-8 {
2336
+ stroke: #fff1f1;
2337
+ }
2338
+ .bx--cc--chart-wrapper .stop-color-diverge-1-8 {
2339
+ stop-color: #fff1f1;
2340
+ }
2341
+ .bx--cc--chart-wrapper .fill-diverge-1-9 {
2342
+ fill: #ffffff;
2343
+ }
2344
+ .bx--cc--chart-wrapper .fill-diverge-1-9.hovered {
2345
+ fill: #ededed;
2346
+ transition: all 0.1s ease-out;
2347
+ }
2348
+ .bx--cc--chart-wrapper .background-diverge-1-9 {
2349
+ background-color: #ffffff;
2350
+ }
2351
+ .bx--cc--chart-wrapper .background-diverge-1-9.hovered {
2352
+ background-color: #ededed;
2353
+ transition: all 0.1s ease-out;
2354
+ }
2355
+ .bx--cc--chart-wrapper .stroke-diverge-1-9 {
2356
+ stroke: #ffffff;
2357
+ }
2358
+ .bx--cc--chart-wrapper .stop-color-diverge-1-9 {
2359
+ stop-color: #ffffff;
2360
+ }
2361
+ .bx--cc--chart-wrapper .fill-diverge-1-10 {
2362
+ fill: #e5f6ff;
2363
+ }
2364
+ .bx--cc--chart-wrapper .fill-diverge-1-10.hovered {
2365
+ fill: #c1eaff;
2366
+ transition: all 0.1s ease-out;
2367
+ }
2368
+ .bx--cc--chart-wrapper .background-diverge-1-10 {
2369
+ background-color: #e5f6ff;
2370
+ }
2371
+ .bx--cc--chart-wrapper .background-diverge-1-10.hovered {
2372
+ background-color: #c1eaff;
2373
+ transition: all 0.1s ease-out;
2374
+ }
2375
+ .bx--cc--chart-wrapper .stroke-diverge-1-10 {
2376
+ stroke: #e5f6ff;
2377
+ }
2378
+ .bx--cc--chart-wrapper .stop-color-diverge-1-10 {
2379
+ stop-color: #e5f6ff;
2380
+ }
2381
+ .bx--cc--chart-wrapper .fill-diverge-1-11 {
2382
+ fill: #bae6ff;
2383
+ }
2384
+ .bx--cc--chart-wrapper .fill-diverge-1-11.hovered {
2385
+ fill: #96d9ff;
2386
+ transition: all 0.1s ease-out;
2387
+ }
2388
+ .bx--cc--chart-wrapper .background-diverge-1-11 {
2389
+ background-color: #bae6ff;
2390
+ }
2391
+ .bx--cc--chart-wrapper .background-diverge-1-11.hovered {
2392
+ background-color: #96d9ff;
2393
+ transition: all 0.1s ease-out;
2394
+ }
2395
+ .bx--cc--chart-wrapper .stroke-diverge-1-11 {
2396
+ stroke: #bae6ff;
2397
+ }
2398
+ .bx--cc--chart-wrapper .stop-color-diverge-1-11 {
2399
+ stop-color: #bae6ff;
2400
+ }
2401
+ .bx--cc--chart-wrapper .fill-diverge-1-12 {
2402
+ fill: #82cfff;
2403
+ }
2404
+ .bx--cc--chart-wrapper .fill-diverge-1-12.hovered {
2405
+ fill: #5ec1ff;
2406
+ transition: all 0.1s ease-out;
2407
+ }
2408
+ .bx--cc--chart-wrapper .background-diverge-1-12 {
2409
+ background-color: #82cfff;
2410
+ }
2411
+ .bx--cc--chart-wrapper .background-diverge-1-12.hovered {
2412
+ background-color: #5ec1ff;
2413
+ transition: all 0.1s ease-out;
2414
+ }
2415
+ .bx--cc--chart-wrapper .stroke-diverge-1-12 {
2416
+ stroke: #82cfff;
2417
+ }
2418
+ .bx--cc--chart-wrapper .stop-color-diverge-1-12 {
2419
+ stop-color: #82cfff;
2420
+ }
2421
+ .bx--cc--chart-wrapper .fill-diverge-1-13 {
2422
+ fill: #33b1ff;
2423
+ }
2424
+ .bx--cc--chart-wrapper .fill-diverge-1-13.hovered {
2425
+ fill: #0fa3ff;
2426
+ transition: all 0.1s ease-out;
2427
+ }
2428
+ .bx--cc--chart-wrapper .background-diverge-1-13 {
2429
+ background-color: #33b1ff;
2430
+ }
2431
+ .bx--cc--chart-wrapper .background-diverge-1-13.hovered {
2432
+ background-color: #0fa3ff;
2433
+ transition: all 0.1s ease-out;
2434
+ }
2435
+ .bx--cc--chart-wrapper .stroke-diverge-1-13 {
2436
+ stroke: #33b1ff;
2437
+ }
2438
+ .bx--cc--chart-wrapper .stop-color-diverge-1-13 {
2439
+ stop-color: #33b1ff;
2440
+ }
2441
+ .bx--cc--chart-wrapper .fill-diverge-1-14 {
2442
+ fill: #1192e8;
2443
+ }
2444
+ .bx--cc--chart-wrapper .fill-diverge-1-14.hovered {
2445
+ fill: #0f7dc7;
2446
+ transition: all 0.1s ease-out;
2447
+ }
2448
+ .bx--cc--chart-wrapper .background-diverge-1-14 {
2449
+ background-color: #1192e8;
2450
+ }
2451
+ .bx--cc--chart-wrapper .background-diverge-1-14.hovered {
2452
+ background-color: #0f7dc7;
2453
+ transition: all 0.1s ease-out;
2454
+ }
2455
+ .bx--cc--chart-wrapper .stroke-diverge-1-14 {
2456
+ stroke: #1192e8;
2457
+ }
2458
+ .bx--cc--chart-wrapper .stop-color-diverge-1-14 {
2459
+ stop-color: #1192e8;
2460
+ }
2461
+ .bx--cc--chart-wrapper .fill-diverge-1-15 {
2462
+ fill: #0072c3;
2463
+ }
2464
+ .bx--cc--chart-wrapper .fill-diverge-1-15.hovered {
2465
+ fill: #005d9f;
2466
+ transition: all 0.1s ease-out;
2467
+ }
2468
+ .bx--cc--chart-wrapper .background-diverge-1-15 {
2469
+ background-color: #0072c3;
2470
+ }
2471
+ .bx--cc--chart-wrapper .background-diverge-1-15.hovered {
2472
+ background-color: #005d9f;
2473
+ transition: all 0.1s ease-out;
2474
+ }
2475
+ .bx--cc--chart-wrapper .stroke-diverge-1-15 {
2476
+ stroke: #0072c3;
2477
+ }
2478
+ .bx--cc--chart-wrapper .stop-color-diverge-1-15 {
2479
+ stop-color: #0072c3;
2480
+ }
2481
+ .bx--cc--chart-wrapper .fill-diverge-1-16 {
2482
+ fill: #00539a;
2483
+ }
2484
+ .bx--cc--chart-wrapper .fill-diverge-1-16.hovered {
2485
+ fill: #004076;
2486
+ transition: all 0.1s ease-out;
2487
+ }
2488
+ .bx--cc--chart-wrapper .background-diverge-1-16 {
2489
+ background-color: #00539a;
2490
+ }
2491
+ .bx--cc--chart-wrapper .background-diverge-1-16.hovered {
2492
+ background-color: #004076;
2493
+ transition: all 0.1s ease-out;
2494
+ }
2495
+ .bx--cc--chart-wrapper .stroke-diverge-1-16 {
2496
+ stroke: #00539a;
2497
+ }
2498
+ .bx--cc--chart-wrapper .stop-color-diverge-1-16 {
2499
+ stop-color: #00539a;
2500
+ }
2501
+ .bx--cc--chart-wrapper .fill-diverge-1-17 {
2502
+ fill: #003a6d;
2503
+ }
2504
+ .bx--cc--chart-wrapper .fill-diverge-1-17.hovered {
2505
+ fill: #002749;
2506
+ transition: all 0.1s ease-out;
2507
+ }
2508
+ .bx--cc--chart-wrapper .background-diverge-1-17 {
2509
+ background-color: #003a6d;
2510
+ }
2511
+ .bx--cc--chart-wrapper .background-diverge-1-17.hovered {
2512
+ background-color: #002749;
795
2513
  transition: all 0.1s ease-out;
796
2514
  }
797
- .bx--cc--chart-wrapper .stroke-5-2-1 {
798
- stroke: #002d9c;
2515
+ .bx--cc--chart-wrapper .stroke-diverge-1-17 {
2516
+ stroke: #003a6d;
799
2517
  }
800
- .bx--cc--chart-wrapper .fill-5-2-2 {
801
- fill: #009d9a;
2518
+ .bx--cc--chart-wrapper .stop-color-diverge-1-17 {
2519
+ stop-color: #003a6d;
802
2520
  }
803
- .bx--cc--chart-wrapper .fill-5-2-2.hovered {
804
- fill: #007977;
2521
+ .bx--cc--chart-wrapper .fill-diverge-2-1 {
2522
+ fill: #491d8b;
2523
+ }
2524
+ .bx--cc--chart-wrapper .fill-diverge-2-1.hovered {
2525
+ fill: #39176d;
805
2526
  transition: all 0.1s ease-out;
806
2527
  }
807
- .bx--cc--chart-wrapper .background-5-2-2 {
808
- background-color: #009d9a;
2528
+ .bx--cc--chart-wrapper .background-diverge-2-1 {
2529
+ background-color: #491d8b;
809
2530
  }
810
- .bx--cc--chart-wrapper .background-5-2-2.hovered {
811
- background-color: #007977;
2531
+ .bx--cc--chart-wrapper .background-diverge-2-1.hovered {
2532
+ background-color: #39176d;
812
2533
  transition: all 0.1s ease-out;
813
2534
  }
814
- .bx--cc--chart-wrapper .stroke-5-2-2 {
815
- stroke: #009d9a;
2535
+ .bx--cc--chart-wrapper .stroke-diverge-2-1 {
2536
+ stroke: #491d8b;
816
2537
  }
817
- .bx--cc--chart-wrapper .fill-5-2-3 {
818
- fill: #9f1853;
2538
+ .bx--cc--chart-wrapper .stop-color-diverge-2-1 {
2539
+ stop-color: #491d8b;
819
2540
  }
820
- .bx--cc--chart-wrapper .fill-5-2-3.hovered {
821
- fill: #801343;
2541
+ .bx--cc--chart-wrapper .fill-diverge-2-2 {
2542
+ fill: #6929c4;
2543
+ }
2544
+ .bx--cc--chart-wrapper .fill-diverge-2-2.hovered {
2545
+ fill: #5923a6;
822
2546
  transition: all 0.1s ease-out;
823
2547
  }
824
- .bx--cc--chart-wrapper .background-5-2-3 {
825
- background-color: #9f1853;
2548
+ .bx--cc--chart-wrapper .background-diverge-2-2 {
2549
+ background-color: #6929c4;
826
2550
  }
827
- .bx--cc--chart-wrapper .background-5-2-3.hovered {
828
- background-color: #801343;
2551
+ .bx--cc--chart-wrapper .background-diverge-2-2.hovered {
2552
+ background-color: #5923a6;
829
2553
  transition: all 0.1s ease-out;
830
2554
  }
831
- .bx--cc--chart-wrapper .stroke-5-2-3 {
832
- stroke: #9f1853;
2555
+ .bx--cc--chart-wrapper .stroke-diverge-2-2 {
2556
+ stroke: #6929c4;
833
2557
  }
834
- .bx--cc--chart-wrapper .fill-5-2-4 {
835
- fill: #520408;
2558
+ .bx--cc--chart-wrapper .stop-color-diverge-2-2 {
2559
+ stop-color: #6929c4;
836
2560
  }
837
- .bx--cc--chart-wrapper .fill-5-2-4.hovered {
838
- fill: #300205;
2561
+ .bx--cc--chart-wrapper .fill-diverge-2-3 {
2562
+ fill: #8a3ffc;
2563
+ }
2564
+ .bx--cc--chart-wrapper .fill-diverge-2-3.hovered {
2565
+ fill: #751cfb;
839
2566
  transition: all 0.1s ease-out;
840
2567
  }
841
- .bx--cc--chart-wrapper .background-5-2-4 {
842
- background-color: #520408;
2568
+ .bx--cc--chart-wrapper .background-diverge-2-3 {
2569
+ background-color: #8a3ffc;
843
2570
  }
844
- .bx--cc--chart-wrapper .background-5-2-4.hovered {
845
- background-color: #300205;
2571
+ .bx--cc--chart-wrapper .background-diverge-2-3.hovered {
2572
+ background-color: #751cfb;
846
2573
  transition: all 0.1s ease-out;
847
2574
  }
848
- .bx--cc--chart-wrapper .stroke-5-2-4 {
849
- stroke: #520408;
2575
+ .bx--cc--chart-wrapper .stroke-diverge-2-3 {
2576
+ stroke: #8a3ffc;
850
2577
  }
851
- .bx--cc--chart-wrapper .fill-5-2-5 {
2578
+ .bx--cc--chart-wrapper .stop-color-diverge-2-3 {
2579
+ stop-color: #8a3ffc;
2580
+ }
2581
+ .bx--cc--chart-wrapper .fill-diverge-2-4 {
852
2582
  fill: #a56eff;
853
2583
  }
854
- .bx--cc--chart-wrapper .fill-5-2-5.hovered {
2584
+ .bx--cc--chart-wrapper .fill-diverge-2-4.hovered {
855
2585
  fill: #8f4aff;
856
2586
  transition: all 0.1s ease-out;
857
2587
  }
858
- .bx--cc--chart-wrapper .background-5-2-5 {
2588
+ .bx--cc--chart-wrapper .background-diverge-2-4 {
859
2589
  background-color: #a56eff;
860
2590
  }
861
- .bx--cc--chart-wrapper .background-5-2-5.hovered {
2591
+ .bx--cc--chart-wrapper .background-diverge-2-4.hovered {
862
2592
  background-color: #8f4aff;
863
2593
  transition: all 0.1s ease-out;
864
2594
  }
865
- .bx--cc--chart-wrapper .stroke-5-2-5 {
2595
+ .bx--cc--chart-wrapper .stroke-diverge-2-4 {
866
2596
  stroke: #a56eff;
867
2597
  }
868
- .bx--cc--chart-wrapper .fill-14-1-1 {
869
- fill: #6929c4;
870
- }
871
- .bx--cc--chart-wrapper .fill-14-1-1.hovered {
872
- fill: #5923a6;
873
- transition: all 0.1s ease-out;
2598
+ .bx--cc--chart-wrapper .stop-color-diverge-2-4 {
2599
+ stop-color: #a56eff;
874
2600
  }
875
- .bx--cc--chart-wrapper .background-14-1-1 {
876
- background-color: #6929c4;
2601
+ .bx--cc--chart-wrapper .fill-diverge-2-5 {
2602
+ fill: #be95ff;
877
2603
  }
878
- .bx--cc--chart-wrapper .background-14-1-1.hovered {
879
- background-color: #5923a6;
2604
+ .bx--cc--chart-wrapper .fill-diverge-2-5.hovered {
2605
+ fill: #a871ff;
880
2606
  transition: all 0.1s ease-out;
881
2607
  }
882
- .bx--cc--chart-wrapper .stroke-14-1-1 {
883
- stroke: #6929c4;
884
- }
885
- .bx--cc--chart-wrapper .fill-14-1-2 {
886
- fill: #1192e8;
2608
+ .bx--cc--chart-wrapper .background-diverge-2-5 {
2609
+ background-color: #be95ff;
887
2610
  }
888
- .bx--cc--chart-wrapper .fill-14-1-2.hovered {
889
- fill: #0f7dc7;
2611
+ .bx--cc--chart-wrapper .background-diverge-2-5.hovered {
2612
+ background-color: #a871ff;
890
2613
  transition: all 0.1s ease-out;
891
2614
  }
892
- .bx--cc--chart-wrapper .background-14-1-2 {
893
- background-color: #1192e8;
894
- }
895
- .bx--cc--chart-wrapper .background-14-1-2.hovered {
896
- background-color: #0f7dc7;
897
- transition: all 0.1s ease-out;
2615
+ .bx--cc--chart-wrapper .stroke-diverge-2-5 {
2616
+ stroke: #be95ff;
898
2617
  }
899
- .bx--cc--chart-wrapper .stroke-14-1-2 {
900
- stroke: #1192e8;
2618
+ .bx--cc--chart-wrapper .stop-color-diverge-2-5 {
2619
+ stop-color: #be95ff;
901
2620
  }
902
- .bx--cc--chart-wrapper .fill-14-1-3 {
903
- fill: #005d5d;
2621
+ .bx--cc--chart-wrapper .fill-diverge-2-6 {
2622
+ fill: #d4bbff;
904
2623
  }
905
- .bx--cc--chart-wrapper .fill-14-1-3.hovered {
906
- fill: #003939;
2624
+ .bx--cc--chart-wrapper .fill-diverge-2-6.hovered {
2625
+ fill: #bd97ff;
907
2626
  transition: all 0.1s ease-out;
908
2627
  }
909
- .bx--cc--chart-wrapper .background-14-1-3 {
910
- background-color: #005d5d;
2628
+ .bx--cc--chart-wrapper .background-diverge-2-6 {
2629
+ background-color: #d4bbff;
911
2630
  }
912
- .bx--cc--chart-wrapper .background-14-1-3.hovered {
913
- background-color: #003939;
2631
+ .bx--cc--chart-wrapper .background-diverge-2-6.hovered {
2632
+ background-color: #bd97ff;
914
2633
  transition: all 0.1s ease-out;
915
2634
  }
916
- .bx--cc--chart-wrapper .stroke-14-1-3 {
917
- stroke: #005d5d;
2635
+ .bx--cc--chart-wrapper .stroke-diverge-2-6 {
2636
+ stroke: #d4bbff;
918
2637
  }
919
- .bx--cc--chart-wrapper .fill-14-1-4 {
920
- fill: #9f1853;
2638
+ .bx--cc--chart-wrapper .stop-color-diverge-2-6 {
2639
+ stop-color: #d4bbff;
921
2640
  }
922
- .bx--cc--chart-wrapper .fill-14-1-4.hovered {
923
- fill: #801343;
2641
+ .bx--cc--chart-wrapper .fill-diverge-2-7 {
2642
+ fill: #e8daff;
2643
+ }
2644
+ .bx--cc--chart-wrapper .fill-diverge-2-7.hovered {
2645
+ fill: #d2b6ff;
924
2646
  transition: all 0.1s ease-out;
925
2647
  }
926
- .bx--cc--chart-wrapper .background-14-1-4 {
927
- background-color: #9f1853;
2648
+ .bx--cc--chart-wrapper .background-diverge-2-7 {
2649
+ background-color: #e8daff;
928
2650
  }
929
- .bx--cc--chart-wrapper .background-14-1-4.hovered {
930
- background-color: #801343;
2651
+ .bx--cc--chart-wrapper .background-diverge-2-7.hovered {
2652
+ background-color: #d2b6ff;
931
2653
  transition: all 0.1s ease-out;
932
2654
  }
933
- .bx--cc--chart-wrapper .stroke-14-1-4 {
934
- stroke: #9f1853;
2655
+ .bx--cc--chart-wrapper .stroke-diverge-2-7 {
2656
+ stroke: #e8daff;
935
2657
  }
936
- .bx--cc--chart-wrapper .fill-14-1-5 {
937
- fill: #fa4d56;
2658
+ .bx--cc--chart-wrapper .stop-color-diverge-2-7 {
2659
+ stop-color: #e8daff;
938
2660
  }
939
- .bx--cc--chart-wrapper .fill-14-1-5.hovered {
940
- fill: #f92a35;
2661
+ .bx--cc--chart-wrapper .fill-diverge-2-8 {
2662
+ fill: #f6f2ff;
2663
+ }
2664
+ .bx--cc--chart-wrapper .fill-diverge-2-8.hovered {
2665
+ fill: #ddceff;
941
2666
  transition: all 0.1s ease-out;
942
2667
  }
943
- .bx--cc--chart-wrapper .background-14-1-5 {
944
- background-color: #fa4d56;
2668
+ .bx--cc--chart-wrapper .background-diverge-2-8 {
2669
+ background-color: #f6f2ff;
945
2670
  }
946
- .bx--cc--chart-wrapper .background-14-1-5.hovered {
947
- background-color: #f92a35;
2671
+ .bx--cc--chart-wrapper .background-diverge-2-8.hovered {
2672
+ background-color: #ddceff;
948
2673
  transition: all 0.1s ease-out;
949
2674
  }
950
- .bx--cc--chart-wrapper .stroke-14-1-5 {
951
- stroke: #fa4d56;
2675
+ .bx--cc--chart-wrapper .stroke-diverge-2-8 {
2676
+ stroke: #f6f2ff;
952
2677
  }
953
- .bx--cc--chart-wrapper .fill-14-1-6 {
954
- fill: #520408;
2678
+ .bx--cc--chart-wrapper .stop-color-diverge-2-8 {
2679
+ stop-color: #f6f2ff;
955
2680
  }
956
- .bx--cc--chart-wrapper .fill-14-1-6.hovered {
957
- fill: #300205;
2681
+ .bx--cc--chart-wrapper .fill-diverge-2-9 {
2682
+ fill: #ffffff;
2683
+ }
2684
+ .bx--cc--chart-wrapper .fill-diverge-2-9.hovered {
2685
+ fill: #ededed;
958
2686
  transition: all 0.1s ease-out;
959
2687
  }
960
- .bx--cc--chart-wrapper .background-14-1-6 {
961
- background-color: #520408;
2688
+ .bx--cc--chart-wrapper .background-diverge-2-9 {
2689
+ background-color: #ffffff;
962
2690
  }
963
- .bx--cc--chart-wrapper .background-14-1-6.hovered {
964
- background-color: #300205;
2691
+ .bx--cc--chart-wrapper .background-diverge-2-9.hovered {
2692
+ background-color: #ededed;
965
2693
  transition: all 0.1s ease-out;
966
2694
  }
967
- .bx--cc--chart-wrapper .stroke-14-1-6 {
968
- stroke: #520408;
2695
+ .bx--cc--chart-wrapper .stroke-diverge-2-9 {
2696
+ stroke: #ffffff;
969
2697
  }
970
- .bx--cc--chart-wrapper .fill-14-1-7 {
971
- fill: #198038;
2698
+ .bx--cc--chart-wrapper .stop-color-diverge-2-9 {
2699
+ stop-color: #ffffff;
972
2700
  }
973
- .bx--cc--chart-wrapper .fill-14-1-7.hovered {
974
- fill: #13622b;
2701
+ .bx--cc--chart-wrapper .fill-diverge-2-10 {
2702
+ fill: #d9fbfb;
2703
+ }
2704
+ .bx--cc--chart-wrapper .fill-diverge-2-10.hovered {
2705
+ fill: #b9f8f8;
975
2706
  transition: all 0.1s ease-out;
976
2707
  }
977
- .bx--cc--chart-wrapper .background-14-1-7 {
978
- background-color: #198038;
2708
+ .bx--cc--chart-wrapper .background-diverge-2-10 {
2709
+ background-color: #d9fbfb;
979
2710
  }
980
- .bx--cc--chart-wrapper .background-14-1-7.hovered {
981
- background-color: #13622b;
2711
+ .bx--cc--chart-wrapper .background-diverge-2-10.hovered {
2712
+ background-color: #b9f8f8;
982
2713
  transition: all 0.1s ease-out;
983
2714
  }
984
- .bx--cc--chart-wrapper .stroke-14-1-7 {
985
- stroke: #198038;
2715
+ .bx--cc--chart-wrapper .stroke-diverge-2-10 {
2716
+ stroke: #d9fbfb;
986
2717
  }
987
- .bx--cc--chart-wrapper .fill-14-1-8 {
988
- fill: #002d9c;
2718
+ .bx--cc--chart-wrapper .stop-color-diverge-2-10 {
2719
+ stop-color: #d9fbfb;
989
2720
  }
990
- .bx--cc--chart-wrapper .fill-14-1-8.hovered {
991
- fill: #002378;
2721
+ .bx--cc--chart-wrapper .fill-diverge-2-11 {
2722
+ fill: #9ef0f0;
2723
+ }
2724
+ .bx--cc--chart-wrapper .fill-diverge-2-11.hovered {
2725
+ fill: #7febeb;
992
2726
  transition: all 0.1s ease-out;
993
2727
  }
994
- .bx--cc--chart-wrapper .background-14-1-8 {
995
- background-color: #002d9c;
2728
+ .bx--cc--chart-wrapper .background-diverge-2-11 {
2729
+ background-color: #9ef0f0;
996
2730
  }
997
- .bx--cc--chart-wrapper .background-14-1-8.hovered {
998
- background-color: #002378;
2731
+ .bx--cc--chart-wrapper .background-diverge-2-11.hovered {
2732
+ background-color: #7febeb;
999
2733
  transition: all 0.1s ease-out;
1000
2734
  }
1001
- .bx--cc--chart-wrapper .stroke-14-1-8 {
1002
- stroke: #002d9c;
2735
+ .bx--cc--chart-wrapper .stroke-diverge-2-11 {
2736
+ stroke: #9ef0f0;
1003
2737
  }
1004
- .bx--cc--chart-wrapper .fill-14-1-9 {
1005
- fill: #ee5396;
2738
+ .bx--cc--chart-wrapper .stop-color-diverge-2-11 {
2739
+ stop-color: #9ef0f0;
1006
2740
  }
1007
- .bx--cc--chart-wrapper .fill-14-1-9.hovered {
1008
- fill: #eb3382;
2741
+ .bx--cc--chart-wrapper .fill-diverge-2-12 {
2742
+ fill: #3ddbd9;
2743
+ }
2744
+ .bx--cc--chart-wrapper .fill-diverge-2-12.hovered {
2745
+ fill: #26cecc;
1009
2746
  transition: all 0.1s ease-out;
1010
2747
  }
1011
- .bx--cc--chart-wrapper .background-14-1-9 {
1012
- background-color: #ee5396;
2748
+ .bx--cc--chart-wrapper .background-diverge-2-12 {
2749
+ background-color: #3ddbd9;
1013
2750
  }
1014
- .bx--cc--chart-wrapper .background-14-1-9.hovered {
1015
- background-color: #eb3382;
2751
+ .bx--cc--chart-wrapper .background-diverge-2-12.hovered {
2752
+ background-color: #26cecc;
1016
2753
  transition: all 0.1s ease-out;
1017
2754
  }
1018
- .bx--cc--chart-wrapper .stroke-14-1-9 {
1019
- stroke: #ee5396;
2755
+ .bx--cc--chart-wrapper .stroke-diverge-2-12 {
2756
+ stroke: #3ddbd9;
1020
2757
  }
1021
- .bx--cc--chart-wrapper .fill-14-1-10 {
1022
- fill: #b28600;
2758
+ .bx--cc--chart-wrapper .stop-color-diverge-2-12 {
2759
+ stop-color: #3ddbd9;
1023
2760
  }
1024
- .bx--cc--chart-wrapper .fill-14-1-10.hovered {
1025
- fill: #8e6b00;
2761
+ .bx--cc--chart-wrapper .fill-diverge-2-13 {
2762
+ fill: #08bdba;
2763
+ }
2764
+ .bx--cc--chart-wrapper .fill-diverge-2-13.hovered {
2765
+ fill: #079b98;
1026
2766
  transition: all 0.1s ease-out;
1027
2767
  }
1028
- .bx--cc--chart-wrapper .background-14-1-10 {
1029
- background-color: #b28600;
2768
+ .bx--cc--chart-wrapper .background-diverge-2-13 {
2769
+ background-color: #08bdba;
1030
2770
  }
1031
- .bx--cc--chart-wrapper .background-14-1-10.hovered {
1032
- background-color: #8e6b00;
2771
+ .bx--cc--chart-wrapper .background-diverge-2-13.hovered {
2772
+ background-color: #079b98;
1033
2773
  transition: all 0.1s ease-out;
1034
2774
  }
1035
- .bx--cc--chart-wrapper .stroke-14-1-10 {
1036
- stroke: #b28600;
2775
+ .bx--cc--chart-wrapper .stroke-diverge-2-13 {
2776
+ stroke: #08bdba;
1037
2777
  }
1038
- .bx--cc--chart-wrapper .fill-14-1-11 {
2778
+ .bx--cc--chart-wrapper .stop-color-diverge-2-13 {
2779
+ stop-color: #08bdba;
2780
+ }
2781
+ .bx--cc--chart-wrapper .fill-diverge-2-14 {
1039
2782
  fill: #009d9a;
1040
2783
  }
1041
- .bx--cc--chart-wrapper .fill-14-1-11.hovered {
2784
+ .bx--cc--chart-wrapper .fill-diverge-2-14.hovered {
1042
2785
  fill: #007977;
1043
2786
  transition: all 0.1s ease-out;
1044
2787
  }
1045
- .bx--cc--chart-wrapper .background-14-1-11 {
2788
+ .bx--cc--chart-wrapper .background-diverge-2-14 {
1046
2789
  background-color: #009d9a;
1047
2790
  }
1048
- .bx--cc--chart-wrapper .background-14-1-11.hovered {
2791
+ .bx--cc--chart-wrapper .background-diverge-2-14.hovered {
1049
2792
  background-color: #007977;
1050
2793
  transition: all 0.1s ease-out;
1051
2794
  }
1052
- .bx--cc--chart-wrapper .stroke-14-1-11 {
2795
+ .bx--cc--chart-wrapper .stroke-diverge-2-14 {
1053
2796
  stroke: #009d9a;
1054
2797
  }
1055
- .bx--cc--chart-wrapper .fill-14-1-12 {
1056
- fill: #012749;
2798
+ .bx--cc--chart-wrapper .stop-color-diverge-2-14 {
2799
+ stop-color: #009d9a;
1057
2800
  }
1058
- .bx--cc--chart-wrapper .fill-14-1-12.hovered {
1059
- fill: #011426;
2801
+ .bx--cc--chart-wrapper .fill-diverge-2-15 {
2802
+ fill: #007d79;
2803
+ }
2804
+ .bx--cc--chart-wrapper .fill-diverge-2-15.hovered {
2805
+ fill: #005956;
1060
2806
  transition: all 0.1s ease-out;
1061
2807
  }
1062
- .bx--cc--chart-wrapper .background-14-1-12 {
1063
- background-color: #012749;
2808
+ .bx--cc--chart-wrapper .background-diverge-2-15 {
2809
+ background-color: #007d79;
1064
2810
  }
1065
- .bx--cc--chart-wrapper .background-14-1-12.hovered {
1066
- background-color: #011426;
2811
+ .bx--cc--chart-wrapper .background-diverge-2-15.hovered {
2812
+ background-color: #005956;
1067
2813
  transition: all 0.1s ease-out;
1068
2814
  }
1069
- .bx--cc--chart-wrapper .stroke-14-1-12 {
1070
- stroke: #012749;
2815
+ .bx--cc--chart-wrapper .stroke-diverge-2-15 {
2816
+ stroke: #007d79;
1071
2817
  }
1072
- .bx--cc--chart-wrapper .fill-14-1-13 {
1073
- fill: #8a3800;
2818
+ .bx--cc--chart-wrapper .stop-color-diverge-2-15 {
2819
+ stop-color: #007d79;
1074
2820
  }
1075
- .bx--cc--chart-wrapper .fill-14-1-13.hovered {
1076
- fill: #662a00;
2821
+ .bx--cc--chart-wrapper .fill-diverge-2-16 {
2822
+ fill: #005d5d;
2823
+ }
2824
+ .bx--cc--chart-wrapper .fill-diverge-2-16.hovered {
2825
+ fill: #003939;
1077
2826
  transition: all 0.1s ease-out;
1078
2827
  }
1079
- .bx--cc--chart-wrapper .background-14-1-13 {
1080
- background-color: #8a3800;
2828
+ .bx--cc--chart-wrapper .background-diverge-2-16 {
2829
+ background-color: #005d5d;
1081
2830
  }
1082
- .bx--cc--chart-wrapper .background-14-1-13.hovered {
1083
- background-color: #662a00;
2831
+ .bx--cc--chart-wrapper .background-diverge-2-16.hovered {
2832
+ background-color: #003939;
1084
2833
  transition: all 0.1s ease-out;
1085
2834
  }
1086
- .bx--cc--chart-wrapper .stroke-14-1-13 {
1087
- stroke: #8a3800;
2835
+ .bx--cc--chart-wrapper .stroke-diverge-2-16 {
2836
+ stroke: #005d5d;
1088
2837
  }
1089
- .bx--cc--chart-wrapper .fill-14-1-14 {
1090
- fill: #a56eff;
2838
+ .bx--cc--chart-wrapper .stop-color-diverge-2-16 {
2839
+ stop-color: #005d5d;
1091
2840
  }
1092
- .bx--cc--chart-wrapper .fill-14-1-14.hovered {
1093
- fill: #8f4aff;
2841
+ .bx--cc--chart-wrapper .fill-diverge-2-17 {
2842
+ fill: #004144;
2843
+ }
2844
+ .bx--cc--chart-wrapper .fill-diverge-2-17.hovered {
2845
+ fill: #001f20;
1094
2846
  transition: all 0.1s ease-out;
1095
2847
  }
1096
- .bx--cc--chart-wrapper .background-14-1-14 {
1097
- background-color: #a56eff;
2848
+ .bx--cc--chart-wrapper .background-diverge-2-17 {
2849
+ background-color: #004144;
1098
2850
  }
1099
- .bx--cc--chart-wrapper .background-14-1-14.hovered {
1100
- background-color: #8f4aff;
2851
+ .bx--cc--chart-wrapper .background-diverge-2-17.hovered {
2852
+ background-color: #001f20;
1101
2853
  transition: all 0.1s ease-out;
1102
2854
  }
1103
- .bx--cc--chart-wrapper .stroke-14-1-14 {
1104
- stroke: #a56eff;
2855
+ .bx--cc--chart-wrapper .stroke-diverge-2-17 {
2856
+ stroke: #004144;
2857
+ }
2858
+ .bx--cc--chart-wrapper .stop-color-diverge-2-17 {
2859
+ stop-color: #004144;
1105
2860
  }
1106
2861
 
1107
2862
  .bx--cc--tooltip .tooltip-1-1-1 {
@@ -1326,6 +3081,21 @@
1326
3081
  .bx--cc--axes g.axis g.ticks.invisible {
1327
3082
  visibility: hidden;
1328
3083
  }
3084
+ .bx--cc--axes g.axis g.tick-hover rect.axis-holder {
3085
+ fill: transparent;
3086
+ stroke: transparent;
3087
+ stroke-width: 2px;
3088
+ }
3089
+ .bx--cc--axes g.axis g.tick-hover:hover rect.axis-holder,
3090
+ .bx--cc--axes g.axis g.tick-hover:focus rect.axis-holder {
3091
+ fill: black;
3092
+ stroke: black;
3093
+ stroke-width: 2px;
3094
+ }
3095
+ .bx--cc--axes g.axis g.tick-hover:hover text,
3096
+ .bx--cc--axes g.axis g.tick-hover:focus text {
3097
+ fill: white;
3098
+ }
1329
3099
  .bx--cc--axes g.axis g.tick text {
1330
3100
  fill: #525252;
1331
3101
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
@@ -2223,6 +3993,14 @@ div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox
2223
3993
  fill: #161616;
2224
3994
  }
2225
3995
 
3996
+ svg.bx--cc--color-legend {
3997
+ display: flex;
3998
+ user-select: none;
3999
+ }
4000
+ svg.bx--cc--color-legend g.legend-title text {
4001
+ fill: black;
4002
+ }
4003
+
2226
4004
  .bx--cc--area path.area,
2227
4005
  .bx--cc--area-stacked path.area {
2228
4006
  pointer-events: none;
@@ -2446,6 +4224,49 @@ div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox
2446
4224
  fill: black;
2447
4225
  }
2448
4226
 
4227
+ .bx--cc--heatmap g.highlighter-hidden {
4228
+ visibility: hidden;
4229
+ }
4230
+ .bx--cc--heatmap g.cell-highlight line {
4231
+ stroke: white;
4232
+ stroke-width: 1px;
4233
+ }
4234
+ .bx--cc--heatmap g.cell-2 line {
4235
+ stroke: white;
4236
+ stroke-width: 2px !important;
4237
+ }
4238
+ .bx--cc--heatmap g.multi-cell line {
4239
+ stroke: white;
4240
+ stroke-width: 2px;
4241
+ }
4242
+ .bx--cc--heatmap rect.pattern-fill {
4243
+ fill: #8d8d8d;
4244
+ }
4245
+ .bx--cc--heatmap g.shadows line.top {
4246
+ filter: drop-shadow(0px -3px 2px black);
4247
+ }
4248
+ .bx--cc--heatmap g.shadows line.down {
4249
+ filter: drop-shadow(0px 3px 2px black);
4250
+ }
4251
+ .bx--cc--heatmap g.shadows line.left {
4252
+ filter: drop-shadow(-3px 0px 2px black);
4253
+ }
4254
+ .bx--cc--heatmap g.shadows line.right {
4255
+ filter: drop-shadow(3px 0px 2px black);
4256
+ }
4257
+ .bx--cc--heatmap rect.null-state {
4258
+ stroke: transparent !important;
4259
+ }
4260
+ .bx--cc--heatmap rect.heat {
4261
+ stroke-width: 0px;
4262
+ }
4263
+ .bx--cc--heatmap rect.heat {
4264
+ stroke: #f4f4f4;
4265
+ }
4266
+ .bx--cc--heatmap rect.null-state {
4267
+ fill: #ffffff;
4268
+ }
4269
+
2449
4270
  @font-face {
2450
4271
  font-display: auto;
2451
4272
  font-family: "IBM Plex Sans";