Skip to content

Commit

Permalink
apexcharts-marker css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Jul 19, 2024
1 parent 456e900 commit 9b74258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/apexcharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ rect.legend-mouseover-inactive,
.apexcharts-line,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-point-annotation-label,
.apexcharts-radar-series path,
.apexcharts-radar-series path:not(.apexcharts-marker),
.apexcharts-radar-series polygon,
.apexcharts-toolbar svg,
.apexcharts-tooltip .apexcharts-marker,
Expand All @@ -640,7 +640,7 @@ rect.legend-mouseover-inactive,
pointer-events: none
}

.apexcharts-marker {
.apexcharts-tooltip-active .apexcharts-marker {
transition: .15s ease all
}

Expand Down

0 comments on commit 9b74258

Please sign in to comment.