diff --git a/src/assets/apexcharts.css b/src/assets/apexcharts.css index 67ce4a084..ab7c97e87 100644 --- a/src/assets/apexcharts.css +++ b/src/assets/apexcharts.css @@ -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 }