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.
- package/dist/index.d.ts +7 -3
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/realchart-style.css +6 -0
- package/package.json +1 -1
package/dist/realchart-style.css
CHANGED
|
@@ -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 {
|