Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide label on Bubble Chart bubbles #803

Closed
orwant opened this issue May 9, 2015 · 2 comments
Closed

Hide label on Bubble Chart bubbles #803

orwant opened this issue May 9, 2015 · 2 comments

Comments

@orwant
Copy link
Collaborator

orwant commented May 9, 2015

What would you like to see us add to this API?
When bubbles are drawn on the bubble chart the label for each bubble is automatically
drawn with the bubble. I would like the option of not showing the label on the bubble.
 I still want it to show in the tooltip just not on the bubble itself.  When there
are lots of bubble clustered together the labels make the chart very cluttered.



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

*********************************************************
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 sankofamusician on 2012-01-30 16:21:34

@orwant
Copy link
Collaborator Author

orwant commented May 9, 2015

This is already possible. Set bubble: {textStyle: {color: 'none'}} in your options.

Original issue reported on code.google.com by jinji.viz on 2012-01-31 10:56:33

@orwant
Copy link
Collaborator Author

orwant commented May 9, 2015

How to give same maxValue for hAxis and vAxis as i am not succeeding by doing following

 Dim MaxValue As String
            Dim XAxis, YAxis As Decimal
            XAxis = GetMaxXValue()
            YAxis = GetMaxYValue()

            If (XAxis > YAxis) Then
                MaxValue = (Convert.ToInt32(XAxis)).ToString()
            Else
                MaxValue = (Convert.ToInt32(YAxis)).ToString()
            End If
            MaxValue = 20

            str.Append("]);")

            str.Append(" var options = {hAxis: title: 'ForeCastErrorCOV',maxValue:'"
+ MaxValue + "',")
            str.Append(" vAxis: {title: 'DemandCov',maxValue:'" + MaxValue + "'},legend:
'none',bubble: {textStyle: {color: 'none'}}};

Original issue reported on code.google.com by octaltest on 2014-12-02 14:03:36

@orwant orwant closed this as completed May 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant