swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.3k stars 1.15k forks source link

restrict color highlight on hover in pie chart #1834

Closed jain-isha02 closed 1 year ago

jain-isha02 commented 1 year ago

How can i disable the color highlight on hover in ngx-charts-pie-chart

jain-isha02 commented 1 year ago

css solution :

.arc:hover{ opacity:1 !important; }