google / google-visualization-issues

288 stars 35 forks source link

Label positioning/formatting on gauge charts #932

Open orwant opened 9 years ago

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

A method to set positioning and formatting for labels and other text elements in gauge
type charts.

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

GaugeChart

*********************************************************
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 raul.a.marengo on 2012-06-21 16:38:46

orwant commented 9 years ago
I also want to change labeling of gauge chart and format chart div. 

Original issue reported on code.google.com by nilam.chinagi on 2014-07-09 06:53:39

orwant commented 9 years ago
You can with jQuery, after its loaded.

$('#gauge svg text:first').attr('y', 10);

Original issue reported on code.google.com by sfenne on 2015-01-26 13:08:32