realchart 0.9.31 → 0.9.33

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.
@@ -793,6 +793,9 @@
793
793
  .rct-ohlc-series .rct-point[data-decline] {
794
794
  stroke: #00f;
795
795
  }
796
+ .rct-ohlc-series .rct-point[data-focus] .rct-ohlc-point-back {
797
+ fill: #0088ff20 !important;
798
+ }
796
799
  .rct-ohlc-point-back {
797
800
  stroke: none;
798
801
  }
@@ -820,6 +823,9 @@
820
823
  stroke: #008;
821
824
  stroke-width: 2px;
822
825
  }
826
+ .rct-errorbar-series .rct-point[data-focus] .rct-errorbar-point-back {
827
+ fill: #0088ff20 !important;
828
+ }
823
829
 
824
830
  /** lollipop series */
825
831
  .rct-lollipop-series {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.31",
3
+ "version": "0.9.33",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {