realchart 0.9.18 → 0.9.20

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.
@@ -629,6 +629,11 @@
629
629
  stroke-width: 2px;
630
630
  }
631
631
 
632
+ /** circlebar series */
633
+ .rct-circlebar-series .rct-point {
634
+ stroke: white;
635
+ }
636
+
632
637
  /** barrange series */
633
638
  .rct-barrange-series {
634
639
  fill-opacity: 0.85;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.18",
3
+ "version": "0.9.20",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {