realchart 0.9.43 → 1.0.1

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.
@@ -643,10 +643,10 @@
643
643
  transition-property: opacity;
644
644
  transition-duration: 0.7s;
645
645
  }
646
- .rct-series[data-unfocus] {
646
+ .rct-series[data-unhover] {
647
647
  opacity: 0.2 !important;
648
648
  }
649
- .rct-series .rct-point[data-focus], .rct-point[data-unfocus] {
649
+ .rct-series .rct-point[data-hover], .rct-point[data-unhover] {
650
650
  stroke: var(--rct-focus-stroke) !important;
651
651
  stroke-width: var(--rct-focus-stroke-width) !important;
652
652
  filter: brightness(115%) !important;
@@ -657,7 +657,7 @@
657
657
  transition-property: opacity;
658
658
  transition-duration: 0.7s;
659
659
  }
660
- .rct-point-labels[data-unfocus] {
660
+ .rct-point-labels[data-unhover] {
661
661
  opacity: 0.3 !important;
662
662
  }
663
663
 
@@ -736,7 +736,7 @@
736
736
  .rct-scatter-series {
737
737
  fill-opacity: 0.7;
738
738
  }
739
- .rct-scatter-series .rct-point[data-focus] {
739
+ .rct-scatter-series .rct-point[data-hover] {
740
740
  fill-opacity: 0.9;
741
741
  }
742
742
 
@@ -760,7 +760,7 @@
760
760
  stroke: #333;
761
761
  stroke-dasharray: 2;
762
762
  }
763
- .rct-boxplot-series .rct-point[data-focus] .rct-boxplot-point-stem {
763
+ .rct-boxplot-series .rct-point[data-hover] .rct-boxplot-point-stem {
764
764
  stroke: black;
765
765
  stroke-dasharray: none;
766
766
  stroke-width: 2px;
@@ -771,7 +771,7 @@
771
771
  stroke-width: 1;
772
772
  fill-opacity: 0.85;
773
773
  }
774
- .rct-candlestick-series .rct-point[data-focus] {
774
+ .rct-candlestick-series .rct-point[data-hover] {
775
775
  fill-opacity: 0.5;
776
776
  }
777
777
  .rct-candlestick-series .rct-point[data-decline] {
@@ -792,7 +792,7 @@
792
792
  .rct-ohlc-series .rct-point[data-decline] {
793
793
  stroke: #00f;
794
794
  }
795
- .rct-ohlc-series .rct-point[data-focus] .rct-ohlc-point-back {
795
+ .rct-ohlc-series .rct-point[data-hover] .rct-ohlc-point-back {
796
796
  fill: #0088ff20 !important;
797
797
  }
798
798
  .rct-ohlc-point-back {
@@ -822,7 +822,7 @@
822
822
  stroke: #008;
823
823
  stroke-width: 2px;
824
824
  }
825
- .rct-errorbar-series .rct-point[data-focus] .rct-errorbar-point-back {
825
+ .rct-errorbar-series .rct-point[data-hover] .rct-errorbar-point-back {
826
826
  fill: #0088ff20 !important;
827
827
  }
828
828
 
@@ -833,11 +833,11 @@
833
833
  .rct-lollipop-point-marker {
834
834
  stroke: none;
835
835
  }
836
- .rct-lollipop-series .rct-point[data-focus] {
836
+ .rct-lollipop-series .rct-point[data-hover] {
837
837
  stroke: var(--rct-focus-stroke);
838
838
  stroke-width: inherit;
839
839
  }
840
- .rct-lollipop-series .rct-point[data-focus] .rct-lollipop-point-marker {
840
+ .rct-lollipop-series .rct-point[data-hover] .rct-lollipop-point-marker {
841
841
  stroke: var(--rct-focus-stroke);
842
842
  stroke-width: var(--rct-focus-stroke-width);
843
843
  }
@@ -849,11 +849,11 @@
849
849
  .rct-dumbbell-point-marker {
850
850
  stroke: none;
851
851
  }
852
- .rct-dumbbell-series .rct-point[data-focus] {
852
+ .rct-dumbbell-series .rct-point[data-hover] {
853
853
  stroke: var(--rct-focus-stroke);
854
854
  stroke-width: inherit;
855
855
  }
856
- .rct-dumbbell-series .rct-point[data-focus] .rct-dumbbell-point-marker {
856
+ .rct-dumbbell-series .rct-point[data-hover] .rct-dumbbell-point-marker {
857
857
  stroke: var(--rct-focus-stroke);
858
858
  stroke-width: var(--rct-focus-stroke-width);
859
859
  }
@@ -862,7 +862,7 @@
862
862
  .rct-equalizer-series {
863
863
  fill-opacity: 0.9;
864
864
  }
865
- .rct-equalizer-series .rct-point[data-focus] {
865
+ .rct-equalizer-series .rct-point[data-hover] {
866
866
  filter: brightness(120%);
867
867
  }
868
868
 
@@ -875,7 +875,7 @@
875
875
  .rct-vector-series {
876
876
  stroke-width: 2px;
877
877
  }
878
- .rct-vector-series .rct-point[data-focus] {
878
+ .rct-vector-series .rct-point[data-hover] {
879
879
  stroke-width: 5px;
880
880
  }
881
881
 
@@ -902,7 +902,7 @@
902
902
  .rct-funnel-series .rct-point {
903
903
  stroke: white;
904
904
  }
905
- .rct-funnel-series .rct-point[data-focus] {
905
+ .rct-funnel-series .rct-point[data-hover] {
906
906
  stroke: black;
907
907
  stroke-width: 2px;
908
908
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.43",
3
+ "version": "1.0.1",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {