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.
@@ -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: #555;
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: 16px;
420
+ font-size: 15px;
420
421
  fill: var(--rct-axis-title-fill);
421
422
  }
422
423
  .rct-axis-title-background {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {