@eclipse-scout/chart 22.0.29 → 22.0.33
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.
- package/dist/eclipse-scout-chart-0677e5a0d5ac4456cdf5.min.js +3 -0
- package/dist/{eclipse-scout-chart-4ad3082843cacd9fd867.min.js.LICENSE.txt → eclipse-scout-chart-0677e5a0d5ac4456cdf5.min.js.LICENSE.txt} +0 -0
- package/dist/eclipse-scout-chart-0677e5a0d5ac4456cdf5.min.js.map +1 -0
- package/dist/eclipse-scout-chart-theme-79622289bda68b525e3e.min.css +1 -0
- package/dist/eclipse-scout-chart-theme-dark-1de09c03e3dc40a9529a.min.css +1 -0
- package/dist/eclipse-scout-chart-theme-dark.css +528 -242
- package/dist/eclipse-scout-chart-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-chart-theme.css +528 -242
- package/dist/eclipse-scout-chart-theme.css.map +1 -1
- package/dist/eclipse-scout-chart.js +210 -83
- package/dist/eclipse-scout-chart.js.map +1 -1
- package/dist/file-list +5 -5
- package/package.json +3 -3
- package/src/chart/Chart.js +4 -2
- package/src/chart/Chart.less +60 -4
- package/src/chart/ChartJsRenderer.js +196 -77
- package/dist/eclipse-scout-chart-4ad3082843cacd9fd867.min.js +0 -3
- package/dist/eclipse-scout-chart-4ad3082843cacd9fd867.min.js.map +0 -1
- package/dist/eclipse-scout-chart-theme-4801a2aff3179586b17c.min.css +0 -1
- package/dist/eclipse-scout-chart-theme-dark-7429dc23c823152027f3.min.css +0 -1
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
43
43
|
*/
|
|
44
44
|
/*
|
|
45
|
-
* Copyright (c) 2010-
|
|
45
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
46
46
|
* All rights reserved. This program and the accompanying materials
|
|
47
47
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
48
48
|
* which accompanies this distribution, and is available at
|
|
49
|
-
*
|
|
49
|
+
* https://www.eclipse.org/legal/epl-v10.html
|
|
50
50
|
*
|
|
51
51
|
* Contributors:
|
|
52
52
|
* BSI Business Systems Integration AG - initial API and implementation
|
|
@@ -3444,726 +3444,968 @@
|
|
|
3444
3444
|
.color-rainbow .radar-chart > .elements .color5.legend {
|
|
3445
3445
|
fill: #62e7ce;
|
|
3446
3446
|
}
|
|
3447
|
-
.bubble-chart
|
|
3447
|
+
.bubble-chart,
|
|
3448
|
+
.scatter-chart {
|
|
3448
3449
|
min-width: 75px;
|
|
3449
3450
|
}
|
|
3450
|
-
.bubble-chart > .elements
|
|
3451
|
+
.bubble-chart > .elements,
|
|
3452
|
+
.scatter-chart > .elements {
|
|
3451
3453
|
fill: #1561A7;
|
|
3452
3454
|
}
|
|
3453
|
-
.bubble-chart > .elements > .label
|
|
3455
|
+
.bubble-chart > .elements > .label,
|
|
3456
|
+
.scatter-chart > .elements > .label {
|
|
3454
3457
|
fill: #BFC2C3;
|
|
3455
3458
|
}
|
|
3456
|
-
.inverted > .bubble-chart > .elements > .label
|
|
3459
|
+
.inverted > .bubble-chart > .elements > .label,
|
|
3460
|
+
.inverted > .scatter-chart > .elements > .label {
|
|
3457
3461
|
fill: #BFC2C3;
|
|
3458
3462
|
}
|
|
3459
|
-
.bubble-chart > .elements > .datalabel
|
|
3463
|
+
.bubble-chart > .elements > .datalabel,
|
|
3464
|
+
.scatter-chart > .elements > .datalabel {
|
|
3460
3465
|
fill: #0E1316;
|
|
3461
3466
|
}
|
|
3462
|
-
.bubble-chart > .elements > .axis-label
|
|
3467
|
+
.bubble-chart > .elements > .axis-label,
|
|
3468
|
+
.scatter-chart > .elements > .axis-label {
|
|
3463
3469
|
fill: #BFC2C3;
|
|
3464
3470
|
}
|
|
3465
|
-
.inverted > .bubble-chart > .elements > .axis-label
|
|
3471
|
+
.inverted > .bubble-chart > .elements > .axis-label,
|
|
3472
|
+
.inverted > .scatter-chart > .elements > .axis-label {
|
|
3466
3473
|
fill: #BFC2C3;
|
|
3467
3474
|
}
|
|
3468
3475
|
.bubble-chart > .elements > .grid,
|
|
3469
|
-
.
|
|
3476
|
+
.scatter-chart > .elements > .grid,
|
|
3477
|
+
.bubble-chart > .elements > .scale-ticks,
|
|
3478
|
+
.scatter-chart > .elements > .scale-ticks {
|
|
3470
3479
|
fill: rgba(255, 255, 255, 0.12);
|
|
3471
3480
|
}
|
|
3472
3481
|
.inverted > .bubble-chart > .elements > .grid,
|
|
3473
|
-
.inverted > .
|
|
3482
|
+
.inverted > .scatter-chart > .elements > .grid,
|
|
3483
|
+
.inverted > .bubble-chart > .elements > .scale-ticks,
|
|
3484
|
+
.inverted > .scatter-chart > .elements > .scale-ticks {
|
|
3474
3485
|
fill: rgba(255, 255, 255, 0.12);
|
|
3475
3486
|
}
|
|
3476
|
-
.bubble-chart > .elements .color0
|
|
3487
|
+
.bubble-chart > .elements .color0,
|
|
3488
|
+
.scatter-chart > .elements .color0 {
|
|
3477
3489
|
fill: rgba(21, 97, 167, 0.2);
|
|
3478
3490
|
}
|
|
3479
|
-
.bubble-chart > .elements .color1
|
|
3491
|
+
.bubble-chart > .elements .color1,
|
|
3492
|
+
.scatter-chart > .elements .color1 {
|
|
3480
3493
|
fill: rgba(26, 118, 203, 0.2);
|
|
3481
3494
|
}
|
|
3482
|
-
.bubble-chart > .elements .color2
|
|
3495
|
+
.bubble-chart > .elements .color2,
|
|
3496
|
+
.scatter-chart > .elements .color2 {
|
|
3483
3497
|
fill: rgba(78, 156, 226, 0.2);
|
|
3484
3498
|
}
|
|
3485
|
-
.bubble-chart > .elements .color3
|
|
3499
|
+
.bubble-chart > .elements .color3,
|
|
3500
|
+
.scatter-chart > .elements .color3 {
|
|
3486
3501
|
fill: rgba(113, 176, 232, 0.2);
|
|
3487
3502
|
}
|
|
3488
|
-
.bubble-chart > .elements .color4
|
|
3503
|
+
.bubble-chart > .elements .color4,
|
|
3504
|
+
.scatter-chart > .elements .color4 {
|
|
3489
3505
|
fill: rgba(151, 195, 236, 0.2);
|
|
3490
3506
|
}
|
|
3491
|
-
.bubble-chart > .elements .color5
|
|
3507
|
+
.bubble-chart > .elements .color5,
|
|
3508
|
+
.scatter-chart > .elements .color5 {
|
|
3492
3509
|
fill: rgba(185, 210, 234, 0.2);
|
|
3493
3510
|
}
|
|
3494
|
-
.inverted .bubble-chart > .elements
|
|
3511
|
+
.inverted .bubble-chart > .elements,
|
|
3512
|
+
.inverted .scatter-chart > .elements {
|
|
3495
3513
|
fill: #b9d2ea;
|
|
3496
3514
|
}
|
|
3497
|
-
.inverted .bubble-chart > .elements .color0
|
|
3515
|
+
.inverted .bubble-chart > .elements .color0,
|
|
3516
|
+
.inverted .scatter-chart > .elements .color0 {
|
|
3498
3517
|
fill: rgba(185, 210, 234, 0.2);
|
|
3499
3518
|
}
|
|
3500
|
-
.inverted .bubble-chart > .elements .color1
|
|
3519
|
+
.inverted .bubble-chart > .elements .color1,
|
|
3520
|
+
.inverted .scatter-chart > .elements .color1 {
|
|
3501
3521
|
fill: rgba(151, 195, 236, 0.2);
|
|
3502
3522
|
}
|
|
3503
|
-
.inverted .bubble-chart > .elements .color2
|
|
3523
|
+
.inverted .bubble-chart > .elements .color2,
|
|
3524
|
+
.inverted .scatter-chart > .elements .color2 {
|
|
3504
3525
|
fill: rgba(113, 176, 232, 0.2);
|
|
3505
3526
|
}
|
|
3506
|
-
.inverted .bubble-chart > .elements .color3
|
|
3527
|
+
.inverted .bubble-chart > .elements .color3,
|
|
3528
|
+
.inverted .scatter-chart > .elements .color3 {
|
|
3507
3529
|
fill: rgba(78, 156, 226, 0.2);
|
|
3508
3530
|
}
|
|
3509
|
-
.inverted .bubble-chart > .elements .color4
|
|
3531
|
+
.inverted .bubble-chart > .elements .color4,
|
|
3532
|
+
.inverted .scatter-chart > .elements .color4 {
|
|
3510
3533
|
fill: rgba(26, 118, 203, 0.2);
|
|
3511
3534
|
}
|
|
3512
|
-
.inverted .bubble-chart > .elements .color5
|
|
3535
|
+
.inverted .bubble-chart > .elements .color5,
|
|
3536
|
+
.inverted .scatter-chart > .elements .color5 {
|
|
3513
3537
|
fill: rgba(21, 97, 167, 0.2);
|
|
3514
3538
|
}
|
|
3515
|
-
.color-alternative .bubble-chart > .elements
|
|
3539
|
+
.color-alternative .bubble-chart > .elements,
|
|
3540
|
+
.color-alternative .scatter-chart > .elements {
|
|
3516
3541
|
fill: #1cb397;
|
|
3517
3542
|
}
|
|
3518
|
-
.color-alternative .bubble-chart > .elements .color0
|
|
3543
|
+
.color-alternative .bubble-chart > .elements .color0,
|
|
3544
|
+
.color-alternative .scatter-chart > .elements .color0 {
|
|
3519
3545
|
fill: rgba(28, 179, 151, 0.2);
|
|
3520
3546
|
}
|
|
3521
|
-
.color-alternative .bubble-chart > .elements .color1
|
|
3547
|
+
.color-alternative .bubble-chart > .elements .color1,
|
|
3548
|
+
.color-alternative .scatter-chart > .elements .color1 {
|
|
3522
3549
|
fill: rgba(31, 201, 170, 0.2);
|
|
3523
3550
|
}
|
|
3524
|
-
.color-alternative .bubble-chart > .elements .color2
|
|
3551
|
+
.color-alternative .bubble-chart > .elements .color2,
|
|
3552
|
+
.color-alternative .scatter-chart > .elements .color2 {
|
|
3525
3553
|
fill: rgba(63, 226, 195, 0.2);
|
|
3526
3554
|
}
|
|
3527
|
-
.color-alternative .bubble-chart > .elements .color3
|
|
3555
|
+
.color-alternative .bubble-chart > .elements .color3,
|
|
3556
|
+
.color-alternative .scatter-chart > .elements .color3 {
|
|
3528
3557
|
fill: rgba(98, 231, 206, 0.2);
|
|
3529
3558
|
}
|
|
3530
|
-
.color-alternative .bubble-chart > .elements .color4
|
|
3559
|
+
.color-alternative .bubble-chart > .elements .color4,
|
|
3560
|
+
.color-alternative .scatter-chart > .elements .color4 {
|
|
3531
3561
|
fill: rgba(158, 232, 218, 0.2);
|
|
3532
3562
|
}
|
|
3533
|
-
.color-alternative .bubble-chart > .elements .color5
|
|
3563
|
+
.color-alternative .bubble-chart > .elements .color5,
|
|
3564
|
+
.color-alternative .scatter-chart > .elements .color5 {
|
|
3534
3565
|
fill: rgba(194, 238, 229, 0.2);
|
|
3535
3566
|
}
|
|
3536
|
-
.color-alternative.inverted .bubble-chart > .elements
|
|
3567
|
+
.color-alternative.inverted .bubble-chart > .elements,
|
|
3568
|
+
.color-alternative.inverted .scatter-chart > .elements {
|
|
3537
3569
|
fill: #c2eee5;
|
|
3538
3570
|
}
|
|
3539
|
-
.color-alternative.inverted .bubble-chart > .elements .color0
|
|
3571
|
+
.color-alternative.inverted .bubble-chart > .elements .color0,
|
|
3572
|
+
.color-alternative.inverted .scatter-chart > .elements .color0 {
|
|
3540
3573
|
fill: rgba(194, 238, 229, 0.2);
|
|
3541
3574
|
}
|
|
3542
|
-
.color-alternative.inverted .bubble-chart > .elements .color1
|
|
3575
|
+
.color-alternative.inverted .bubble-chart > .elements .color1,
|
|
3576
|
+
.color-alternative.inverted .scatter-chart > .elements .color1 {
|
|
3543
3577
|
fill: rgba(158, 232, 218, 0.2);
|
|
3544
3578
|
}
|
|
3545
|
-
.color-alternative.inverted .bubble-chart > .elements .color2
|
|
3579
|
+
.color-alternative.inverted .bubble-chart > .elements .color2,
|
|
3580
|
+
.color-alternative.inverted .scatter-chart > .elements .color2 {
|
|
3546
3581
|
fill: rgba(98, 231, 206, 0.2);
|
|
3547
3582
|
}
|
|
3548
|
-
.color-alternative.inverted .bubble-chart > .elements .color3
|
|
3583
|
+
.color-alternative.inverted .bubble-chart > .elements .color3,
|
|
3584
|
+
.color-alternative.inverted .scatter-chart > .elements .color3 {
|
|
3549
3585
|
fill: rgba(63, 226, 195, 0.2);
|
|
3550
3586
|
}
|
|
3551
|
-
.color-alternative.inverted .bubble-chart > .elements .color4
|
|
3587
|
+
.color-alternative.inverted .bubble-chart > .elements .color4,
|
|
3588
|
+
.color-alternative.inverted .scatter-chart > .elements .color4 {
|
|
3552
3589
|
fill: rgba(31, 201, 170, 0.2);
|
|
3553
3590
|
}
|
|
3554
|
-
.color-alternative.inverted .bubble-chart > .elements .color5
|
|
3591
|
+
.color-alternative.inverted .bubble-chart > .elements .color5,
|
|
3592
|
+
.color-alternative.inverted .scatter-chart > .elements .color5 {
|
|
3555
3593
|
fill: rgba(28, 179, 151, 0.2);
|
|
3556
3594
|
}
|
|
3557
|
-
.color-rainbow .bubble-chart > .elements
|
|
3595
|
+
.color-rainbow .bubble-chart > .elements,
|
|
3596
|
+
.color-rainbow .scatter-chart > .elements {
|
|
3558
3597
|
fill: #71b0e8;
|
|
3559
3598
|
}
|
|
3560
|
-
.color-rainbow .bubble-chart > .elements .color0
|
|
3599
|
+
.color-rainbow .bubble-chart > .elements .color0,
|
|
3600
|
+
.color-rainbow .scatter-chart > .elements .color0 {
|
|
3561
3601
|
fill: rgba(113, 176, 232, 0.2);
|
|
3562
3602
|
}
|
|
3563
|
-
.color-rainbow .bubble-chart > .elements .color1
|
|
3603
|
+
.color-rainbow .bubble-chart > .elements .color1,
|
|
3604
|
+
.color-rainbow .scatter-chart > .elements .color1 {
|
|
3564
3605
|
fill: rgba(255, 190, 107, 0.2);
|
|
3565
3606
|
}
|
|
3566
|
-
.color-rainbow .bubble-chart > .elements .color2
|
|
3607
|
+
.color-rainbow .bubble-chart > .elements .color2,
|
|
3608
|
+
.color-rainbow .scatter-chart > .elements .color2 {
|
|
3567
3609
|
fill: rgba(98, 231, 206, 0.2);
|
|
3568
3610
|
}
|
|
3569
|
-
.color-rainbow .bubble-chart > .elements .color3
|
|
3611
|
+
.color-rainbow .bubble-chart > .elements .color3,
|
|
3612
|
+
.color-rainbow .scatter-chart > .elements .color3 {
|
|
3570
3613
|
fill: rgba(167, 172, 173, 0.2);
|
|
3571
3614
|
}
|
|
3572
|
-
.color-rainbow .bubble-chart > .elements .color4
|
|
3615
|
+
.color-rainbow .bubble-chart > .elements .color4,
|
|
3616
|
+
.color-rainbow .scatter-chart > .elements .color4 {
|
|
3573
3617
|
fill: rgba(255, 136, 136, 0.2);
|
|
3574
3618
|
}
|
|
3575
|
-
.color-rainbow .bubble-chart > .elements .color5
|
|
3619
|
+
.color-rainbow .bubble-chart > .elements .color5,
|
|
3620
|
+
.color-rainbow .scatter-chart > .elements .color5 {
|
|
3576
3621
|
fill: rgba(98, 231, 206, 0.2);
|
|
3577
3622
|
}
|
|
3578
|
-
.bubble-chart > .elements .stroke-color0
|
|
3623
|
+
.bubble-chart > .elements .stroke-color0,
|
|
3624
|
+
.scatter-chart > .elements .stroke-color0 {
|
|
3579
3625
|
stroke: #1561a7;
|
|
3580
3626
|
}
|
|
3581
|
-
.bubble-chart > .elements .stroke-color1
|
|
3627
|
+
.bubble-chart > .elements .stroke-color1,
|
|
3628
|
+
.scatter-chart > .elements .stroke-color1 {
|
|
3582
3629
|
stroke: #1a76cb;
|
|
3583
3630
|
}
|
|
3584
|
-
.bubble-chart > .elements .stroke-color2
|
|
3631
|
+
.bubble-chart > .elements .stroke-color2,
|
|
3632
|
+
.scatter-chart > .elements .stroke-color2 {
|
|
3585
3633
|
stroke: #4e9ce2;
|
|
3586
3634
|
}
|
|
3587
|
-
.bubble-chart > .elements .stroke-color3
|
|
3635
|
+
.bubble-chart > .elements .stroke-color3,
|
|
3636
|
+
.scatter-chart > .elements .stroke-color3 {
|
|
3588
3637
|
stroke: #71b0e8;
|
|
3589
3638
|
}
|
|
3590
|
-
.bubble-chart > .elements .stroke-color4
|
|
3639
|
+
.bubble-chart > .elements .stroke-color4,
|
|
3640
|
+
.scatter-chart > .elements .stroke-color4 {
|
|
3591
3641
|
stroke: #97c3ec;
|
|
3592
3642
|
}
|
|
3593
|
-
.bubble-chart > .elements .stroke-color5
|
|
3643
|
+
.bubble-chart > .elements .stroke-color5,
|
|
3644
|
+
.scatter-chart > .elements .stroke-color5 {
|
|
3594
3645
|
stroke: #b9d2ea;
|
|
3595
3646
|
}
|
|
3596
|
-
.inverted .bubble-chart > .elements .stroke-color0
|
|
3647
|
+
.inverted .bubble-chart > .elements .stroke-color0,
|
|
3648
|
+
.inverted .scatter-chart > .elements .stroke-color0 {
|
|
3597
3649
|
stroke: #b9d2ea;
|
|
3598
3650
|
}
|
|
3599
|
-
.inverted .bubble-chart > .elements .stroke-color1
|
|
3651
|
+
.inverted .bubble-chart > .elements .stroke-color1,
|
|
3652
|
+
.inverted .scatter-chart > .elements .stroke-color1 {
|
|
3600
3653
|
stroke: #97c3ec;
|
|
3601
3654
|
}
|
|
3602
|
-
.inverted .bubble-chart > .elements .stroke-color2
|
|
3655
|
+
.inverted .bubble-chart > .elements .stroke-color2,
|
|
3656
|
+
.inverted .scatter-chart > .elements .stroke-color2 {
|
|
3603
3657
|
stroke: #71b0e8;
|
|
3604
3658
|
}
|
|
3605
|
-
.inverted .bubble-chart > .elements .stroke-color3
|
|
3659
|
+
.inverted .bubble-chart > .elements .stroke-color3,
|
|
3660
|
+
.inverted .scatter-chart > .elements .stroke-color3 {
|
|
3606
3661
|
stroke: #4e9ce2;
|
|
3607
3662
|
}
|
|
3608
|
-
.inverted .bubble-chart > .elements .stroke-color4
|
|
3663
|
+
.inverted .bubble-chart > .elements .stroke-color4,
|
|
3664
|
+
.inverted .scatter-chart > .elements .stroke-color4 {
|
|
3609
3665
|
stroke: #1a76cb;
|
|
3610
3666
|
}
|
|
3611
|
-
.inverted .bubble-chart > .elements .stroke-color5
|
|
3667
|
+
.inverted .bubble-chart > .elements .stroke-color5,
|
|
3668
|
+
.inverted .scatter-chart > .elements .stroke-color5 {
|
|
3612
3669
|
stroke: #1561a7;
|
|
3613
3670
|
}
|
|
3614
|
-
.color-alternative .bubble-chart > .elements .stroke-color0
|
|
3671
|
+
.color-alternative .bubble-chart > .elements .stroke-color0,
|
|
3672
|
+
.color-alternative .scatter-chart > .elements .stroke-color0 {
|
|
3615
3673
|
stroke: #1cb397;
|
|
3616
3674
|
}
|
|
3617
|
-
.color-alternative .bubble-chart > .elements .stroke-color1
|
|
3675
|
+
.color-alternative .bubble-chart > .elements .stroke-color1,
|
|
3676
|
+
.color-alternative .scatter-chart > .elements .stroke-color1 {
|
|
3618
3677
|
stroke: #1fc9aa;
|
|
3619
3678
|
}
|
|
3620
|
-
.color-alternative .bubble-chart > .elements .stroke-color2
|
|
3679
|
+
.color-alternative .bubble-chart > .elements .stroke-color2,
|
|
3680
|
+
.color-alternative .scatter-chart > .elements .stroke-color2 {
|
|
3621
3681
|
stroke: #3fe2c3;
|
|
3622
3682
|
}
|
|
3623
|
-
.color-alternative .bubble-chart > .elements .stroke-color3
|
|
3683
|
+
.color-alternative .bubble-chart > .elements .stroke-color3,
|
|
3684
|
+
.color-alternative .scatter-chart > .elements .stroke-color3 {
|
|
3624
3685
|
stroke: #62e7ce;
|
|
3625
3686
|
}
|
|
3626
|
-
.color-alternative .bubble-chart > .elements .stroke-color4
|
|
3687
|
+
.color-alternative .bubble-chart > .elements .stroke-color4,
|
|
3688
|
+
.color-alternative .scatter-chart > .elements .stroke-color4 {
|
|
3627
3689
|
stroke: #9ee8da;
|
|
3628
3690
|
}
|
|
3629
|
-
.color-alternative .bubble-chart > .elements .stroke-color5
|
|
3691
|
+
.color-alternative .bubble-chart > .elements .stroke-color5,
|
|
3692
|
+
.color-alternative .scatter-chart > .elements .stroke-color5 {
|
|
3630
3693
|
stroke: #c2eee5;
|
|
3631
3694
|
}
|
|
3632
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color0
|
|
3695
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color0,
|
|
3696
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color0 {
|
|
3633
3697
|
stroke: #c2eee5;
|
|
3634
3698
|
}
|
|
3635
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color1
|
|
3699
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color1,
|
|
3700
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color1 {
|
|
3636
3701
|
stroke: #9ee8da;
|
|
3637
3702
|
}
|
|
3638
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color2
|
|
3703
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color2,
|
|
3704
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color2 {
|
|
3639
3705
|
stroke: #62e7ce;
|
|
3640
3706
|
}
|
|
3641
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color3
|
|
3707
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color3,
|
|
3708
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color3 {
|
|
3642
3709
|
stroke: #3fe2c3;
|
|
3643
3710
|
}
|
|
3644
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color4
|
|
3711
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color4,
|
|
3712
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color4 {
|
|
3645
3713
|
stroke: #1fc9aa;
|
|
3646
3714
|
}
|
|
3647
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color5
|
|
3715
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color5,
|
|
3716
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color5 {
|
|
3648
3717
|
stroke: #1cb397;
|
|
3649
3718
|
}
|
|
3650
|
-
.color-rainbow .bubble-chart > .elements .stroke-color0
|
|
3719
|
+
.color-rainbow .bubble-chart > .elements .stroke-color0,
|
|
3720
|
+
.color-rainbow .scatter-chart > .elements .stroke-color0 {
|
|
3651
3721
|
stroke: #71b0e8;
|
|
3652
3722
|
}
|
|
3653
|
-
.color-rainbow .bubble-chart > .elements .stroke-color1
|
|
3723
|
+
.color-rainbow .bubble-chart > .elements .stroke-color1,
|
|
3724
|
+
.color-rainbow .scatter-chart > .elements .stroke-color1 {
|
|
3654
3725
|
stroke: #ffbe6b;
|
|
3655
3726
|
}
|
|
3656
|
-
.color-rainbow .bubble-chart > .elements .stroke-color2
|
|
3727
|
+
.color-rainbow .bubble-chart > .elements .stroke-color2,
|
|
3728
|
+
.color-rainbow .scatter-chart > .elements .stroke-color2 {
|
|
3657
3729
|
stroke: #62e7ce;
|
|
3658
3730
|
}
|
|
3659
|
-
.color-rainbow .bubble-chart > .elements .stroke-color3
|
|
3731
|
+
.color-rainbow .bubble-chart > .elements .stroke-color3,
|
|
3732
|
+
.color-rainbow .scatter-chart > .elements .stroke-color3 {
|
|
3660
3733
|
stroke: #a7acad;
|
|
3661
3734
|
}
|
|
3662
|
-
.color-rainbow .bubble-chart > .elements .stroke-color4
|
|
3735
|
+
.color-rainbow .bubble-chart > .elements .stroke-color4,
|
|
3736
|
+
.color-rainbow .scatter-chart > .elements .stroke-color4 {
|
|
3663
3737
|
stroke: #ff8888;
|
|
3664
3738
|
}
|
|
3665
|
-
.color-rainbow .bubble-chart > .elements .stroke-color5
|
|
3739
|
+
.color-rainbow .bubble-chart > .elements .stroke-color5,
|
|
3740
|
+
.color-rainbow .scatter-chart > .elements .stroke-color5 {
|
|
3666
3741
|
stroke: #62e7ce;
|
|
3667
3742
|
}
|
|
3668
|
-
.bubble-chart > .elements .color0.hover
|
|
3743
|
+
.bubble-chart > .elements .color0.hover,
|
|
3744
|
+
.scatter-chart > .elements .color0.hover {
|
|
3669
3745
|
fill: rgba(21, 97, 167, 0.35);
|
|
3670
3746
|
}
|
|
3671
|
-
.bubble-chart > .elements .color1.hover
|
|
3747
|
+
.bubble-chart > .elements .color1.hover,
|
|
3748
|
+
.scatter-chart > .elements .color1.hover {
|
|
3672
3749
|
fill: rgba(26, 118, 203, 0.35);
|
|
3673
3750
|
}
|
|
3674
|
-
.bubble-chart > .elements .color2.hover
|
|
3751
|
+
.bubble-chart > .elements .color2.hover,
|
|
3752
|
+
.scatter-chart > .elements .color2.hover {
|
|
3675
3753
|
fill: rgba(78, 156, 226, 0.35);
|
|
3676
3754
|
}
|
|
3677
|
-
.bubble-chart > .elements .color3.hover
|
|
3755
|
+
.bubble-chart > .elements .color3.hover,
|
|
3756
|
+
.scatter-chart > .elements .color3.hover {
|
|
3678
3757
|
fill: rgba(113, 176, 232, 0.35);
|
|
3679
3758
|
}
|
|
3680
|
-
.bubble-chart > .elements .color4.hover
|
|
3759
|
+
.bubble-chart > .elements .color4.hover,
|
|
3760
|
+
.scatter-chart > .elements .color4.hover {
|
|
3681
3761
|
fill: rgba(151, 195, 236, 0.35);
|
|
3682
3762
|
}
|
|
3683
|
-
.bubble-chart > .elements .color5.hover
|
|
3763
|
+
.bubble-chart > .elements .color5.hover,
|
|
3764
|
+
.scatter-chart > .elements .color5.hover {
|
|
3684
3765
|
fill: rgba(185, 210, 234, 0.35);
|
|
3685
3766
|
}
|
|
3686
|
-
.inverted .bubble-chart > .elements
|
|
3767
|
+
.inverted .bubble-chart > .elements,
|
|
3768
|
+
.inverted .scatter-chart > .elements {
|
|
3687
3769
|
fill: #b9d2ea;
|
|
3688
3770
|
}
|
|
3689
|
-
.inverted .bubble-chart > .elements .color0.hover
|
|
3771
|
+
.inverted .bubble-chart > .elements .color0.hover,
|
|
3772
|
+
.inverted .scatter-chart > .elements .color0.hover {
|
|
3690
3773
|
fill: rgba(185, 210, 234, 0.35);
|
|
3691
3774
|
}
|
|
3692
|
-
.inverted .bubble-chart > .elements .color1.hover
|
|
3775
|
+
.inverted .bubble-chart > .elements .color1.hover,
|
|
3776
|
+
.inverted .scatter-chart > .elements .color1.hover {
|
|
3693
3777
|
fill: rgba(151, 195, 236, 0.35);
|
|
3694
3778
|
}
|
|
3695
|
-
.inverted .bubble-chart > .elements .color2.hover
|
|
3779
|
+
.inverted .bubble-chart > .elements .color2.hover,
|
|
3780
|
+
.inverted .scatter-chart > .elements .color2.hover {
|
|
3696
3781
|
fill: rgba(113, 176, 232, 0.35);
|
|
3697
3782
|
}
|
|
3698
|
-
.inverted .bubble-chart > .elements .color3.hover
|
|
3783
|
+
.inverted .bubble-chart > .elements .color3.hover,
|
|
3784
|
+
.inverted .scatter-chart > .elements .color3.hover {
|
|
3699
3785
|
fill: rgba(78, 156, 226, 0.35);
|
|
3700
3786
|
}
|
|
3701
|
-
.inverted .bubble-chart > .elements .color4.hover
|
|
3787
|
+
.inverted .bubble-chart > .elements .color4.hover,
|
|
3788
|
+
.inverted .scatter-chart > .elements .color4.hover {
|
|
3702
3789
|
fill: rgba(26, 118, 203, 0.35);
|
|
3703
3790
|
}
|
|
3704
|
-
.inverted .bubble-chart > .elements .color5.hover
|
|
3791
|
+
.inverted .bubble-chart > .elements .color5.hover,
|
|
3792
|
+
.inverted .scatter-chart > .elements .color5.hover {
|
|
3705
3793
|
fill: rgba(21, 97, 167, 0.35);
|
|
3706
3794
|
}
|
|
3707
|
-
.color-alternative .bubble-chart > .elements
|
|
3795
|
+
.color-alternative .bubble-chart > .elements,
|
|
3796
|
+
.color-alternative .scatter-chart > .elements {
|
|
3708
3797
|
fill: #1cb397;
|
|
3709
3798
|
}
|
|
3710
|
-
.color-alternative .bubble-chart > .elements .color0.hover
|
|
3799
|
+
.color-alternative .bubble-chart > .elements .color0.hover,
|
|
3800
|
+
.color-alternative .scatter-chart > .elements .color0.hover {
|
|
3711
3801
|
fill: rgba(28, 179, 151, 0.35);
|
|
3712
3802
|
}
|
|
3713
|
-
.color-alternative .bubble-chart > .elements .color1.hover
|
|
3803
|
+
.color-alternative .bubble-chart > .elements .color1.hover,
|
|
3804
|
+
.color-alternative .scatter-chart > .elements .color1.hover {
|
|
3714
3805
|
fill: rgba(31, 201, 170, 0.35);
|
|
3715
3806
|
}
|
|
3716
|
-
.color-alternative .bubble-chart > .elements .color2.hover
|
|
3807
|
+
.color-alternative .bubble-chart > .elements .color2.hover,
|
|
3808
|
+
.color-alternative .scatter-chart > .elements .color2.hover {
|
|
3717
3809
|
fill: rgba(63, 226, 195, 0.35);
|
|
3718
3810
|
}
|
|
3719
|
-
.color-alternative .bubble-chart > .elements .color3.hover
|
|
3811
|
+
.color-alternative .bubble-chart > .elements .color3.hover,
|
|
3812
|
+
.color-alternative .scatter-chart > .elements .color3.hover {
|
|
3720
3813
|
fill: rgba(98, 231, 206, 0.35);
|
|
3721
3814
|
}
|
|
3722
|
-
.color-alternative .bubble-chart > .elements .color4.hover
|
|
3815
|
+
.color-alternative .bubble-chart > .elements .color4.hover,
|
|
3816
|
+
.color-alternative .scatter-chart > .elements .color4.hover {
|
|
3723
3817
|
fill: rgba(158, 232, 218, 0.35);
|
|
3724
3818
|
}
|
|
3725
|
-
.color-alternative .bubble-chart > .elements .color5.hover
|
|
3819
|
+
.color-alternative .bubble-chart > .elements .color5.hover,
|
|
3820
|
+
.color-alternative .scatter-chart > .elements .color5.hover {
|
|
3726
3821
|
fill: rgba(194, 238, 229, 0.35);
|
|
3727
3822
|
}
|
|
3728
|
-
.color-alternative.inverted .bubble-chart > .elements
|
|
3823
|
+
.color-alternative.inverted .bubble-chart > .elements,
|
|
3824
|
+
.color-alternative.inverted .scatter-chart > .elements {
|
|
3729
3825
|
fill: #c2eee5;
|
|
3730
3826
|
}
|
|
3731
|
-
.color-alternative.inverted .bubble-chart > .elements .color0.hover
|
|
3827
|
+
.color-alternative.inverted .bubble-chart > .elements .color0.hover,
|
|
3828
|
+
.color-alternative.inverted .scatter-chart > .elements .color0.hover {
|
|
3732
3829
|
fill: rgba(194, 238, 229, 0.35);
|
|
3733
3830
|
}
|
|
3734
|
-
.color-alternative.inverted .bubble-chart > .elements .color1.hover
|
|
3831
|
+
.color-alternative.inverted .bubble-chart > .elements .color1.hover,
|
|
3832
|
+
.color-alternative.inverted .scatter-chart > .elements .color1.hover {
|
|
3735
3833
|
fill: rgba(158, 232, 218, 0.35);
|
|
3736
3834
|
}
|
|
3737
|
-
.color-alternative.inverted .bubble-chart > .elements .color2.hover
|
|
3835
|
+
.color-alternative.inverted .bubble-chart > .elements .color2.hover,
|
|
3836
|
+
.color-alternative.inverted .scatter-chart > .elements .color2.hover {
|
|
3738
3837
|
fill: rgba(98, 231, 206, 0.35);
|
|
3739
3838
|
}
|
|
3740
|
-
.color-alternative.inverted .bubble-chart > .elements .color3.hover
|
|
3839
|
+
.color-alternative.inverted .bubble-chart > .elements .color3.hover,
|
|
3840
|
+
.color-alternative.inverted .scatter-chart > .elements .color3.hover {
|
|
3741
3841
|
fill: rgba(63, 226, 195, 0.35);
|
|
3742
3842
|
}
|
|
3743
|
-
.color-alternative.inverted .bubble-chart > .elements .color4.hover
|
|
3843
|
+
.color-alternative.inverted .bubble-chart > .elements .color4.hover,
|
|
3844
|
+
.color-alternative.inverted .scatter-chart > .elements .color4.hover {
|
|
3744
3845
|
fill: rgba(31, 201, 170, 0.35);
|
|
3745
3846
|
}
|
|
3746
|
-
.color-alternative.inverted .bubble-chart > .elements .color5.hover
|
|
3847
|
+
.color-alternative.inverted .bubble-chart > .elements .color5.hover,
|
|
3848
|
+
.color-alternative.inverted .scatter-chart > .elements .color5.hover {
|
|
3747
3849
|
fill: rgba(28, 179, 151, 0.35);
|
|
3748
3850
|
}
|
|
3749
|
-
.color-rainbow .bubble-chart > .elements
|
|
3851
|
+
.color-rainbow .bubble-chart > .elements,
|
|
3852
|
+
.color-rainbow .scatter-chart > .elements {
|
|
3750
3853
|
fill: #71b0e8;
|
|
3751
3854
|
}
|
|
3752
|
-
.color-rainbow .bubble-chart > .elements .color0.hover
|
|
3855
|
+
.color-rainbow .bubble-chart > .elements .color0.hover,
|
|
3856
|
+
.color-rainbow .scatter-chart > .elements .color0.hover {
|
|
3753
3857
|
fill: rgba(113, 176, 232, 0.35);
|
|
3754
3858
|
}
|
|
3755
|
-
.color-rainbow .bubble-chart > .elements .color1.hover
|
|
3859
|
+
.color-rainbow .bubble-chart > .elements .color1.hover,
|
|
3860
|
+
.color-rainbow .scatter-chart > .elements .color1.hover {
|
|
3756
3861
|
fill: rgba(255, 190, 107, 0.35);
|
|
3757
3862
|
}
|
|
3758
|
-
.color-rainbow .bubble-chart > .elements .color2.hover
|
|
3863
|
+
.color-rainbow .bubble-chart > .elements .color2.hover,
|
|
3864
|
+
.color-rainbow .scatter-chart > .elements .color2.hover {
|
|
3759
3865
|
fill: rgba(98, 231, 206, 0.35);
|
|
3760
3866
|
}
|
|
3761
|
-
.color-rainbow .bubble-chart > .elements .color3.hover
|
|
3867
|
+
.color-rainbow .bubble-chart > .elements .color3.hover,
|
|
3868
|
+
.color-rainbow .scatter-chart > .elements .color3.hover {
|
|
3762
3869
|
fill: rgba(167, 172, 173, 0.35);
|
|
3763
3870
|
}
|
|
3764
|
-
.color-rainbow .bubble-chart > .elements .color4.hover
|
|
3871
|
+
.color-rainbow .bubble-chart > .elements .color4.hover,
|
|
3872
|
+
.color-rainbow .scatter-chart > .elements .color4.hover {
|
|
3765
3873
|
fill: rgba(255, 136, 136, 0.35);
|
|
3766
3874
|
}
|
|
3767
|
-
.color-rainbow .bubble-chart > .elements .color5.hover
|
|
3875
|
+
.color-rainbow .bubble-chart > .elements .color5.hover,
|
|
3876
|
+
.color-rainbow .scatter-chart > .elements .color5.hover {
|
|
3768
3877
|
fill: rgba(98, 231, 206, 0.35);
|
|
3769
3878
|
}
|
|
3770
|
-
.bubble-chart > .elements .stroke-color0.hover
|
|
3879
|
+
.bubble-chart > .elements .stroke-color0.hover,
|
|
3880
|
+
.scatter-chart > .elements .stroke-color0.hover {
|
|
3771
3881
|
stroke: #0f477a;
|
|
3772
3882
|
}
|
|
3773
|
-
.bubble-chart > .elements .stroke-color1.hover
|
|
3883
|
+
.bubble-chart > .elements .stroke-color1.hover,
|
|
3884
|
+
.scatter-chart > .elements .stroke-color1.hover {
|
|
3774
3885
|
stroke: #145c9e;
|
|
3775
3886
|
}
|
|
3776
|
-
.bubble-chart > .elements .stroke-color2.hover
|
|
3887
|
+
.bubble-chart > .elements .stroke-color2.hover,
|
|
3888
|
+
.scatter-chart > .elements .stroke-color2.hover {
|
|
3777
3889
|
stroke: #2384da;
|
|
3778
3890
|
}
|
|
3779
|
-
.bubble-chart > .elements .stroke-color3.hover
|
|
3891
|
+
.bubble-chart > .elements .stroke-color3.hover,
|
|
3892
|
+
.scatter-chart > .elements .stroke-color3.hover {
|
|
3780
3893
|
stroke: #4598e1;
|
|
3781
3894
|
}
|
|
3782
|
-
.bubble-chart > .elements .stroke-color4.hover
|
|
3895
|
+
.bubble-chart > .elements .stroke-color4.hover,
|
|
3896
|
+
.scatter-chart > .elements .stroke-color4.hover {
|
|
3783
3897
|
stroke: #6caae4;
|
|
3784
3898
|
}
|
|
3785
|
-
.bubble-chart > .elements .stroke-color5.hover
|
|
3899
|
+
.bubble-chart > .elements .stroke-color5.hover,
|
|
3900
|
+
.scatter-chart > .elements .stroke-color5.hover {
|
|
3786
3901
|
stroke: #92b9de;
|
|
3787
3902
|
}
|
|
3788
|
-
.inverted .bubble-chart > .elements .stroke-color0.hover
|
|
3903
|
+
.inverted .bubble-chart > .elements .stroke-color0.hover,
|
|
3904
|
+
.inverted .scatter-chart > .elements .stroke-color0.hover {
|
|
3789
3905
|
stroke: #92b9de;
|
|
3790
3906
|
}
|
|
3791
|
-
.inverted .bubble-chart > .elements .stroke-color1.hover
|
|
3907
|
+
.inverted .bubble-chart > .elements .stroke-color1.hover,
|
|
3908
|
+
.inverted .scatter-chart > .elements .stroke-color1.hover {
|
|
3792
3909
|
stroke: #6caae4;
|
|
3793
3910
|
}
|
|
3794
|
-
.inverted .bubble-chart > .elements .stroke-color2.hover
|
|
3911
|
+
.inverted .bubble-chart > .elements .stroke-color2.hover,
|
|
3912
|
+
.inverted .scatter-chart > .elements .stroke-color2.hover {
|
|
3795
3913
|
stroke: #4598e1;
|
|
3796
3914
|
}
|
|
3797
|
-
.inverted .bubble-chart > .elements .stroke-color3.hover
|
|
3915
|
+
.inverted .bubble-chart > .elements .stroke-color3.hover,
|
|
3916
|
+
.inverted .scatter-chart > .elements .stroke-color3.hover {
|
|
3798
3917
|
stroke: #2384da;
|
|
3799
3918
|
}
|
|
3800
|
-
.inverted .bubble-chart > .elements .stroke-color4.hover
|
|
3919
|
+
.inverted .bubble-chart > .elements .stroke-color4.hover,
|
|
3920
|
+
.inverted .scatter-chart > .elements .stroke-color4.hover {
|
|
3801
3921
|
stroke: #145c9e;
|
|
3802
3922
|
}
|
|
3803
|
-
.inverted .bubble-chart > .elements .stroke-color5.hover
|
|
3923
|
+
.inverted .bubble-chart > .elements .stroke-color5.hover,
|
|
3924
|
+
.inverted .scatter-chart > .elements .stroke-color5.hover {
|
|
3804
3925
|
stroke: #0f477a;
|
|
3805
3926
|
}
|
|
3806
|
-
.color-alternative .bubble-chart > .elements .stroke-color0.hover
|
|
3927
|
+
.color-alternative .bubble-chart > .elements .stroke-color0.hover,
|
|
3928
|
+
.color-alternative .scatter-chart > .elements .stroke-color0.hover {
|
|
3807
3929
|
stroke: #158772;
|
|
3808
3930
|
}
|
|
3809
|
-
.color-alternative .bubble-chart > .elements .stroke-color1.hover
|
|
3931
|
+
.color-alternative .bubble-chart > .elements .stroke-color1.hover,
|
|
3932
|
+
.color-alternative .scatter-chart > .elements .stroke-color1.hover {
|
|
3810
3933
|
stroke: #189d85;
|
|
3811
3934
|
}
|
|
3812
|
-
.color-alternative .bubble-chart > .elements .stroke-color2.hover
|
|
3935
|
+
.color-alternative .bubble-chart > .elements .stroke-color2.hover,
|
|
3936
|
+
.color-alternative .scatter-chart > .elements .stroke-color2.hover {
|
|
3813
3937
|
stroke: #1fcead;
|
|
3814
3938
|
}
|
|
3815
|
-
.color-alternative .bubble-chart > .elements .stroke-color3.hover
|
|
3939
|
+
.color-alternative .bubble-chart > .elements .stroke-color3.hover,
|
|
3940
|
+
.color-alternative .scatter-chart > .elements .stroke-color3.hover {
|
|
3816
3941
|
stroke: #36e0c0;
|
|
3817
3942
|
}
|
|
3818
|
-
.color-alternative .bubble-chart > .elements .stroke-color4.hover
|
|
3943
|
+
.color-alternative .bubble-chart > .elements .stroke-color4.hover,
|
|
3944
|
+
.color-alternative .scatter-chart > .elements .stroke-color4.hover {
|
|
3819
3945
|
stroke: #75deca;
|
|
3820
3946
|
}
|
|
3821
|
-
.color-alternative .bubble-chart > .elements .stroke-color5.hover
|
|
3947
|
+
.color-alternative .bubble-chart > .elements .stroke-color5.hover,
|
|
3948
|
+
.color-alternative .scatter-chart > .elements .stroke-color5.hover {
|
|
3822
3949
|
stroke: #9ae3d4;
|
|
3823
3950
|
}
|
|
3824
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color0.hover
|
|
3951
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color0.hover,
|
|
3952
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color0.hover {
|
|
3825
3953
|
stroke: #9ae3d4;
|
|
3826
3954
|
}
|
|
3827
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color1.hover
|
|
3955
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color1.hover,
|
|
3956
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color1.hover {
|
|
3828
3957
|
stroke: #75deca;
|
|
3829
3958
|
}
|
|
3830
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color2.hover
|
|
3959
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color2.hover,
|
|
3960
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color2.hover {
|
|
3831
3961
|
stroke: #36e0c0;
|
|
3832
3962
|
}
|
|
3833
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color3.hover
|
|
3963
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color3.hover,
|
|
3964
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color3.hover {
|
|
3834
3965
|
stroke: #1fcead;
|
|
3835
3966
|
}
|
|
3836
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color4.hover
|
|
3967
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color4.hover,
|
|
3968
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color4.hover {
|
|
3837
3969
|
stroke: #189d85;
|
|
3838
3970
|
}
|
|
3839
|
-
.color-alternative.inverted .bubble-chart > .elements .stroke-color5.hover
|
|
3971
|
+
.color-alternative.inverted .bubble-chart > .elements .stroke-color5.hover,
|
|
3972
|
+
.color-alternative.inverted .scatter-chart > .elements .stroke-color5.hover {
|
|
3840
3973
|
stroke: #158772;
|
|
3841
3974
|
}
|
|
3842
|
-
.color-rainbow .bubble-chart > .elements .stroke-color0.hover
|
|
3975
|
+
.color-rainbow .bubble-chart > .elements .stroke-color0.hover,
|
|
3976
|
+
.color-rainbow .scatter-chart > .elements .stroke-color0.hover {
|
|
3843
3977
|
stroke: #4598e1;
|
|
3844
3978
|
}
|
|
3845
|
-
.color-rainbow .bubble-chart > .elements .stroke-color1.hover
|
|
3979
|
+
.color-rainbow .bubble-chart > .elements .stroke-color1.hover,
|
|
3980
|
+
.color-rainbow .scatter-chart > .elements .stroke-color1.hover {
|
|
3846
3981
|
stroke: #ffa838;
|
|
3847
3982
|
}
|
|
3848
|
-
.color-rainbow .bubble-chart > .elements .stroke-color2.hover
|
|
3983
|
+
.color-rainbow .bubble-chart > .elements .stroke-color2.hover,
|
|
3984
|
+
.color-rainbow .scatter-chart > .elements .stroke-color2.hover {
|
|
3849
3985
|
stroke: #36e0c0;
|
|
3850
3986
|
}
|
|
3851
|
-
.color-rainbow .bubble-chart > .elements .stroke-color3.hover
|
|
3987
|
+
.color-rainbow .bubble-chart > .elements .stroke-color3.hover,
|
|
3988
|
+
.color-rainbow .scatter-chart > .elements .stroke-color3.hover {
|
|
3852
3989
|
stroke: #8d9394;
|
|
3853
3990
|
}
|
|
3854
|
-
.color-rainbow .bubble-chart > .elements .stroke-color4.hover
|
|
3991
|
+
.color-rainbow .bubble-chart > .elements .stroke-color4.hover,
|
|
3992
|
+
.color-rainbow .scatter-chart > .elements .stroke-color4.hover {
|
|
3855
3993
|
stroke: #ff5555;
|
|
3856
3994
|
}
|
|
3857
|
-
.color-rainbow .bubble-chart > .elements .stroke-color5.hover
|
|
3995
|
+
.color-rainbow .bubble-chart > .elements .stroke-color5.hover,
|
|
3996
|
+
.color-rainbow .scatter-chart > .elements .stroke-color5.hover {
|
|
3858
3997
|
stroke: #36e0c0;
|
|
3859
3998
|
}
|
|
3860
|
-
.checkable.bubble-chart > .elements
|
|
3999
|
+
.checkable.bubble-chart > .elements,
|
|
4000
|
+
.checkable.scatter-chart > .elements {
|
|
3861
4001
|
fill: #1561A7;
|
|
3862
4002
|
}
|
|
3863
|
-
.checkable.bubble-chart > .elements .color0.checked
|
|
4003
|
+
.checkable.bubble-chart > .elements .color0.checked,
|
|
4004
|
+
.checkable.scatter-chart > .elements .color0.checked {
|
|
3864
4005
|
fill: #1561a7;
|
|
3865
4006
|
}
|
|
3866
|
-
.checkable.bubble-chart > .elements .color1.checked
|
|
4007
|
+
.checkable.bubble-chart > .elements .color1.checked,
|
|
4008
|
+
.checkable.scatter-chart > .elements .color1.checked {
|
|
3867
4009
|
fill: #1a76cb;
|
|
3868
4010
|
}
|
|
3869
|
-
.checkable.bubble-chart > .elements .color2.checked
|
|
4011
|
+
.checkable.bubble-chart > .elements .color2.checked,
|
|
4012
|
+
.checkable.scatter-chart > .elements .color2.checked {
|
|
3870
4013
|
fill: #4e9ce2;
|
|
3871
4014
|
}
|
|
3872
|
-
.checkable.bubble-chart > .elements .color3.checked
|
|
4015
|
+
.checkable.bubble-chart > .elements .color3.checked,
|
|
4016
|
+
.checkable.scatter-chart > .elements .color3.checked {
|
|
3873
4017
|
fill: #71b0e8;
|
|
3874
4018
|
}
|
|
3875
|
-
.checkable.bubble-chart > .elements .color4.checked
|
|
4019
|
+
.checkable.bubble-chart > .elements .color4.checked,
|
|
4020
|
+
.checkable.scatter-chart > .elements .color4.checked {
|
|
3876
4021
|
fill: #97c3ec;
|
|
3877
4022
|
}
|
|
3878
|
-
.checkable.bubble-chart > .elements .color5.checked
|
|
4023
|
+
.checkable.bubble-chart > .elements .color5.checked,
|
|
4024
|
+
.checkable.scatter-chart > .elements .color5.checked {
|
|
3879
4025
|
fill: #b9d2ea;
|
|
3880
4026
|
}
|
|
3881
|
-
.inverted .checkable.bubble-chart > .elements
|
|
4027
|
+
.inverted .checkable.bubble-chart > .elements,
|
|
4028
|
+
.inverted .checkable.scatter-chart > .elements {
|
|
3882
4029
|
fill: #b9d2ea;
|
|
3883
4030
|
}
|
|
3884
|
-
.inverted .checkable.bubble-chart > .elements .color0.checked
|
|
4031
|
+
.inverted .checkable.bubble-chart > .elements .color0.checked,
|
|
4032
|
+
.inverted .checkable.scatter-chart > .elements .color0.checked {
|
|
3885
4033
|
fill: #b9d2ea;
|
|
3886
4034
|
}
|
|
3887
|
-
.inverted .checkable.bubble-chart > .elements .color1.checked
|
|
4035
|
+
.inverted .checkable.bubble-chart > .elements .color1.checked,
|
|
4036
|
+
.inverted .checkable.scatter-chart > .elements .color1.checked {
|
|
3888
4037
|
fill: #97c3ec;
|
|
3889
4038
|
}
|
|
3890
|
-
.inverted .checkable.bubble-chart > .elements .color2.checked
|
|
4039
|
+
.inverted .checkable.bubble-chart > .elements .color2.checked,
|
|
4040
|
+
.inverted .checkable.scatter-chart > .elements .color2.checked {
|
|
3891
4041
|
fill: #71b0e8;
|
|
3892
4042
|
}
|
|
3893
|
-
.inverted .checkable.bubble-chart > .elements .color3.checked
|
|
4043
|
+
.inverted .checkable.bubble-chart > .elements .color3.checked,
|
|
4044
|
+
.inverted .checkable.scatter-chart > .elements .color3.checked {
|
|
3894
4045
|
fill: #4e9ce2;
|
|
3895
4046
|
}
|
|
3896
|
-
.inverted .checkable.bubble-chart > .elements .color4.checked
|
|
4047
|
+
.inverted .checkable.bubble-chart > .elements .color4.checked,
|
|
4048
|
+
.inverted .checkable.scatter-chart > .elements .color4.checked {
|
|
3897
4049
|
fill: #1a76cb;
|
|
3898
4050
|
}
|
|
3899
|
-
.inverted .checkable.bubble-chart > .elements .color5.checked
|
|
4051
|
+
.inverted .checkable.bubble-chart > .elements .color5.checked,
|
|
4052
|
+
.inverted .checkable.scatter-chart > .elements .color5.checked {
|
|
3900
4053
|
fill: #1561a7;
|
|
3901
4054
|
}
|
|
3902
|
-
.color-alternative .checkable.bubble-chart > .elements
|
|
4055
|
+
.color-alternative .checkable.bubble-chart > .elements,
|
|
4056
|
+
.color-alternative .checkable.scatter-chart > .elements {
|
|
3903
4057
|
fill: #1cb397;
|
|
3904
4058
|
}
|
|
3905
|
-
.color-alternative .checkable.bubble-chart > .elements .color0.checked
|
|
4059
|
+
.color-alternative .checkable.bubble-chart > .elements .color0.checked,
|
|
4060
|
+
.color-alternative .checkable.scatter-chart > .elements .color0.checked {
|
|
3906
4061
|
fill: #1cb397;
|
|
3907
4062
|
}
|
|
3908
|
-
.color-alternative .checkable.bubble-chart > .elements .color1.checked
|
|
4063
|
+
.color-alternative .checkable.bubble-chart > .elements .color1.checked,
|
|
4064
|
+
.color-alternative .checkable.scatter-chart > .elements .color1.checked {
|
|
3909
4065
|
fill: #1fc9aa;
|
|
3910
4066
|
}
|
|
3911
|
-
.color-alternative .checkable.bubble-chart > .elements .color2.checked
|
|
4067
|
+
.color-alternative .checkable.bubble-chart > .elements .color2.checked,
|
|
4068
|
+
.color-alternative .checkable.scatter-chart > .elements .color2.checked {
|
|
3912
4069
|
fill: #3fe2c3;
|
|
3913
4070
|
}
|
|
3914
|
-
.color-alternative .checkable.bubble-chart > .elements .color3.checked
|
|
4071
|
+
.color-alternative .checkable.bubble-chart > .elements .color3.checked,
|
|
4072
|
+
.color-alternative .checkable.scatter-chart > .elements .color3.checked {
|
|
3915
4073
|
fill: #62e7ce;
|
|
3916
4074
|
}
|
|
3917
|
-
.color-alternative .checkable.bubble-chart > .elements .color4.checked
|
|
4075
|
+
.color-alternative .checkable.bubble-chart > .elements .color4.checked,
|
|
4076
|
+
.color-alternative .checkable.scatter-chart > .elements .color4.checked {
|
|
3918
4077
|
fill: #9ee8da;
|
|
3919
4078
|
}
|
|
3920
|
-
.color-alternative .checkable.bubble-chart > .elements .color5.checked
|
|
4079
|
+
.color-alternative .checkable.bubble-chart > .elements .color5.checked,
|
|
4080
|
+
.color-alternative .checkable.scatter-chart > .elements .color5.checked {
|
|
3921
4081
|
fill: #c2eee5;
|
|
3922
4082
|
}
|
|
3923
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements
|
|
4083
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements,
|
|
4084
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements {
|
|
3924
4085
|
fill: #c2eee5;
|
|
3925
4086
|
}
|
|
3926
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color0.checked
|
|
4087
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color0.checked,
|
|
4088
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color0.checked {
|
|
3927
4089
|
fill: #c2eee5;
|
|
3928
4090
|
}
|
|
3929
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color1.checked
|
|
4091
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color1.checked,
|
|
4092
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color1.checked {
|
|
3930
4093
|
fill: #9ee8da;
|
|
3931
4094
|
}
|
|
3932
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color2.checked
|
|
4095
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color2.checked,
|
|
4096
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color2.checked {
|
|
3933
4097
|
fill: #62e7ce;
|
|
3934
4098
|
}
|
|
3935
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color3.checked
|
|
4099
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color3.checked,
|
|
4100
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color3.checked {
|
|
3936
4101
|
fill: #3fe2c3;
|
|
3937
4102
|
}
|
|
3938
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color4.checked
|
|
4103
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color4.checked,
|
|
4104
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color4.checked {
|
|
3939
4105
|
fill: #1fc9aa;
|
|
3940
4106
|
}
|
|
3941
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color5.checked
|
|
4107
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color5.checked,
|
|
4108
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color5.checked {
|
|
3942
4109
|
fill: #1cb397;
|
|
3943
4110
|
}
|
|
3944
|
-
.color-rainbow .checkable.bubble-chart > .elements
|
|
4111
|
+
.color-rainbow .checkable.bubble-chart > .elements,
|
|
4112
|
+
.color-rainbow .checkable.scatter-chart > .elements {
|
|
3945
4113
|
fill: #71b0e8;
|
|
3946
4114
|
}
|
|
3947
|
-
.color-rainbow .checkable.bubble-chart > .elements .color0.checked
|
|
4115
|
+
.color-rainbow .checkable.bubble-chart > .elements .color0.checked,
|
|
4116
|
+
.color-rainbow .checkable.scatter-chart > .elements .color0.checked {
|
|
3948
4117
|
fill: #71b0e8;
|
|
3949
4118
|
}
|
|
3950
|
-
.color-rainbow .checkable.bubble-chart > .elements .color1.checked
|
|
4119
|
+
.color-rainbow .checkable.bubble-chart > .elements .color1.checked,
|
|
4120
|
+
.color-rainbow .checkable.scatter-chart > .elements .color1.checked {
|
|
3951
4121
|
fill: #ffbe6b;
|
|
3952
4122
|
}
|
|
3953
|
-
.color-rainbow .checkable.bubble-chart > .elements .color2.checked
|
|
4123
|
+
.color-rainbow .checkable.bubble-chart > .elements .color2.checked,
|
|
4124
|
+
.color-rainbow .checkable.scatter-chart > .elements .color2.checked {
|
|
3954
4125
|
fill: #62e7ce;
|
|
3955
4126
|
}
|
|
3956
|
-
.color-rainbow .checkable.bubble-chart > .elements .color3.checked
|
|
4127
|
+
.color-rainbow .checkable.bubble-chart > .elements .color3.checked,
|
|
4128
|
+
.color-rainbow .checkable.scatter-chart > .elements .color3.checked {
|
|
3957
4129
|
fill: #a7acad;
|
|
3958
4130
|
}
|
|
3959
|
-
.color-rainbow .checkable.bubble-chart > .elements .color4.checked
|
|
4131
|
+
.color-rainbow .checkable.bubble-chart > .elements .color4.checked,
|
|
4132
|
+
.color-rainbow .checkable.scatter-chart > .elements .color4.checked {
|
|
3960
4133
|
fill: #ff8888;
|
|
3961
4134
|
}
|
|
3962
|
-
.color-rainbow .checkable.bubble-chart > .elements .color5.checked
|
|
4135
|
+
.color-rainbow .checkable.bubble-chart > .elements .color5.checked,
|
|
4136
|
+
.color-rainbow .checkable.scatter-chart > .elements .color5.checked {
|
|
3963
4137
|
fill: #62e7ce;
|
|
3964
4138
|
}
|
|
3965
|
-
.checkable.bubble-chart > .elements .color0.hover.checked
|
|
4139
|
+
.checkable.bubble-chart > .elements .color0.hover.checked,
|
|
4140
|
+
.checkable.scatter-chart > .elements .color0.hover.checked {
|
|
3966
4141
|
fill: #0f477a;
|
|
3967
4142
|
}
|
|
3968
|
-
.checkable.bubble-chart > .elements .color1.hover.checked
|
|
4143
|
+
.checkable.bubble-chart > .elements .color1.hover.checked,
|
|
4144
|
+
.checkable.scatter-chart > .elements .color1.hover.checked {
|
|
3969
4145
|
fill: #145c9e;
|
|
3970
4146
|
}
|
|
3971
|
-
.checkable.bubble-chart > .elements .color2.hover.checked
|
|
4147
|
+
.checkable.bubble-chart > .elements .color2.hover.checked,
|
|
4148
|
+
.checkable.scatter-chart > .elements .color2.hover.checked {
|
|
3972
4149
|
fill: #2384da;
|
|
3973
4150
|
}
|
|
3974
|
-
.checkable.bubble-chart > .elements .color3.hover.checked
|
|
4151
|
+
.checkable.bubble-chart > .elements .color3.hover.checked,
|
|
4152
|
+
.checkable.scatter-chart > .elements .color3.hover.checked {
|
|
3975
4153
|
fill: #4598e1;
|
|
3976
4154
|
}
|
|
3977
|
-
.checkable.bubble-chart > .elements .color4.hover.checked
|
|
4155
|
+
.checkable.bubble-chart > .elements .color4.hover.checked,
|
|
4156
|
+
.checkable.scatter-chart > .elements .color4.hover.checked {
|
|
3978
4157
|
fill: #6caae4;
|
|
3979
4158
|
}
|
|
3980
|
-
.checkable.bubble-chart > .elements .color5.hover.checked
|
|
4159
|
+
.checkable.bubble-chart > .elements .color5.hover.checked,
|
|
4160
|
+
.checkable.scatter-chart > .elements .color5.hover.checked {
|
|
3981
4161
|
fill: #92b9de;
|
|
3982
4162
|
}
|
|
3983
|
-
.inverted .checkable.bubble-chart > .elements
|
|
4163
|
+
.inverted .checkable.bubble-chart > .elements,
|
|
4164
|
+
.inverted .checkable.scatter-chart > .elements {
|
|
3984
4165
|
fill: #b9d2ea;
|
|
3985
4166
|
}
|
|
3986
|
-
.inverted .checkable.bubble-chart > .elements .color0.hover.checked
|
|
4167
|
+
.inverted .checkable.bubble-chart > .elements .color0.hover.checked,
|
|
4168
|
+
.inverted .checkable.scatter-chart > .elements .color0.hover.checked {
|
|
3987
4169
|
fill: #92b9de;
|
|
3988
4170
|
}
|
|
3989
|
-
.inverted .checkable.bubble-chart > .elements .color1.hover.checked
|
|
4171
|
+
.inverted .checkable.bubble-chart > .elements .color1.hover.checked,
|
|
4172
|
+
.inverted .checkable.scatter-chart > .elements .color1.hover.checked {
|
|
3990
4173
|
fill: #6caae4;
|
|
3991
4174
|
}
|
|
3992
|
-
.inverted .checkable.bubble-chart > .elements .color2.hover.checked
|
|
4175
|
+
.inverted .checkable.bubble-chart > .elements .color2.hover.checked,
|
|
4176
|
+
.inverted .checkable.scatter-chart > .elements .color2.hover.checked {
|
|
3993
4177
|
fill: #4598e1;
|
|
3994
4178
|
}
|
|
3995
|
-
.inverted .checkable.bubble-chart > .elements .color3.hover.checked
|
|
4179
|
+
.inverted .checkable.bubble-chart > .elements .color3.hover.checked,
|
|
4180
|
+
.inverted .checkable.scatter-chart > .elements .color3.hover.checked {
|
|
3996
4181
|
fill: #2384da;
|
|
3997
4182
|
}
|
|
3998
|
-
.inverted .checkable.bubble-chart > .elements .color4.hover.checked
|
|
4183
|
+
.inverted .checkable.bubble-chart > .elements .color4.hover.checked,
|
|
4184
|
+
.inverted .checkable.scatter-chart > .elements .color4.hover.checked {
|
|
3999
4185
|
fill: #145c9e;
|
|
4000
4186
|
}
|
|
4001
|
-
.inverted .checkable.bubble-chart > .elements .color5.hover.checked
|
|
4187
|
+
.inverted .checkable.bubble-chart > .elements .color5.hover.checked,
|
|
4188
|
+
.inverted .checkable.scatter-chart > .elements .color5.hover.checked {
|
|
4002
4189
|
fill: #0f477a;
|
|
4003
4190
|
}
|
|
4004
|
-
.color-alternative .checkable.bubble-chart > .elements
|
|
4191
|
+
.color-alternative .checkable.bubble-chart > .elements,
|
|
4192
|
+
.color-alternative .checkable.scatter-chart > .elements {
|
|
4005
4193
|
fill: #1cb397;
|
|
4006
4194
|
}
|
|
4007
|
-
.color-alternative .checkable.bubble-chart > .elements .color0.hover.checked
|
|
4195
|
+
.color-alternative .checkable.bubble-chart > .elements .color0.hover.checked,
|
|
4196
|
+
.color-alternative .checkable.scatter-chart > .elements .color0.hover.checked {
|
|
4008
4197
|
fill: #158772;
|
|
4009
4198
|
}
|
|
4010
|
-
.color-alternative .checkable.bubble-chart > .elements .color1.hover.checked
|
|
4199
|
+
.color-alternative .checkable.bubble-chart > .elements .color1.hover.checked,
|
|
4200
|
+
.color-alternative .checkable.scatter-chart > .elements .color1.hover.checked {
|
|
4011
4201
|
fill: #189d85;
|
|
4012
4202
|
}
|
|
4013
|
-
.color-alternative .checkable.bubble-chart > .elements .color2.hover.checked
|
|
4203
|
+
.color-alternative .checkable.bubble-chart > .elements .color2.hover.checked,
|
|
4204
|
+
.color-alternative .checkable.scatter-chart > .elements .color2.hover.checked {
|
|
4014
4205
|
fill: #1fcead;
|
|
4015
4206
|
}
|
|
4016
|
-
.color-alternative .checkable.bubble-chart > .elements .color3.hover.checked
|
|
4207
|
+
.color-alternative .checkable.bubble-chart > .elements .color3.hover.checked,
|
|
4208
|
+
.color-alternative .checkable.scatter-chart > .elements .color3.hover.checked {
|
|
4017
4209
|
fill: #36e0c0;
|
|
4018
4210
|
}
|
|
4019
|
-
.color-alternative .checkable.bubble-chart > .elements .color4.hover.checked
|
|
4211
|
+
.color-alternative .checkable.bubble-chart > .elements .color4.hover.checked,
|
|
4212
|
+
.color-alternative .checkable.scatter-chart > .elements .color4.hover.checked {
|
|
4020
4213
|
fill: #75deca;
|
|
4021
4214
|
}
|
|
4022
|
-
.color-alternative .checkable.bubble-chart > .elements .color5.hover.checked
|
|
4215
|
+
.color-alternative .checkable.bubble-chart > .elements .color5.hover.checked,
|
|
4216
|
+
.color-alternative .checkable.scatter-chart > .elements .color5.hover.checked {
|
|
4023
4217
|
fill: #9ae3d4;
|
|
4024
4218
|
}
|
|
4025
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements
|
|
4219
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements,
|
|
4220
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements {
|
|
4026
4221
|
fill: #c2eee5;
|
|
4027
4222
|
}
|
|
4028
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color0.hover.checked
|
|
4223
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color0.hover.checked,
|
|
4224
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color0.hover.checked {
|
|
4029
4225
|
fill: #9ae3d4;
|
|
4030
4226
|
}
|
|
4031
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color1.hover.checked
|
|
4227
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color1.hover.checked,
|
|
4228
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color1.hover.checked {
|
|
4032
4229
|
fill: #75deca;
|
|
4033
4230
|
}
|
|
4034
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color2.hover.checked
|
|
4231
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color2.hover.checked,
|
|
4232
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color2.hover.checked {
|
|
4035
4233
|
fill: #36e0c0;
|
|
4036
4234
|
}
|
|
4037
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color3.hover.checked
|
|
4235
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color3.hover.checked,
|
|
4236
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color3.hover.checked {
|
|
4038
4237
|
fill: #1fcead;
|
|
4039
4238
|
}
|
|
4040
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color4.hover.checked
|
|
4239
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color4.hover.checked,
|
|
4240
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color4.hover.checked {
|
|
4041
4241
|
fill: #189d85;
|
|
4042
4242
|
}
|
|
4043
|
-
.color-alternative.inverted .checkable.bubble-chart > .elements .color5.hover.checked
|
|
4243
|
+
.color-alternative.inverted .checkable.bubble-chart > .elements .color5.hover.checked,
|
|
4244
|
+
.color-alternative.inverted .checkable.scatter-chart > .elements .color5.hover.checked {
|
|
4044
4245
|
fill: #158772;
|
|
4045
4246
|
}
|
|
4046
|
-
.color-rainbow .checkable.bubble-chart > .elements
|
|
4247
|
+
.color-rainbow .checkable.bubble-chart > .elements,
|
|
4248
|
+
.color-rainbow .checkable.scatter-chart > .elements {
|
|
4047
4249
|
fill: #71b0e8;
|
|
4048
4250
|
}
|
|
4049
|
-
.color-rainbow .checkable.bubble-chart > .elements .color0.hover.checked
|
|
4251
|
+
.color-rainbow .checkable.bubble-chart > .elements .color0.hover.checked,
|
|
4252
|
+
.color-rainbow .checkable.scatter-chart > .elements .color0.hover.checked {
|
|
4050
4253
|
fill: #4598e1;
|
|
4051
4254
|
}
|
|
4052
|
-
.color-rainbow .checkable.bubble-chart > .elements .color1.hover.checked
|
|
4255
|
+
.color-rainbow .checkable.bubble-chart > .elements .color1.hover.checked,
|
|
4256
|
+
.color-rainbow .checkable.scatter-chart > .elements .color1.hover.checked {
|
|
4053
4257
|
fill: #ffa838;
|
|
4054
4258
|
}
|
|
4055
|
-
.color-rainbow .checkable.bubble-chart > .elements .color2.hover.checked
|
|
4259
|
+
.color-rainbow .checkable.bubble-chart > .elements .color2.hover.checked,
|
|
4260
|
+
.color-rainbow .checkable.scatter-chart > .elements .color2.hover.checked {
|
|
4056
4261
|
fill: #36e0c0;
|
|
4057
4262
|
}
|
|
4058
|
-
.color-rainbow .checkable.bubble-chart > .elements .color3.hover.checked
|
|
4263
|
+
.color-rainbow .checkable.bubble-chart > .elements .color3.hover.checked,
|
|
4264
|
+
.color-rainbow .checkable.scatter-chart > .elements .color3.hover.checked {
|
|
4059
4265
|
fill: #8d9394;
|
|
4060
4266
|
}
|
|
4061
|
-
.color-rainbow .checkable.bubble-chart > .elements .color4.hover.checked
|
|
4267
|
+
.color-rainbow .checkable.bubble-chart > .elements .color4.hover.checked,
|
|
4268
|
+
.color-rainbow .checkable.scatter-chart > .elements .color4.hover.checked {
|
|
4062
4269
|
fill: #ff5555;
|
|
4063
4270
|
}
|
|
4064
|
-
.color-rainbow .checkable.bubble-chart > .elements .color5.hover.checked
|
|
4271
|
+
.color-rainbow .checkable.bubble-chart > .elements .color5.hover.checked,
|
|
4272
|
+
.color-rainbow .checkable.scatter-chart > .elements .color5.hover.checked {
|
|
4065
4273
|
fill: #36e0c0;
|
|
4066
4274
|
}
|
|
4067
|
-
.bubble-chart > .elements .color0.legend
|
|
4275
|
+
.bubble-chart > .elements .color0.legend,
|
|
4276
|
+
.scatter-chart > .elements .color0.legend {
|
|
4068
4277
|
fill: #1561a7;
|
|
4069
4278
|
}
|
|
4070
|
-
.bubble-chart > .elements .color1.legend
|
|
4279
|
+
.bubble-chart > .elements .color1.legend,
|
|
4280
|
+
.scatter-chart > .elements .color1.legend {
|
|
4071
4281
|
fill: #1a76cb;
|
|
4072
4282
|
}
|
|
4073
|
-
.bubble-chart > .elements .color2.legend
|
|
4283
|
+
.bubble-chart > .elements .color2.legend,
|
|
4284
|
+
.scatter-chart > .elements .color2.legend {
|
|
4074
4285
|
fill: #4e9ce2;
|
|
4075
4286
|
}
|
|
4076
|
-
.bubble-chart > .elements .color3.legend
|
|
4287
|
+
.bubble-chart > .elements .color3.legend,
|
|
4288
|
+
.scatter-chart > .elements .color3.legend {
|
|
4077
4289
|
fill: #71b0e8;
|
|
4078
4290
|
}
|
|
4079
|
-
.bubble-chart > .elements .color4.legend
|
|
4291
|
+
.bubble-chart > .elements .color4.legend,
|
|
4292
|
+
.scatter-chart > .elements .color4.legend {
|
|
4080
4293
|
fill: #97c3ec;
|
|
4081
4294
|
}
|
|
4082
|
-
.bubble-chart > .elements .color5.legend
|
|
4295
|
+
.bubble-chart > .elements .color5.legend,
|
|
4296
|
+
.scatter-chart > .elements .color5.legend {
|
|
4083
4297
|
fill: #b9d2ea;
|
|
4084
4298
|
}
|
|
4085
|
-
.inverted .bubble-chart > .elements
|
|
4299
|
+
.inverted .bubble-chart > .elements,
|
|
4300
|
+
.inverted .scatter-chart > .elements {
|
|
4086
4301
|
fill: #b9d2ea;
|
|
4087
4302
|
}
|
|
4088
|
-
.inverted .bubble-chart > .elements .color0.legend
|
|
4303
|
+
.inverted .bubble-chart > .elements .color0.legend,
|
|
4304
|
+
.inverted .scatter-chart > .elements .color0.legend {
|
|
4089
4305
|
fill: #b9d2ea;
|
|
4090
4306
|
}
|
|
4091
|
-
.inverted .bubble-chart > .elements .color1.legend
|
|
4307
|
+
.inverted .bubble-chart > .elements .color1.legend,
|
|
4308
|
+
.inverted .scatter-chart > .elements .color1.legend {
|
|
4092
4309
|
fill: #97c3ec;
|
|
4093
4310
|
}
|
|
4094
|
-
.inverted .bubble-chart > .elements .color2.legend
|
|
4311
|
+
.inverted .bubble-chart > .elements .color2.legend,
|
|
4312
|
+
.inverted .scatter-chart > .elements .color2.legend {
|
|
4095
4313
|
fill: #71b0e8;
|
|
4096
4314
|
}
|
|
4097
|
-
.inverted .bubble-chart > .elements .color3.legend
|
|
4315
|
+
.inverted .bubble-chart > .elements .color3.legend,
|
|
4316
|
+
.inverted .scatter-chart > .elements .color3.legend {
|
|
4098
4317
|
fill: #4e9ce2;
|
|
4099
4318
|
}
|
|
4100
|
-
.inverted .bubble-chart > .elements .color4.legend
|
|
4319
|
+
.inverted .bubble-chart > .elements .color4.legend,
|
|
4320
|
+
.inverted .scatter-chart > .elements .color4.legend {
|
|
4101
4321
|
fill: #1a76cb;
|
|
4102
4322
|
}
|
|
4103
|
-
.inverted .bubble-chart > .elements .color5.legend
|
|
4323
|
+
.inverted .bubble-chart > .elements .color5.legend,
|
|
4324
|
+
.inverted .scatter-chart > .elements .color5.legend {
|
|
4104
4325
|
fill: #1561a7;
|
|
4105
4326
|
}
|
|
4106
|
-
.color-alternative .bubble-chart > .elements
|
|
4327
|
+
.color-alternative .bubble-chart > .elements,
|
|
4328
|
+
.color-alternative .scatter-chart > .elements {
|
|
4107
4329
|
fill: #1cb397;
|
|
4108
4330
|
}
|
|
4109
|
-
.color-alternative .bubble-chart > .elements .color0.legend
|
|
4331
|
+
.color-alternative .bubble-chart > .elements .color0.legend,
|
|
4332
|
+
.color-alternative .scatter-chart > .elements .color0.legend {
|
|
4110
4333
|
fill: #1cb397;
|
|
4111
4334
|
}
|
|
4112
|
-
.color-alternative .bubble-chart > .elements .color1.legend
|
|
4335
|
+
.color-alternative .bubble-chart > .elements .color1.legend,
|
|
4336
|
+
.color-alternative .scatter-chart > .elements .color1.legend {
|
|
4113
4337
|
fill: #1fc9aa;
|
|
4114
4338
|
}
|
|
4115
|
-
.color-alternative .bubble-chart > .elements .color2.legend
|
|
4339
|
+
.color-alternative .bubble-chart > .elements .color2.legend,
|
|
4340
|
+
.color-alternative .scatter-chart > .elements .color2.legend {
|
|
4116
4341
|
fill: #3fe2c3;
|
|
4117
4342
|
}
|
|
4118
|
-
.color-alternative .bubble-chart > .elements .color3.legend
|
|
4343
|
+
.color-alternative .bubble-chart > .elements .color3.legend,
|
|
4344
|
+
.color-alternative .scatter-chart > .elements .color3.legend {
|
|
4119
4345
|
fill: #62e7ce;
|
|
4120
4346
|
}
|
|
4121
|
-
.color-alternative .bubble-chart > .elements .color4.legend
|
|
4347
|
+
.color-alternative .bubble-chart > .elements .color4.legend,
|
|
4348
|
+
.color-alternative .scatter-chart > .elements .color4.legend {
|
|
4122
4349
|
fill: #9ee8da;
|
|
4123
4350
|
}
|
|
4124
|
-
.color-alternative .bubble-chart > .elements .color5.legend
|
|
4351
|
+
.color-alternative .bubble-chart > .elements .color5.legend,
|
|
4352
|
+
.color-alternative .scatter-chart > .elements .color5.legend {
|
|
4125
4353
|
fill: #c2eee5;
|
|
4126
4354
|
}
|
|
4127
|
-
.color-alternative.inverted .bubble-chart > .elements
|
|
4355
|
+
.color-alternative.inverted .bubble-chart > .elements,
|
|
4356
|
+
.color-alternative.inverted .scatter-chart > .elements {
|
|
4128
4357
|
fill: #c2eee5;
|
|
4129
4358
|
}
|
|
4130
|
-
.color-alternative.inverted .bubble-chart > .elements .color0.legend
|
|
4359
|
+
.color-alternative.inverted .bubble-chart > .elements .color0.legend,
|
|
4360
|
+
.color-alternative.inverted .scatter-chart > .elements .color0.legend {
|
|
4131
4361
|
fill: #c2eee5;
|
|
4132
4362
|
}
|
|
4133
|
-
.color-alternative.inverted .bubble-chart > .elements .color1.legend
|
|
4363
|
+
.color-alternative.inverted .bubble-chart > .elements .color1.legend,
|
|
4364
|
+
.color-alternative.inverted .scatter-chart > .elements .color1.legend {
|
|
4134
4365
|
fill: #9ee8da;
|
|
4135
4366
|
}
|
|
4136
|
-
.color-alternative.inverted .bubble-chart > .elements .color2.legend
|
|
4367
|
+
.color-alternative.inverted .bubble-chart > .elements .color2.legend,
|
|
4368
|
+
.color-alternative.inverted .scatter-chart > .elements .color2.legend {
|
|
4137
4369
|
fill: #62e7ce;
|
|
4138
4370
|
}
|
|
4139
|
-
.color-alternative.inverted .bubble-chart > .elements .color3.legend
|
|
4371
|
+
.color-alternative.inverted .bubble-chart > .elements .color3.legend,
|
|
4372
|
+
.color-alternative.inverted .scatter-chart > .elements .color3.legend {
|
|
4140
4373
|
fill: #3fe2c3;
|
|
4141
4374
|
}
|
|
4142
|
-
.color-alternative.inverted .bubble-chart > .elements .color4.legend
|
|
4375
|
+
.color-alternative.inverted .bubble-chart > .elements .color4.legend,
|
|
4376
|
+
.color-alternative.inverted .scatter-chart > .elements .color4.legend {
|
|
4143
4377
|
fill: #1fc9aa;
|
|
4144
4378
|
}
|
|
4145
|
-
.color-alternative.inverted .bubble-chart > .elements .color5.legend
|
|
4379
|
+
.color-alternative.inverted .bubble-chart > .elements .color5.legend,
|
|
4380
|
+
.color-alternative.inverted .scatter-chart > .elements .color5.legend {
|
|
4146
4381
|
fill: #1cb397;
|
|
4147
4382
|
}
|
|
4148
|
-
.color-rainbow .bubble-chart > .elements
|
|
4383
|
+
.color-rainbow .bubble-chart > .elements,
|
|
4384
|
+
.color-rainbow .scatter-chart > .elements {
|
|
4149
4385
|
fill: #71b0e8;
|
|
4150
4386
|
}
|
|
4151
|
-
.color-rainbow .bubble-chart > .elements .color0.legend
|
|
4387
|
+
.color-rainbow .bubble-chart > .elements .color0.legend,
|
|
4388
|
+
.color-rainbow .scatter-chart > .elements .color0.legend {
|
|
4152
4389
|
fill: #71b0e8;
|
|
4153
4390
|
}
|
|
4154
|
-
.color-rainbow .bubble-chart > .elements .color1.legend
|
|
4391
|
+
.color-rainbow .bubble-chart > .elements .color1.legend,
|
|
4392
|
+
.color-rainbow .scatter-chart > .elements .color1.legend {
|
|
4155
4393
|
fill: #ffbe6b;
|
|
4156
4394
|
}
|
|
4157
|
-
.color-rainbow .bubble-chart > .elements .color2.legend
|
|
4395
|
+
.color-rainbow .bubble-chart > .elements .color2.legend,
|
|
4396
|
+
.color-rainbow .scatter-chart > .elements .color2.legend {
|
|
4158
4397
|
fill: #62e7ce;
|
|
4159
4398
|
}
|
|
4160
|
-
.color-rainbow .bubble-chart > .elements .color3.legend
|
|
4399
|
+
.color-rainbow .bubble-chart > .elements .color3.legend,
|
|
4400
|
+
.color-rainbow .scatter-chart > .elements .color3.legend {
|
|
4161
4401
|
fill: #a7acad;
|
|
4162
4402
|
}
|
|
4163
|
-
.color-rainbow .bubble-chart > .elements .color4.legend
|
|
4403
|
+
.color-rainbow .bubble-chart > .elements .color4.legend,
|
|
4404
|
+
.color-rainbow .scatter-chart > .elements .color4.legend {
|
|
4164
4405
|
fill: #ff8888;
|
|
4165
4406
|
}
|
|
4166
|
-
.color-rainbow .bubble-chart > .elements .color5.legend
|
|
4407
|
+
.color-rainbow .bubble-chart > .elements .color5.legend,
|
|
4408
|
+
.color-rainbow .scatter-chart > .elements .color5.legend {
|
|
4167
4409
|
fill: #62e7ce;
|
|
4168
4410
|
}
|
|
4169
4411
|
text.line-label {
|
|
@@ -4501,6 +4743,7 @@ text.venn-legend {
|
|
|
4501
4743
|
}
|
|
4502
4744
|
/*** chart tooltip ***/
|
|
4503
4745
|
.tooltip.chart-tooltip {
|
|
4746
|
+
max-width: 400px;
|
|
4504
4747
|
--chart-tooltip-font-family: Arial, sans-serif;
|
|
4505
4748
|
--chart-tooltip-label-width: 70px;
|
|
4506
4749
|
}
|
|
@@ -4557,6 +4800,49 @@ text.venn-legend {
|
|
|
4557
4800
|
.tooltip.chart-tooltip > .tooltip-content > .attribute.title > .value {
|
|
4558
4801
|
text-align: left;
|
|
4559
4802
|
}
|
|
4803
|
+
.tooltip.chart-tooltip > .tooltip-content > table > tbody > .attribute {
|
|
4804
|
+
padding-top: 2px;
|
|
4805
|
+
padding-bottom: 2px;
|
|
4806
|
+
}
|
|
4807
|
+
.tooltip.chart-tooltip > .tooltip-content > table > tbody > .attribute:first-child {
|
|
4808
|
+
padding-top: 0;
|
|
4809
|
+
}
|
|
4810
|
+
.tooltip.chart-tooltip > .tooltip-content > table > tbody > .attribute:last-child {
|
|
4811
|
+
padding-bottom: 0;
|
|
4812
|
+
}
|
|
4813
|
+
.tooltip.chart-tooltip > .tooltip-content > table > tbody > .attribute .color-cell > .color {
|
|
4814
|
+
height: 10px;
|
|
4815
|
+
width: 10px;
|
|
4816
|
+
border-radius: 50%;
|
|
4817
|
+
margin-right: 5px;
|
|
4818
|
+
}
|
|
4819
|
+
.tooltip.chart-tooltip > .tooltip-content > table > tbody > .attribute > .label {
|
|
4820
|
+
max-width: 120px;
|
|
4821
|
+
overflow: hidden;
|
|
4822
|
+
text-overflow: ellipsis;
|
|
4823
|
+
padding-right: 10px;
|
|
4824
|
+
white-space: nowrap;
|
|
4825
|
+
font-size: 12px;
|
|
4826
|
+
padding-top: 1px;
|
|
4827
|
+
}
|
|
4828
|
+
.tooltip.chart-tooltip > .tooltip-content > table > tbody > .attribute > .value {
|
|
4829
|
+
white-space: nowrap;
|
|
4830
|
+
text-align: right;
|
|
4831
|
+
font-size: 13px;
|
|
4832
|
+
font-weight: normal;
|
|
4833
|
+
font-family: var(--chart-tooltip-font-family);
|
|
4834
|
+
padding-right: 10px;
|
|
4835
|
+
}
|
|
4836
|
+
.tooltip.chart-tooltip > .tooltip-content > table > tbody > .attribute > .value:last-child {
|
|
4837
|
+
padding-right: 0;
|
|
4838
|
+
}
|
|
4839
|
+
.tooltip.chart-tooltip > .tooltip-content > table > tbody > .attribute.title > .value {
|
|
4840
|
+
text-align: left;
|
|
4841
|
+
max-width: 120px;
|
|
4842
|
+
white-space: nowrap;
|
|
4843
|
+
overflow: hidden;
|
|
4844
|
+
text-overflow: ellipsis;
|
|
4845
|
+
}
|
|
4560
4846
|
/*
|
|
4561
4847
|
* Copyright (c) 2010-2021 BSI Business Systems Integration AG.
|
|
4562
4848
|
* All rights reserved. This program and the accompanying materials
|