Skip to content

Commit

Permalink
Restore Y axis highlighting during legend series mouseover.
Browse files Browse the repository at this point in the history
Commit 9f1d327 introduced extra selectivity that excluded Y axes and
this patch selectively adds those chart components.
  • Loading branch information
rosco54 committed May 30, 2024
1 parent 5883ca1 commit da15938
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/assets/apexcharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
rect.legend-mouseover-inactive,
.legend-mouseover-inactive rect,
.legend-mouseover-inactive path,
.legend-mouseover-inactive circle {
.legend-mouseover-inactive circle,
.legend-mouseover-inactive line,
.legend-mouseover-inactive text.apexcharts-yaxis-title-text,
.legend-mouseover-inactive text.apexcharts-yaxis-label {
transition: .15s ease all;
opacity: .2
}
Expand Down

0 comments on commit da15938

Please sign in to comment.