Skip to content

Commit 9b74258

Browse files
committed
apexcharts-marker css fix
1 parent 456e900 commit 9b74258

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/apexcharts.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ rect.legend-mouseover-inactive,
630630
.apexcharts-line,
631631
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
632632
.apexcharts-point-annotation-label,
633-
.apexcharts-radar-series path,
633+
.apexcharts-radar-series path:not(.apexcharts-marker),
634634
.apexcharts-radar-series polygon,
635635
.apexcharts-toolbar svg,
636636
.apexcharts-tooltip .apexcharts-marker,
@@ -640,7 +640,7 @@ rect.legend-mouseover-inactive,
640640
pointer-events: none
641641
}
642642

643-
.apexcharts-marker {
643+
.apexcharts-tooltip-active .apexcharts-marker {
644644
transition: .15s ease all
645645
}
646646

0 commit comments

Comments
 (0)