realreport 1.8.1 → 1.8.3

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- RealReport v1.8.1
2
+ RealReport v1.8.3
3
3
  Copyright (C) 2013-2024 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -386,38 +386,26 @@ All Rights Reserved.
386
386
 
387
387
  @media print {
388
388
  .rr-print-page-portrait {
389
- margin: 0 !important;
390
- border: none !important;
391
- box-shadow: none !important;
392
- overflow: hidden;
389
+ width: var(--rr-print-height) !important;
390
+ height: var(--rr-print-height) !important;
393
391
  transform-origin: top left;
394
- transform: scale(var(--rr-print-scale));
392
+ transform: translateX(var(--rr-print-portrait-x)) scale(var(--rr-print-scale));
395
393
  }
396
394
 
397
395
  .rr-print-page-landscape {
398
- margin: 0 !important;
399
- border: none !important;
400
- box-shadow: none !important;
401
- overflow: hidden;
402
- width: var(--rr-print-height) !important;
396
+ width: var(--rr-print-width) !important;
403
397
  height: var(--rr-print-width) !important;
404
398
  transform-origin: top left;
405
- transform: translateX(calc(var(--rr-print-scale) * var(--rr-print-size))) rotate(90deg) scale(var(--rr-print-scale));
399
+ transform: translateX(var(--rr-print-size)) rotate(90deg);
406
400
  }
407
401
 
408
- .rr-print-page-portrait-only {
409
- padding: 0 !important;
410
- margin: 0 !important;
411
- border: none !important;
412
- box-shadow: none !important;
413
- overflow: hidden;
414
- }
415
-
416
- .rr-print-page-landscape-only {
402
+ .rr-print-page-landscape-start {
417
403
  margin: 0 !important;
418
404
  border: none !important;
419
405
  box-shadow: none !important;
420
406
  overflow: hidden;
407
+ transform-origin: top left;
408
+ transform: translateX(calc(var(--rr-print-size) * var(--rr-print-scale))) translateY(var(--rr-print-portrait-x)) rotate(90deg) scale(var(--rr-print-scale));
421
409
  }
422
410
 
423
411
  .rr-report-preview {
@@ -1214,7 +1202,6 @@ All Rights Reserved.
1214
1202
  .rct-control[data-theme='real'] {
1215
1203
  --rct-background: #264653;
1216
1204
  }
1217
-
1218
1205
  .rct-root {
1219
1206
  --rct-font-family: AppleSDGothicNeo-Light, "HelveticaNeue", "Malgun Gothic", "맑은 고딕", sans-serif;
1220
1207
  --rct-font-size: 16px;
@@ -1230,6 +1217,7 @@ All Rights Reserved.
1230
1217
 
1231
1218
  --rct-axis-title-fill: #333;
1232
1219
  --rct-axis-line-stroke: #aaa;
1220
+ --rct-axis-baseline-stroke: #333;
1233
1221
  --rct-axis-tick-stroke: #555;
1234
1222
  --rct-axis-label-fill: #555;
1235
1223
  --rct-axis-grid-line-stroke: #ddd;
@@ -1260,13 +1248,26 @@ All Rights Reserved.
1260
1248
  --rct-polar-yaxis-grid-line-stroke: #ccc;
1261
1249
  --rct-polar-axis-labels-fill: #555;
1262
1250
 
1251
+ /* linear gauge */
1252
+ --rct-linear-gauge-background-fill: #eee;
1253
+ --rct-linear-gauge-value-fill: green;
1254
+ --rct-linear-gauge-band-tick-labels-stroke: #333;
1255
+ --rct-linear-gauge-group-label-fill: #333;
1256
+ /** bullet gauge */
1257
+ --rct-bullet-gauge-background-fill: #eee;
1258
+ --rct-bullet-gauge-value-fill: #333;
1259
+ --rct-bullet-gauge-target-fill: #333;
1260
+ --rct-bullet-gauge-label-fill: #333;
1261
+ --rct-bullet-gauge-scale-line-stroke: #333;
1262
+ --rct-bullet-gauge-scale-ticks-stroke: #333;
1263
+ --rct-bullet-gauge-scale-tick-labels-stroke: #333;
1263
1264
  /* circle gauge */
1264
- --rct-circle-gauge-back-fill: #ededed;
1265
+ --rct-circle-gauge-rim-fill: #ededed;
1265
1266
  --rct-circle-gauge-inner-fill: none;
1266
1267
  --rct-circle-gauge-label-fill: #000;
1267
1268
  --rct-gauge-scale-line: #555;
1268
1269
  --rct-gauge-scale-tick: #555;
1269
- --rct-gauge-scale-tick-labels: #333;
1270
+ --rct-gauge-scale-tick-labels-stroke: #333;
1270
1271
  /* clock gauge */
1271
1272
  --rct-clock-gauge-face-fill: white;
1272
1273
  --rct-clock-gauge-rim-fill: #eee;
@@ -1294,6 +1295,7 @@ All Rights Reserved.
1294
1295
 
1295
1296
  --rct-axis-title-fill: #fff;
1296
1297
  --rct-axis-line-stroke: #fff;
1298
+ --rct-axis-baseline-stroke: #fff;
1297
1299
  --rct-axis-tick-stroke: #fff;
1298
1300
  --rct-axis-label-fill: #fff;
1299
1301
  --rct-axis-grid-line-stroke: #fff;
@@ -1313,12 +1315,14 @@ All Rights Reserved.
1313
1315
  --rct-polar-yaxis-grid-line-stroke: #fff;
1314
1316
  --rct-polar-axis-labels-fill: #fff;
1315
1317
 
1318
+ /* linear gauge */
1319
+ --rct-linear-gauge-group-label-fill: #eee;
1316
1320
  /* circle gauge */
1317
- --rct-circle-gauge-back-fill: #515151;
1321
+ --rct-circle-gauge-rim-fill: #515151;
1318
1322
  --rct-circle-gauge-label-fill: #fff;
1319
1323
  --rct-gauge-scale-line: #fff;
1320
1324
  --rct-gauge-scale-tick: #fff;
1321
- --rct-gauge-scale-tick-labels: #fff;
1325
+ --rct-gauge-scale-tick-labels-stroke: #fff;
1322
1326
 
1323
1327
  /** zoom tracker */
1324
1328
  --rct-zoom-tracker-fill: #efefef40;
@@ -1354,17 +1358,16 @@ All Rights Reserved.
1354
1358
  --rct-polar-axis-labels-fill: #f0d9be;
1355
1359
 
1356
1360
  /* circle gauge */
1357
- --rct-circle-gauge-back-fill: #515151;
1361
+ --rct-circle-gauge-rim-fill: #515151;
1358
1362
  --rct-circle-gauge-label-fill: #fff;
1359
1363
  --rct-gauge-scale-line: #fff;
1360
1364
  --rct-gauge-scale-tick: #fff;
1361
- --rct-gauge-scale-tick-labels: #fff;
1365
+ --rct-gauge-scale-tick-labels-stroke: #fff;
1362
1366
 
1363
1367
  /** zoom tracker */
1364
1368
  --rct-zoom-tracker-fill: #efefef40;
1365
1369
  }
1366
1370
 
1367
-
1368
1371
  /** control */
1369
1372
  .rct-control {
1370
1373
  background-color: var(--rct-background);
@@ -1486,6 +1489,10 @@ All Rights Reserved.
1486
1489
  stroke: var(--rct-axis-line-stroke);
1487
1490
  stroke-width: 1px;
1488
1491
  }
1492
+ .rct-axis-baseline {
1493
+ stroke: var(--rct-axis-baseline-stroke);
1494
+ stroke-width: 1px;
1495
+ }
1489
1496
  .rct-axis-tick {
1490
1497
  stroke: var(--rct-axis-tick-stroke);
1491
1498
  stroke-width: 1px;
@@ -1602,6 +1609,7 @@ All Rights Reserved.
1602
1609
  .rct-series-trendline {
1603
1610
  stroke: red;
1604
1611
  stroke-width: 2px;
1612
+ stroke-linejoin: round;
1605
1613
  fill: none;
1606
1614
  }
1607
1615
 
@@ -1696,7 +1704,7 @@ All Rights Reserved.
1696
1704
  .rct-series {
1697
1705
  opacity: inherit;
1698
1706
  transition-property: opacity;
1699
- transition-duration: 0.9s;
1707
+ transition-duration: 0.7s;
1700
1708
  }
1701
1709
  .rct-series[data-unfocus] {
1702
1710
  opacity: 0.2;
@@ -1709,7 +1717,7 @@ All Rights Reserved.
1709
1717
  .rct-point-labels {
1710
1718
  opacity: inherit;
1711
1719
  transition-property: opacity;
1712
- transition-duration: 0.9s;
1720
+ transition-duration: 0.7s;
1713
1721
  }
1714
1722
  .rct-point-labels[data-unfocus] {
1715
1723
  opacity: 0.3;
@@ -1754,7 +1762,16 @@ All Rights Reserved.
1754
1762
  stroke-dasharray: none;
1755
1763
  }
1756
1764
  .rct-line-series .rct-point[data-focus] {
1757
- stroke-width: 3px;
1765
+ stroke: #0088ff20 !important;
1766
+ stroke-width: 9px !important;
1767
+ opacity: inherit !important;
1768
+ /** TODO: 아래가 적용되지 않고 있다 */
1769
+ transition-property: opacity;
1770
+ transition-duration: 0.7s;
1771
+ }
1772
+ .rct-line-series-flag {
1773
+ font-weight: bold;
1774
+ font-size: 0.9em;
1758
1775
  }
1759
1776
 
1760
1777
  /** area series */
@@ -1842,6 +1859,9 @@ All Rights Reserved.
1842
1859
  .rct-ohlc-series .rct-point[data-decline] {
1843
1860
  stroke: #00f;
1844
1861
  }
1862
+ .rct-ohlc-series .rct-point[data-focus] .rct-ohlc-point-back {
1863
+ fill: #0088ff20 !important;
1864
+ }
1845
1865
  .rct-ohlc-point-back {
1846
1866
  stroke: none;
1847
1867
  }
@@ -1869,6 +1889,9 @@ All Rights Reserved.
1869
1889
  stroke: #008;
1870
1890
  stroke-width: 2px;
1871
1891
  }
1892
+ .rct-errorbar-series .rct-point[data-focus] .rct-errorbar-point-back {
1893
+ fill: #0088ff20 !important;
1894
+ }
1872
1895
 
1873
1896
  /** lollipop series */
1874
1897
  .rct-lollipop-series {
@@ -1962,8 +1985,8 @@ All Rights Reserved.
1962
1985
  }
1963
1986
 
1964
1987
  /** circle gauge */
1965
- .rct-circle-gauge-back {
1966
- fill: var(--rct-circle-gauge-back-fill);
1988
+ .rct-circle-gauge-rim {
1989
+ fill: var(--rct-circle-gauge-rim-fill);
1967
1990
  }
1968
1991
  .rct-circle-gauge-inner {
1969
1992
  fill: var(--rct-circle-gauge-inner-fill);
@@ -2043,49 +2066,50 @@ All Rights Reserved.
2043
2066
  }
2044
2067
  .rct-gauge-scale-tick-labels {
2045
2068
  font-size: 0.85em;
2046
- fill: var(--rct-gauge-scale-tick-labels);
2069
+ fill: var(--rct-gauge-scale-tick-labels-stroke);
2047
2070
  }
2048
2071
 
2049
2072
  /** linear gauge */
2050
2073
  .rct-linear-gauge-background {
2051
- fill: #eee;
2074
+ fill: var(--rct-linear-gauge-background-fill);
2052
2075
  }
2053
2076
  .rct-linear-gauge-value {
2054
- fill: green;
2077
+ fill: var(--rct-linear-gauge-value-fill);
2055
2078
  }
2056
2079
  .rct-linear-gauge-band-tick-labels {
2057
2080
  font-size: 0.85em;
2058
- fill: #333;
2081
+ fill: var(--rct-linear-gauge-band-tick-labels-stroke);
2059
2082
  }
2060
2083
 
2061
2084
  /** linear gauge group */
2062
2085
  .rct-linear-gauge-group-label {
2086
+ fill: var(--rct-linear-gauge-group-label-fill);
2063
2087
  font-size: 1.5em;
2064
2088
  }
2065
2089
 
2066
2090
  /** bullet gauge */
2067
2091
  .rct-bullet-gauge-background {
2068
- fill: #eee;
2092
+ fill: var(--rct-bullet-gauge-background-fill);
2069
2093
  }
2070
2094
  .rct-bullet-gauge-value {
2071
- fill: #333;
2095
+ fill: var(--rct-bullet-gauge-value-fill);
2072
2096
  }
2073
2097
  .rct-bullet-gauge-target {
2074
- fill: #338;
2098
+ fill: var(--rct-bullet-gauge-target-fill);
2075
2099
  }
2076
2100
  .rct-bullet-gauge-label {
2077
2101
  font-size: 1em;
2078
- fill: #333;
2102
+ fill: var(--rct-bullet-gauge-label-fill);
2079
2103
  }
2080
2104
  .rct-bullet-gauge-scale-line {
2081
- stroke: #333;
2105
+ stroke: var(--rct-bullet-gauge-scale-line-stroke);
2082
2106
  }
2083
2107
  .rct-bullet-gauge-scale-ticks {
2084
- stroke: #333;
2108
+ stroke: var(--rct-bullet-gauge-scale-ticks-stroke);
2085
2109
  }
2086
2110
  .rct-bullet-gauge-scale-tick-labels {
2087
2111
  font-size: 0.9em;
2088
- fill: #333;
2112
+ fill: var(--rct-bullet-gauge-scale-tick-labels-stroke);
2089
2113
  }
2090
2114
 
2091
2115
  /** bullet gauge group */
@@ -2114,10 +2138,12 @@ All Rights Reserved.
2114
2138
  }
2115
2139
 
2116
2140
  /** annotation */
2141
+ .rct-annotation-background {
2142
+ fill: none;
2143
+ stroke: none;
2144
+ }
2117
2145
  .rct-text-annotation {
2118
2146
  font-size: 20px;
2119
- }
2120
- .rct-shape-annotation {
2121
2147
  stroke: #333;
2122
2148
  stroke-width: 3px;
2123
2149
  }