realchart 1.0.9 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  font-family: var(--rct-font-family);
5
5
  font-size: var(--rct-font-size);
6
6
  color: #000;
7
- /* background-color: white; */
7
+ /* background-color: #fff; */
8
8
  /* word-break: break-all;
9
9
  word-wrap: break-word; */
10
10
  -webkit-touch-callout: default;
@@ -26,7 +26,7 @@
26
26
  }
27
27
 
28
28
  /** palette */
29
- .rct-root {
29
+ :root, .rct-root {
30
30
  --color-1: #0098ff;
31
31
  --color-2: #66d0ff;
32
32
  --color-3: #ff5c35;
@@ -136,11 +136,11 @@
136
136
  .rct-control[data-theme='real'] {
137
137
  --rct-background: #264653;
138
138
  }
139
- .rct-root {
139
+ :root, .rct-root {
140
140
  --rct-font-family: AppleSDGothicNeo-Light, "HelveticaNeue", "Malgun Gothic", "맑은 고딕", sans-serif;
141
141
  --rct-font-size: 16px;
142
142
 
143
- --rct-focus-stroke: black;
143
+ --rct-focus-stroke: #000;
144
144
  --rct-focus-stroke-width: 2px;
145
145
  --rct-text-fill: #333;
146
146
 
@@ -160,7 +160,7 @@
160
160
  --rct-axis-grid-line-stroke-width: 1px;
161
161
  --rct-axis-scrollbar-track-fill: #fdfdfd;
162
162
  --rct-axis-scrollbar-track-stroke: #aaa;
163
- --rct-axis-scrollbar-thumb-fill: lightgray;
163
+ --rct-axis-scrollbar-thumb-fill: #d3d3d3;
164
164
  --rct-axis-scrollbar-rx: 4px;
165
165
 
166
166
  --rct-legend-background: none;
@@ -175,6 +175,9 @@
175
175
  --rct-point-label-stroke: none;
176
176
  --rct-point-label-fill: #333;
177
177
 
178
+ --rct-point-label-line-stroke-width: 1px;
179
+ --rct-point-label-line-stroke: #585;
180
+
178
181
  --rct-credits-fill: #777;
179
182
 
180
183
  /* polar */
@@ -184,7 +187,7 @@
184
187
 
185
188
  /* linear gauge */
186
189
  --rct-linear-gauge-background-fill: #eee;
187
- --rct-linear-gauge-value-fill: green;
190
+ --rct-linear-gauge-value-fill: #008000;
188
191
  --rct-linear-gauge-band-tick-labels-stroke: #333;
189
192
  --rct-linear-gauge-group-label-fill: #333;
190
193
  /** bullet gauge */
@@ -203,9 +206,9 @@
203
206
  --rct-gauge-scale-tick: #555;
204
207
  --rct-gauge-scale-tick-labels-stroke: #333;
205
208
  /* clock gauge */
206
- --rct-clock-gauge-face-fill: white;
209
+ --rct-clock-gauge-face-fill: #fff;
207
210
  --rct-clock-gauge-rim-fill: #eee;
208
- --rct-clock-gauge-rim-stroke: gray;
211
+ --rct-clock-gauge-rim-stroke: #808080;
209
212
  --rct-clock-gauge-tick-stroke: #333;
210
213
  --rct-clock-gauge-minor-tick-stroke: #555;
211
214
  --rct-clock-gauge-tick-label-fill: #333;
@@ -215,7 +218,7 @@
215
218
  /** series navigator */
216
219
  --rct-navigator-handle-color: #0098ff;
217
220
  --rct-navigator-handle-hover-color: #55c;
218
- --rct-navigator-track-fill: lightgray;
221
+ --rct-navigator-track-fill: #d3d3d3;
219
222
  --rct-navigator-thumb-fill:#0098ff;
220
223
  }
221
224
  .rct-root[data-theme='dark'] {
@@ -329,13 +332,13 @@
329
332
 
330
333
  /** label */
331
334
  .rct-label-dark {
332
- fill: black;
335
+ fill: #000;
333
336
  }
334
337
  .rct-label-light {
335
- fill: white;
338
+ fill: #fff;
336
339
  }
337
340
  .rct-label-background {
338
- fill: lightgray;
341
+ fill: #d3d3d3;
339
342
  }
340
343
 
341
344
  /** button */
@@ -449,7 +452,7 @@
449
452
  }
450
453
  .rct-axis-break {
451
454
  stroke: #aaa;
452
- fill: white;
455
+ fill: #fff;
453
456
  fill-opacity: 0.9;
454
457
  }
455
458
  .rct-axis-guide-label {
@@ -545,7 +548,7 @@
545
548
  }
546
549
 
547
550
  .rct-series-trendline {
548
- stroke: red;
551
+ stroke: #ff0000;
549
552
  stroke-width: 2px;
550
553
  stroke-linejoin: round;
551
554
  fill: none;
@@ -674,7 +677,8 @@
674
677
  opacity: 1;
675
678
  }
676
679
  .rct-point-label-lines {
677
- stroke: #585;
680
+ stroke-width: var(--rct-point-label-line-stroke-width);
681
+ stroke: var(--rct-point-label-line-stroke);
678
682
  fill: none;
679
683
  }
680
684
 
@@ -685,7 +689,7 @@
685
689
 
686
690
  /** circlebar series */
687
691
  .rct-circlebar-series .rct-point {
688
- stroke: white;
692
+ stroke: #fff;
689
693
  }
690
694
 
691
695
  /** barrange series */
@@ -762,7 +766,7 @@
762
766
  stroke-dasharray: 2;
763
767
  }
764
768
  .rct-boxplot-series .rct-point[data-hover] .rct-boxplot-point-stem {
765
- stroke: black;
769
+ stroke: #000;
766
770
  stroke-dasharray: none;
767
771
  stroke-width: 2px;
768
772
  }
@@ -869,7 +873,7 @@
869
873
 
870
874
  /** histogram */
871
875
  .rct-histogram-series .rct-point {
872
- stroke: white;
876
+ stroke: #fff;
873
877
  }
874
878
 
875
879
  /** vector series */
@@ -887,12 +891,12 @@
887
891
 
888
892
  /** treemap series */
889
893
  .rct-treemap-series .rct-point {
890
- stroke: white;
894
+ stroke: #fff;
891
895
  }
892
896
 
893
897
  /** pie series */
894
898
  .rct-pie-series .rct-point {
895
- stroke: white;
899
+ stroke: #fff;
896
900
  }
897
901
  .rct-pie-series-inner {
898
902
  font-size: 20px;
@@ -901,10 +905,10 @@
901
905
 
902
906
  /** funnel series */
903
907
  .rct-funnel-series .rct-point {
904
- stroke: white;
908
+ stroke: #fff;
905
909
  }
906
910
  .rct-funnel-series .rct-point[data-hover] {
907
- stroke: black;
911
+ stroke: #000;
908
912
  stroke-width: 2px;
909
913
  }
910
914
 
@@ -940,7 +944,7 @@
940
944
  font-size: 20px;
941
945
  }
942
946
  .rct-circle-gauge-pin {
943
- fill: white;
947
+ fill: #fff;
944
948
  stroke: #333;
945
949
  stroke-width: 3px;
946
950
  }
@@ -972,7 +976,7 @@
972
976
  font-size: 1em;
973
977
  }
974
978
  .rct-clock-gauge-pin {
975
- fill: white;
979
+ fill: #fff;
976
980
  stroke: #333;
977
981
  stroke-width: 3px;
978
982
  }
@@ -1061,10 +1065,10 @@
1061
1065
  opacity: 0.9;
1062
1066
  }
1063
1067
  .rct-tooltip-back {
1064
- fill: white;
1068
+ fill: #fff;
1065
1069
  }
1066
1070
  .rct-tooltip-tail {
1067
- fill: white;
1071
+ fill: #fff;
1068
1072
  }
1069
1073
  .rct-tooltip-text {
1070
1074
  fill: #333;
@@ -1111,7 +1115,7 @@
1111
1115
  display: none;
1112
1116
  }
1113
1117
  .rct-navigator-back {
1114
- fill: white;
1118
+ fill: #fff;
1115
1119
  stroke: #f0f0f0;
1116
1120
  }
1117
1121
  .rct-navigator-mask {