Skip to content

Commit

Permalink
display none for hidden svg elements
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed May 12, 2024
1 parent 12f0f7d commit c1fb18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/apexcharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
}

.apexcharts-canvas .apexcharts-element-hidden,.apexcharts-datalabel.apexcharts-element-hidden,.apexcharts-hide .apexcharts-series-points {
opacity: 0
display: none;
}

.apexcharts-hidden-element-shown {
Expand Down

0 comments on commit c1fb18d

Please sign in to comment.