How can I select a slice in the pie chart so that it would have the hovered (highlighted) effect? Is it supported? setSelection
doesn't seem to work in this manner:
var chart = new google.visualization.PieChart(element);
chart.draw(dataTable, options);
...
chart.setSelection({row: rowIdx});