realchart 0.9.25 → 0.9.26

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.
@@ -452,6 +452,9 @@
452
452
  .rct-polar-xaxis-line {
453
453
  stroke: #333;
454
454
  }
455
+ .rct-polar-xaxis-sector-line {
456
+ stroke: #555;
457
+ }
455
458
  .rct-polar-xaxis-grid-line {
456
459
  stroke: var(--rct-polar-xaxis-grid-line-stroke)
457
460
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.25",
3
+ "version": "0.9.26",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {