google / google-visualization-issues

288 stars 35 forks source link

Change cursor on mouse over/out #632

Open orwant opened 9 years ago

orwant commented 9 years ago
What would you like to see us add to this API?

Charts are selectable but the cursor does not change from 'default' to 'hand'. It would
be helpful to have an option to change the cursor. For example, if a developer wants
to implement a selectable chart and do something when a user selects (click) in a part
of a chart it is more usable to change the cursor to 'hand' on mouse over.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

All selectable charts.

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by xgumara on 2011-06-30 07:24:10

orwant commented 9 years ago
This would be really nice feature and I think definitely lot of people would be looking
for this feature to implement interactive charts. 

If possible could you please increase the priority.

Original issue reported on code.google.com by satheesh.psr on 2011-07-27 13:45:08

orwant commented 9 years ago
Some news about this 'handy' feature ?

Original issue reported on code.google.com by d.alvarez.debrot@crazy-development.com on 2012-04-17 09:37:01

allout58 commented 9 years ago

This would definitely be a nice feature. It can be implemented with CSS, but the styles are a bit over complicated to do.

nbering commented 9 years ago

It's tricky, but doable. It depends a lot on which chart you're using, as they all render a little bit different.

http://stackoverflow.com/questions/26628774/how-can-you-change-the-cursor-icon-to-signify-an-areas-on-a-google-chart-is-clic/26634831