realchart 1.1.9 → 1.1.12
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/index.d.ts +392 -140
- package/dist/index.esm.js +2 -2
- package/dist/index.ie.js +2 -2
- package/dist/index.js +2 -2
- package/dist/realchart-style.css +11 -4
- package/dist/realchart-style.ie.css +11 -4
- package/package.json +1 -1
package/dist/realchart-style.css
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
--rct-point-label-fill: #333;
|
|
177
177
|
|
|
178
178
|
--rct-point-label-line-stroke-width: 1px;
|
|
179
|
-
--rct-point-label-line-stroke: #
|
|
179
|
+
--rct-point-label-line-stroke: #55855560;
|
|
180
180
|
|
|
181
181
|
--rct-credits-fill: #777;
|
|
182
182
|
|
|
@@ -398,9 +398,9 @@
|
|
|
398
398
|
fill: var(--rct-legend-item-disabled);
|
|
399
399
|
text-decoration: var(--rct-legend-item-disabled-decoration);
|
|
400
400
|
}
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
}
|
|
401
|
+
.rct-legend-item-label[data-empty] {
|
|
402
|
+
fill: var(--rct-legend-item-disabled);
|
|
403
|
+
}
|
|
404
404
|
.rct-legend-item-marker[data-hidden] {
|
|
405
405
|
fill: #aaa !important;
|
|
406
406
|
stroke: #aaa !important;
|
|
@@ -408,6 +408,13 @@
|
|
|
408
408
|
.rct-legend-item-marker[data-hidden] path[data-fill] {
|
|
409
409
|
fill: #aaa !important;
|
|
410
410
|
}
|
|
411
|
+
.rct-legend-item-marker[data-empty] {
|
|
412
|
+
fill: #aaa !important;
|
|
413
|
+
stroke: #aaa !important;
|
|
414
|
+
}
|
|
415
|
+
.rct-legend-item-marker[data-empty] path[data-fill] {
|
|
416
|
+
fill: #aaa !important;
|
|
417
|
+
}
|
|
411
418
|
|
|
412
419
|
/** body */
|
|
413
420
|
.rct-body-background {
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
-webkit-text-decoration: line-through;
|
|
153
153
|
text-decoration: line-through;
|
|
154
154
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
155
|
+
.rct-legend-item-label[data-empty] {
|
|
156
|
+
fill: #aaa;
|
|
157
|
+
}
|
|
158
158
|
.rct-legend-item-marker[data-hidden] {
|
|
159
159
|
fill: #aaa !important;
|
|
160
160
|
stroke: #aaa !important;
|
|
@@ -162,6 +162,13 @@
|
|
|
162
162
|
.rct-legend-item-marker[data-hidden] path[data-fill] {
|
|
163
163
|
fill: #aaa !important;
|
|
164
164
|
}
|
|
165
|
+
.rct-legend-item-marker[data-empty] {
|
|
166
|
+
fill: #aaa !important;
|
|
167
|
+
stroke: #aaa !important;
|
|
168
|
+
}
|
|
169
|
+
.rct-legend-item-marker[data-empty] path[data-fill] {
|
|
170
|
+
fill: #aaa !important;
|
|
171
|
+
}
|
|
165
172
|
|
|
166
173
|
/** body */
|
|
167
174
|
.rct-body-background {
|
|
@@ -467,7 +474,7 @@
|
|
|
467
474
|
}
|
|
468
475
|
.rct-point-label-lines {
|
|
469
476
|
stroke-width: 1px;
|
|
470
|
-
stroke:
|
|
477
|
+
stroke: rgba(85,133,85,0.37647);
|
|
471
478
|
fill: none;
|
|
472
479
|
}
|
|
473
480
|
|