Change piece color on hover. Pie chart.

12 views
Skip to first unread message

Aleksander Oksanych

unread,
Dec 5, 2015, 9:04:28 AM12/5/15
to Google Visualization API
Hello. How in pie chart chage the color of piece when hover on piece?

Now I do it in css:

svg g path:first-child {
cursor: pointer;
&:hover {
fill: $grayF6;
}
}

Thank you.
Reply all
Reply to author
Forward
0 new messages