Change cursor hover to default instead of point on a PieChart legend
0
hi! I already mdde the legend of PieChart to not clickable, but when mouse hovers the legend the cursor still changes to pointer instead of default I found this rec.legendtoggle with the property "cursor:pointer" but i was not able to change it from studio pro. Any ideas on how to get this?
asked
João Fernandes
1 answers
1
Hi João,
If you apply a class to your piechart, for example customPie. Then write some custom CSS where you do the following:
This will make sure there is no cursor: pointer; on your legend anymore. ( scroll right to see result )