realchart 0.9.10 → 0.9.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.
@@ -526,6 +526,9 @@
526
526
  .rct-area-series-area {
527
527
  fill-opacity: 0.5;
528
528
  }
529
+ .rct-area-series-area[data-polar] {
530
+ fill-opacity: 0.25;
531
+ }
529
532
  .rct-area-series-area[data-simple] {
530
533
  fill-opacity: 0.05;
531
534
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.10",
3
+ "version": "0.9.12",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {