realreport 1.9.3 → 1.9.5
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/realreport.css +105 -58
- package/dist/realreport.d.ts +103 -18
- package/dist/realreport.es.js +10 -1
- package/dist/realreport.js +10 -1
- package/package.json +1 -1
package/dist/realreport.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport v1.9.
|
|
2
|
+
RealReport v1.9.5
|
|
3
3
|
Copyright (C) 2013-2024 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -1144,7 +1144,7 @@ All Rights Reserved.
|
|
|
1144
1144
|
font-family: var(--rct-font-family);
|
|
1145
1145
|
font-size: var(--rct-font-size);
|
|
1146
1146
|
color: #000;
|
|
1147
|
-
/* background-color:
|
|
1147
|
+
/* background-color: #fff; */
|
|
1148
1148
|
/* word-break: break-all;
|
|
1149
1149
|
word-wrap: break-word; */
|
|
1150
1150
|
-webkit-touch-callout: default;
|
|
@@ -1166,7 +1166,7 @@ All Rights Reserved.
|
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
1168
|
/** palette */
|
|
1169
|
-
.rct-root {
|
|
1169
|
+
:root, .rct-root {
|
|
1170
1170
|
--color-1: #0098ff;
|
|
1171
1171
|
--color-2: #66d0ff;
|
|
1172
1172
|
--color-3: #ff5c35;
|
|
@@ -1276,11 +1276,11 @@ All Rights Reserved.
|
|
|
1276
1276
|
.rct-control[data-theme='real'] {
|
|
1277
1277
|
--rct-background: #264653;
|
|
1278
1278
|
}
|
|
1279
|
-
.rct-root {
|
|
1279
|
+
:root, .rct-root {
|
|
1280
1280
|
--rct-font-family: AppleSDGothicNeo-Light, "HelveticaNeue", "Malgun Gothic", "맑은 고딕", sans-serif;
|
|
1281
1281
|
--rct-font-size: 16px;
|
|
1282
1282
|
|
|
1283
|
-
--rct-focus-stroke:
|
|
1283
|
+
--rct-focus-stroke: #000;
|
|
1284
1284
|
--rct-focus-stroke-width: 2px;
|
|
1285
1285
|
--rct-text-fill: #333;
|
|
1286
1286
|
|
|
@@ -1293,14 +1293,14 @@ All Rights Reserved.
|
|
|
1293
1293
|
--rct-axis-line-stroke: #aaa;
|
|
1294
1294
|
--rct-axis-baseline-stroke: #333;
|
|
1295
1295
|
--rct-axis-tick-stroke: #555;
|
|
1296
|
-
--rct-axis-label-fill: #
|
|
1296
|
+
--rct-axis-label-fill: #333;
|
|
1297
1297
|
--rct-axis-grid-line-stroke: #ddd;
|
|
1298
1298
|
--rct-axis-grid-line-stroke-start: none;
|
|
1299
1299
|
--rct-axis-grid-line-stroke-end: none;
|
|
1300
1300
|
--rct-axis-grid-line-stroke-width: 1px;
|
|
1301
1301
|
--rct-axis-scrollbar-track-fill: #fdfdfd;
|
|
1302
1302
|
--rct-axis-scrollbar-track-stroke: #aaa;
|
|
1303
|
-
--rct-axis-scrollbar-thumb-fill:
|
|
1303
|
+
--rct-axis-scrollbar-thumb-fill: #d3d3d3;
|
|
1304
1304
|
--rct-axis-scrollbar-rx: 4px;
|
|
1305
1305
|
|
|
1306
1306
|
--rct-legend-background: none;
|
|
@@ -1315,6 +1315,9 @@ All Rights Reserved.
|
|
|
1315
1315
|
--rct-point-label-stroke: none;
|
|
1316
1316
|
--rct-point-label-fill: #333;
|
|
1317
1317
|
|
|
1318
|
+
--rct-point-label-line-stroke-width: 1px;
|
|
1319
|
+
--rct-point-label-line-stroke: #55855560;
|
|
1320
|
+
|
|
1318
1321
|
--rct-credits-fill: #777;
|
|
1319
1322
|
|
|
1320
1323
|
/* polar */
|
|
@@ -1324,7 +1327,7 @@ All Rights Reserved.
|
|
|
1324
1327
|
|
|
1325
1328
|
/* linear gauge */
|
|
1326
1329
|
--rct-linear-gauge-background-fill: #eee;
|
|
1327
|
-
--rct-linear-gauge-value-fill:
|
|
1330
|
+
--rct-linear-gauge-value-fill: #008000;
|
|
1328
1331
|
--rct-linear-gauge-band-tick-labels-stroke: #333;
|
|
1329
1332
|
--rct-linear-gauge-group-label-fill: #333;
|
|
1330
1333
|
/** bullet gauge */
|
|
@@ -1343,9 +1346,9 @@ All Rights Reserved.
|
|
|
1343
1346
|
--rct-gauge-scale-tick: #555;
|
|
1344
1347
|
--rct-gauge-scale-tick-labels-stroke: #333;
|
|
1345
1348
|
/* clock gauge */
|
|
1346
|
-
--rct-clock-gauge-face-fill:
|
|
1349
|
+
--rct-clock-gauge-face-fill: #fff;
|
|
1347
1350
|
--rct-clock-gauge-rim-fill: #eee;
|
|
1348
|
-
--rct-clock-gauge-rim-stroke:
|
|
1351
|
+
--rct-clock-gauge-rim-stroke: #808080;
|
|
1349
1352
|
--rct-clock-gauge-tick-stroke: #333;
|
|
1350
1353
|
--rct-clock-gauge-minor-tick-stroke: #555;
|
|
1351
1354
|
--rct-clock-gauge-tick-label-fill: #333;
|
|
@@ -1355,11 +1358,11 @@ All Rights Reserved.
|
|
|
1355
1358
|
/** series navigator */
|
|
1356
1359
|
--rct-navigator-handle-color: #0098ff;
|
|
1357
1360
|
--rct-navigator-handle-hover-color: #55c;
|
|
1358
|
-
--rct-navigator-track-fill:
|
|
1361
|
+
--rct-navigator-track-fill: #d3d3d3;
|
|
1359
1362
|
--rct-navigator-thumb-fill:#0098ff;
|
|
1360
1363
|
}
|
|
1361
1364
|
.rct-root[data-theme='dark'] {
|
|
1362
|
-
--rct-focus-stroke:
|
|
1365
|
+
--rct-focus-stroke: #ccc;
|
|
1363
1366
|
--rct-text-fill: #fff;
|
|
1364
1367
|
|
|
1365
1368
|
--rct-title-fill: #fff;
|
|
@@ -1469,13 +1472,13 @@ All Rights Reserved.
|
|
|
1469
1472
|
|
|
1470
1473
|
/** label */
|
|
1471
1474
|
.rct-label-dark {
|
|
1472
|
-
fill:
|
|
1475
|
+
fill: #000;
|
|
1473
1476
|
}
|
|
1474
1477
|
.rct-label-light {
|
|
1475
|
-
fill:
|
|
1478
|
+
fill: #fff;
|
|
1476
1479
|
}
|
|
1477
1480
|
.rct-label-background {
|
|
1478
|
-
fill:
|
|
1481
|
+
fill: #d3d3d3;
|
|
1479
1482
|
}
|
|
1480
1483
|
|
|
1481
1484
|
/** button */
|
|
@@ -1504,7 +1507,7 @@ All Rights Reserved.
|
|
|
1504
1507
|
/** title */
|
|
1505
1508
|
.rct-title {
|
|
1506
1509
|
margin-bottom: 10px;
|
|
1507
|
-
font-size:
|
|
1510
|
+
font-size: 22px;
|
|
1508
1511
|
fill: var(--rct-title-fill);
|
|
1509
1512
|
}
|
|
1510
1513
|
.rct-title-background {
|
|
@@ -1512,7 +1515,7 @@ All Rights Reserved.
|
|
|
1512
1515
|
}
|
|
1513
1516
|
.rct-subtitle {
|
|
1514
1517
|
margin-bottom: 10px;
|
|
1515
|
-
font-size:
|
|
1518
|
+
font-size: 15px;
|
|
1516
1519
|
fill: var(--rct-subtitle-fill);
|
|
1517
1520
|
}
|
|
1518
1521
|
.rct-subtitle-background {
|
|
@@ -1524,6 +1527,7 @@ All Rights Reserved.
|
|
|
1524
1527
|
fill: var(--rct-legend-fill);
|
|
1525
1528
|
stroke: none;
|
|
1526
1529
|
padding: 3px 6px;
|
|
1530
|
+
font-size: 14px;
|
|
1527
1531
|
}
|
|
1528
1532
|
.rct-legend-background {
|
|
1529
1533
|
fill: var(--rct-legend-background);
|
|
@@ -1532,28 +1536,47 @@ All Rights Reserved.
|
|
|
1532
1536
|
}
|
|
1533
1537
|
.rct-legend-item-label[data-hidden] {
|
|
1534
1538
|
fill: var(--rct-legend-item-disabled);
|
|
1535
|
-
text-decoration: var(--rct-legend-item-disabled-decoration)
|
|
1539
|
+
text-decoration: var(--rct-legend-item-disabled-decoration);
|
|
1540
|
+
}
|
|
1541
|
+
.rct-legend-item-label[data-empty] {
|
|
1542
|
+
fill: var(--rct-legend-item-disabled);
|
|
1536
1543
|
}
|
|
1537
|
-
/* .rct-legend-item-marker {
|
|
1538
|
-
stroke: none;
|
|
1539
|
-
} */
|
|
1540
1544
|
.rct-legend-item-marker[data-hidden] {
|
|
1541
1545
|
fill: #aaa !important;
|
|
1542
1546
|
stroke: #aaa !important;
|
|
1543
1547
|
}
|
|
1548
|
+
.rct-legend-item-marker[data-hidden] path[data-fill] {
|
|
1549
|
+
fill: #aaa !important;
|
|
1550
|
+
}
|
|
1551
|
+
.rct-legend-item-marker[data-empty] {
|
|
1552
|
+
fill: #aaa !important;
|
|
1553
|
+
stroke: #aaa !important;
|
|
1554
|
+
}
|
|
1555
|
+
.rct-legend-item-marker[data-empty] path[data-fill] {
|
|
1556
|
+
fill: #aaa !important;
|
|
1557
|
+
}
|
|
1544
1558
|
|
|
1545
|
-
/**
|
|
1559
|
+
/** body */
|
|
1546
1560
|
.rct-body-background {
|
|
1547
1561
|
stroke: var(--rct-body-background-stroke);
|
|
1548
1562
|
fill: none;
|
|
1563
|
+
shape-rendering: crispEdges;
|
|
1549
1564
|
}
|
|
1550
1565
|
.rct-body-background[data-polar] {
|
|
1551
1566
|
stroke: none;
|
|
1552
1567
|
}
|
|
1568
|
+
.rct-empty-view {
|
|
1569
|
+
fill: #fcfcff;
|
|
1570
|
+
stroke: #eee;
|
|
1571
|
+
}
|
|
1572
|
+
.rct-empty-view-label {
|
|
1573
|
+
fill: #777;
|
|
1574
|
+
font-size: 1.4em;
|
|
1575
|
+
}
|
|
1553
1576
|
|
|
1554
1577
|
/** axis */
|
|
1555
1578
|
.rct-axis-title {
|
|
1556
|
-
font-size:
|
|
1579
|
+
font-size: 15px;
|
|
1557
1580
|
fill: var(--rct-axis-title-fill);
|
|
1558
1581
|
}
|
|
1559
1582
|
.rct-axis-title-background {
|
|
@@ -1562,30 +1585,33 @@ All Rights Reserved.
|
|
|
1562
1585
|
.rct-axis-line {
|
|
1563
1586
|
stroke: var(--rct-axis-line-stroke);
|
|
1564
1587
|
stroke-width: 1px;
|
|
1588
|
+
shape-rendering: crispEdges;
|
|
1565
1589
|
}
|
|
1566
1590
|
.rct-axis-baseline {
|
|
1567
1591
|
stroke: var(--rct-axis-baseline-stroke);
|
|
1568
1592
|
stroke-width: 1px;
|
|
1593
|
+
shape-rendering: crispEdges;
|
|
1569
1594
|
}
|
|
1570
1595
|
.rct-axis-tick {
|
|
1571
1596
|
stroke: var(--rct-axis-tick-stroke);
|
|
1572
1597
|
stroke-width: 1px;
|
|
1598
|
+
shape-rendering: crispEdges;
|
|
1573
1599
|
}
|
|
1574
1600
|
.rct-axis-labels {
|
|
1575
1601
|
font-size: 14px;
|
|
1576
1602
|
fill: var(--rct-axis-label-fill);
|
|
1577
1603
|
}
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
} */
|
|
1604
|
+
.rct-axis-grid {
|
|
1605
|
+
fill: none;
|
|
1606
|
+
}
|
|
1582
1607
|
.rct-axis-grid-line {
|
|
1583
1608
|
stroke: var(--rct-axis-grid-line-stroke);
|
|
1584
1609
|
stroke-width: var(--rct-axis-grid-line-stroke-width);
|
|
1610
|
+
shape-rendering: crispEdges;
|
|
1585
1611
|
}
|
|
1586
1612
|
.rct-axis-break {
|
|
1587
1613
|
stroke: #aaa;
|
|
1588
|
-
fill:
|
|
1614
|
+
fill: #fff;
|
|
1589
1615
|
fill-opacity: 0.9;
|
|
1590
1616
|
}
|
|
1591
1617
|
.rct-axis-guide-label {
|
|
@@ -1594,11 +1620,13 @@ All Rights Reserved.
|
|
|
1594
1620
|
.rct-axis-guide-line {
|
|
1595
1621
|
stroke: #555;
|
|
1596
1622
|
stroke-width: 2px;
|
|
1623
|
+
shape-rendering: crispEdges;
|
|
1597
1624
|
}
|
|
1598
1625
|
.rct-axis-guide-range {
|
|
1599
1626
|
stroke: none;
|
|
1600
1627
|
fill: #0088ff;
|
|
1601
1628
|
fill-opacity: 0.2;
|
|
1629
|
+
shape-rendering: crispEdges;
|
|
1602
1630
|
}
|
|
1603
1631
|
.rct-axis-scrollbar-track {
|
|
1604
1632
|
fill: var(--rct-axis-scrollbar-track-fill);
|
|
@@ -1617,6 +1645,9 @@ All Rights Reserved.
|
|
|
1617
1645
|
.rct-polar-xaxis-sector-line {
|
|
1618
1646
|
stroke: #555;
|
|
1619
1647
|
}
|
|
1648
|
+
.rct-polar-axis-grids {
|
|
1649
|
+
fill: none;
|
|
1650
|
+
}
|
|
1620
1651
|
.rct-polar-xaxis-grid-line {
|
|
1621
1652
|
stroke: var(--rct-polar-xaxis-grid-line-stroke)
|
|
1622
1653
|
}
|
|
@@ -1681,7 +1712,7 @@ All Rights Reserved.
|
|
|
1681
1712
|
}
|
|
1682
1713
|
|
|
1683
1714
|
.rct-series-trendline {
|
|
1684
|
-
stroke:
|
|
1715
|
+
stroke: #ff0000;
|
|
1685
1716
|
stroke-width: 2px;
|
|
1686
1717
|
stroke-linejoin: round;
|
|
1687
1718
|
fill: none;
|
|
@@ -1780,21 +1811,34 @@ All Rights Reserved.
|
|
|
1780
1811
|
transition-property: opacity;
|
|
1781
1812
|
transition-duration: 0.7s;
|
|
1782
1813
|
}
|
|
1783
|
-
.rct-series[data-
|
|
1784
|
-
opacity: 0.2;
|
|
1814
|
+
.rct-series[data-unhover] {
|
|
1815
|
+
opacity: 0.2 !important;
|
|
1785
1816
|
}
|
|
1786
|
-
.rct-
|
|
1817
|
+
.rct-point[data-unhover] {
|
|
1818
|
+
opacity: 0.2 !important;
|
|
1819
|
+
}
|
|
1820
|
+
.rct-series .rct-point[data-focus], .rct-point[data-unfocus] {
|
|
1787
1821
|
stroke: var(--rct-focus-stroke) !important;
|
|
1788
|
-
stroke-width: var(--rct-focus-stroke-width);
|
|
1789
|
-
filter: brightness(115%);
|
|
1822
|
+
stroke-width: var(--rct-focus-stroke-width) !important;
|
|
1823
|
+
filter: brightness(115%) !important;
|
|
1824
|
+
opacity: 1 !important;
|
|
1825
|
+
}
|
|
1826
|
+
/** data point hover */
|
|
1827
|
+
.rct-point-unhover {
|
|
1828
|
+
opacity: 0.3;
|
|
1829
|
+
transition: opacity 0.7s;
|
|
1830
|
+
}
|
|
1831
|
+
.rct-point-hover {
|
|
1832
|
+
opacity: inherit;
|
|
1833
|
+
transition: opacity 0.7s;
|
|
1790
1834
|
}
|
|
1791
1835
|
.rct-point-labels {
|
|
1792
1836
|
opacity: inherit;
|
|
1793
1837
|
transition-property: opacity;
|
|
1794
1838
|
transition-duration: 0.7s;
|
|
1795
1839
|
}
|
|
1796
|
-
.rct-point-labels[data-
|
|
1797
|
-
opacity: 0.3;
|
|
1840
|
+
.rct-point-labels[data-unhover] {
|
|
1841
|
+
opacity: 0.3 !important;
|
|
1798
1842
|
}
|
|
1799
1843
|
|
|
1800
1844
|
/** rct-point 대신 여기에 지정해야 outline에 반영된다. */
|
|
@@ -1809,7 +1853,8 @@ All Rights Reserved.
|
|
|
1809
1853
|
opacity: 1;
|
|
1810
1854
|
}
|
|
1811
1855
|
.rct-point-label-lines {
|
|
1812
|
-
stroke:
|
|
1856
|
+
stroke-width: var(--rct-point-label-line-stroke-width);
|
|
1857
|
+
stroke: var(--rct-point-label-line-stroke);
|
|
1813
1858
|
fill: none;
|
|
1814
1859
|
}
|
|
1815
1860
|
|
|
@@ -1820,7 +1865,7 @@ All Rights Reserved.
|
|
|
1820
1865
|
|
|
1821
1866
|
/** circlebar series */
|
|
1822
1867
|
.rct-circlebar-series .rct-point {
|
|
1823
|
-
stroke:
|
|
1868
|
+
stroke: #fff;
|
|
1824
1869
|
}
|
|
1825
1870
|
|
|
1826
1871
|
/** barrange series */
|
|
@@ -1835,14 +1880,6 @@ All Rights Reserved.
|
|
|
1835
1880
|
.rct-line-series .rct-point {
|
|
1836
1881
|
stroke-dasharray: none;
|
|
1837
1882
|
}
|
|
1838
|
-
.rct-line-series .rct-point[data-focus] {
|
|
1839
|
-
stroke: #0088ff20 !important;
|
|
1840
|
-
stroke-width: 9px !important;
|
|
1841
|
-
opacity: inherit !important;
|
|
1842
|
-
/** TODO: 아래가 적용되지 않고 있다 */
|
|
1843
|
-
transition-property: opacity;
|
|
1844
|
-
transition-duration: 0.7s;
|
|
1845
|
-
}
|
|
1846
1883
|
.rct-line-series-flag {
|
|
1847
1884
|
font-weight: bold;
|
|
1848
1885
|
font-size: 0.9em;
|
|
@@ -1880,6 +1917,9 @@ All Rights Reserved.
|
|
|
1880
1917
|
.rct-scatter-series {
|
|
1881
1918
|
fill-opacity: 0.7;
|
|
1882
1919
|
}
|
|
1920
|
+
.rct-scatter-series .rct-point[data-focus] {
|
|
1921
|
+
fill-opacity: 0.9;
|
|
1922
|
+
}
|
|
1883
1923
|
|
|
1884
1924
|
/** boxplot series */
|
|
1885
1925
|
.rct-boxplot-series {
|
|
@@ -1902,7 +1942,7 @@ All Rights Reserved.
|
|
|
1902
1942
|
stroke-dasharray: 2;
|
|
1903
1943
|
}
|
|
1904
1944
|
.rct-boxplot-series .rct-point[data-focus] .rct-boxplot-point-stem {
|
|
1905
|
-
stroke:
|
|
1945
|
+
stroke: #000;
|
|
1906
1946
|
stroke-dasharray: none;
|
|
1907
1947
|
stroke-width: 2px;
|
|
1908
1948
|
}
|
|
@@ -1971,6 +2011,9 @@ All Rights Reserved.
|
|
|
1971
2011
|
.rct-lollipop-series {
|
|
1972
2012
|
stroke-width: 3px;
|
|
1973
2013
|
}
|
|
2014
|
+
.rct-lollipop-point-bar {
|
|
2015
|
+
shape-rendering: crispEdges;
|
|
2016
|
+
}
|
|
1974
2017
|
.rct-lollipop-point-marker {
|
|
1975
2018
|
stroke: none;
|
|
1976
2019
|
}
|
|
@@ -1987,6 +2030,9 @@ All Rights Reserved.
|
|
|
1987
2030
|
.rct-dumbbell-series {
|
|
1988
2031
|
stroke-width: 3px;
|
|
1989
2032
|
}
|
|
2033
|
+
.rct-dumbbell-point-bar {
|
|
2034
|
+
shape-rendering: crispEdges;
|
|
2035
|
+
}
|
|
1990
2036
|
.rct-dumbbell-point-marker {
|
|
1991
2037
|
stroke: none;
|
|
1992
2038
|
}
|
|
@@ -2009,7 +2055,7 @@ All Rights Reserved.
|
|
|
2009
2055
|
|
|
2010
2056
|
/** histogram */
|
|
2011
2057
|
.rct-histogram-series .rct-point {
|
|
2012
|
-
stroke:
|
|
2058
|
+
stroke: #fff;
|
|
2013
2059
|
}
|
|
2014
2060
|
|
|
2015
2061
|
/** vector series */
|
|
@@ -2027,12 +2073,12 @@ All Rights Reserved.
|
|
|
2027
2073
|
|
|
2028
2074
|
/** treemap series */
|
|
2029
2075
|
.rct-treemap-series .rct-point {
|
|
2030
|
-
stroke:
|
|
2076
|
+
stroke: #fff;
|
|
2031
2077
|
}
|
|
2032
2078
|
|
|
2033
2079
|
/** pie series */
|
|
2034
2080
|
.rct-pie-series .rct-point {
|
|
2035
|
-
stroke:
|
|
2081
|
+
stroke: #fff;
|
|
2036
2082
|
}
|
|
2037
2083
|
.rct-pie-series-inner {
|
|
2038
2084
|
font-size: 20px;
|
|
@@ -2041,10 +2087,10 @@ All Rights Reserved.
|
|
|
2041
2087
|
|
|
2042
2088
|
/** funnel series */
|
|
2043
2089
|
.rct-funnel-series .rct-point {
|
|
2044
|
-
stroke:
|
|
2090
|
+
stroke: #fff;
|
|
2045
2091
|
}
|
|
2046
2092
|
.rct-funnel-series .rct-point[data-focus] {
|
|
2047
|
-
stroke:
|
|
2093
|
+
stroke: #000;
|
|
2048
2094
|
stroke-width: 2px;
|
|
2049
2095
|
}
|
|
2050
2096
|
|
|
@@ -2080,7 +2126,7 @@ All Rights Reserved.
|
|
|
2080
2126
|
font-size: 20px;
|
|
2081
2127
|
}
|
|
2082
2128
|
.rct-circle-gauge-pin {
|
|
2083
|
-
fill:
|
|
2129
|
+
fill: #fff;
|
|
2084
2130
|
stroke: #333;
|
|
2085
2131
|
stroke-width: 3px;
|
|
2086
2132
|
}
|
|
@@ -2112,7 +2158,7 @@ All Rights Reserved.
|
|
|
2112
2158
|
font-size: 1em;
|
|
2113
2159
|
}
|
|
2114
2160
|
.rct-clock-gauge-pin {
|
|
2115
|
-
fill:
|
|
2161
|
+
fill: #fff;
|
|
2116
2162
|
stroke: #333;
|
|
2117
2163
|
stroke-width: 3px;
|
|
2118
2164
|
}
|
|
@@ -2201,10 +2247,10 @@ All Rights Reserved.
|
|
|
2201
2247
|
opacity: 0.9;
|
|
2202
2248
|
}
|
|
2203
2249
|
.rct-tooltip-back {
|
|
2204
|
-
fill:
|
|
2250
|
+
fill: #fff;
|
|
2205
2251
|
}
|
|
2206
2252
|
.rct-tooltip-tail {
|
|
2207
|
-
fill:
|
|
2253
|
+
fill: #fff;
|
|
2208
2254
|
}
|
|
2209
2255
|
.rct-tooltip-text {
|
|
2210
2256
|
fill: #333;
|
|
@@ -2227,6 +2273,7 @@ All Rights Reserved.
|
|
|
2227
2273
|
fill: none;
|
|
2228
2274
|
stroke-width: 1;
|
|
2229
2275
|
stroke: #80808080;
|
|
2276
|
+
shape-rendering: crispEdges;
|
|
2230
2277
|
}
|
|
2231
2278
|
.rct-crosshair-bar {
|
|
2232
2279
|
stroke: none;
|
|
@@ -2251,8 +2298,9 @@ All Rights Reserved.
|
|
|
2251
2298
|
display: none;
|
|
2252
2299
|
}
|
|
2253
2300
|
.rct-navigator-back {
|
|
2254
|
-
fill:
|
|
2301
|
+
fill: #fff;
|
|
2255
2302
|
stroke: #f0f0f0;
|
|
2303
|
+
shape-rendering: crispEdges;
|
|
2256
2304
|
}
|
|
2257
2305
|
.rct-navigator-mask {
|
|
2258
2306
|
fill: #4488cc20;
|
|
@@ -2266,7 +2314,6 @@ All Rights Reserved.
|
|
|
2266
2314
|
fill: var(--rct-navigator-handle-hover-color);
|
|
2267
2315
|
stroke: var(--rct-navigator-handle-hover-color);
|
|
2268
2316
|
}
|
|
2269
|
-
|
|
2270
2317
|
.rct-navigator-track {
|
|
2271
2318
|
fill: var(--rct-navigator-track-fill);
|
|
2272
2319
|
stroke: var(--rct-navigator-track-fill);
|