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.
@@ -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: #585;
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
- /* .rct-legend-item-marker {
402
- stroke: none;
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
- /* .rct-legend-item-marker {
156
- stroke: none;
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: #585;
477
+ stroke: rgba(85,133,85,0.37647);
471
478
  fill: none;
472
479
  }
473
480
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "1.1.9",
3
+ "version": "1.1.12",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {