realchart 1.0.7 → 1.0.9

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.
@@ -364,7 +364,7 @@
364
364
  /** title */
365
365
  .rct-title {
366
366
  margin-bottom: 10px;
367
- font-size: 24px;
367
+ font-size: 22px;
368
368
  fill: var(--rct-title-fill);
369
369
  }
370
370
  .rct-title-background {
@@ -372,7 +372,7 @@
372
372
  }
373
373
  .rct-subtitle {
374
374
  margin-bottom: 10px;
375
- font-size: 16px;
375
+ font-size: 15px;
376
376
  fill: var(--rct-subtitle-fill);
377
377
  }
378
378
  .rct-subtitle-background {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {