realchart 1.0.6 → 1.0.7
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.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/realchart-style.css +4 -3
- package/package.json +1 -1
package/dist/realchart-style.css
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
--rct-axis-line-stroke: #aaa;
|
|
154
154
|
--rct-axis-baseline-stroke: #333;
|
|
155
155
|
--rct-axis-tick-stroke: #555;
|
|
156
|
-
--rct-axis-label-fill: #
|
|
156
|
+
--rct-axis-label-fill: #333;
|
|
157
157
|
--rct-axis-grid-line-stroke: #ddd;
|
|
158
158
|
--rct-axis-grid-line-stroke-start: none;
|
|
159
159
|
--rct-axis-grid-line-stroke-end: none;
|
|
@@ -384,6 +384,7 @@
|
|
|
384
384
|
fill: var(--rct-legend-fill);
|
|
385
385
|
stroke: none;
|
|
386
386
|
padding: 3px 6px;
|
|
387
|
+
font-size: 14px;
|
|
387
388
|
}
|
|
388
389
|
.rct-legend-background {
|
|
389
390
|
fill: var(--rct-legend-background);
|
|
@@ -392,7 +393,7 @@
|
|
|
392
393
|
}
|
|
393
394
|
.rct-legend-item-label[data-hidden] {
|
|
394
395
|
fill: var(--rct-legend-item-disabled);
|
|
395
|
-
text-decoration: var(--rct-legend-item-disabled-decoration)
|
|
396
|
+
text-decoration: var(--rct-legend-item-disabled-decoration);
|
|
396
397
|
}
|
|
397
398
|
/* .rct-legend-item-marker {
|
|
398
399
|
stroke: none;
|
|
@@ -416,7 +417,7 @@
|
|
|
416
417
|
|
|
417
418
|
/** axis */
|
|
418
419
|
.rct-axis-title {
|
|
419
|
-
font-size:
|
|
420
|
+
font-size: 15px;
|
|
420
421
|
fill: var(--rct-axis-title-fill);
|
|
421
422
|
}
|
|
422
423
|
.rct-axis-title-background {
|