realchart 0.9.42 → 0.9.43

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.
@@ -219,7 +219,7 @@
219
219
  --rct-navigator-thumb-fill:#0098ff;
220
220
  }
221
221
  .rct-root[data-theme='dark'] {
222
- --rct-focus-stroke: yellow;
222
+ --rct-focus-stroke: #ccc;
223
223
  --rct-text-fill: #fff;
224
224
 
225
225
  --rct-title-fill: #fff;
@@ -644,12 +644,13 @@
644
644
  transition-duration: 0.7s;
645
645
  }
646
646
  .rct-series[data-unfocus] {
647
- opacity: 0.2;
647
+ opacity: 0.2 !important;
648
648
  }
649
- .rct-series .rct-point[data-focus] {
649
+ .rct-series .rct-point[data-focus], .rct-point[data-unfocus] {
650
650
  stroke: var(--rct-focus-stroke) !important;
651
- stroke-width: var(--rct-focus-stroke-width);
652
- filter: brightness(115%);
651
+ stroke-width: var(--rct-focus-stroke-width) !important;
652
+ filter: brightness(115%) !important;
653
+ opacity: 1 !important;
653
654
  }
654
655
  .rct-point-labels {
655
656
  opacity: inherit;
@@ -657,7 +658,7 @@
657
658
  transition-duration: 0.7s;
658
659
  }
659
660
  .rct-point-labels[data-unfocus] {
660
- opacity: 0.3;
661
+ opacity: 0.3 !important;
661
662
  }
662
663
 
663
664
  /** rct-point 대신 여기에 지정해야 outline에 반영된다. */
@@ -698,14 +699,6 @@
698
699
  .rct-line-series .rct-point {
699
700
  stroke-dasharray: none;
700
701
  }
701
- .rct-line-series .rct-point[data-focus] {
702
- stroke: #0088ff20 !important;
703
- stroke-width: 9px !important;
704
- opacity: inherit !important;
705
- /** TODO: 아래가 적용되지 않고 있다 */
706
- transition-property: opacity;
707
- transition-duration: 0.7s;
708
- }
709
702
  .rct-line-series-flag {
710
703
  font-weight: bold;
711
704
  font-size: 0.9em;
@@ -743,6 +736,9 @@
743
736
  .rct-scatter-series {
744
737
  fill-opacity: 0.7;
745
738
  }
739
+ .rct-scatter-series .rct-point[data-focus] {
740
+ fill-opacity: 0.9;
741
+ }
746
742
 
747
743
  /** boxplot series */
748
744
  .rct-boxplot-series {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realchart",
3
- "version": "0.9.42",
3
+ "version": "0.9.43",
4
4
  "description": "Wooritech charting library",
5
5
  "main": "./dist/index",
6
6
  "author": {