ijingshan / gwt-charts

Automatically exported from code.google.com/p/gwt-charts
0 stars 0 forks source link

No support for changing size of BubbleChart points #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sorry if this is the wrong location of your website.  I couldn't find a forum 
on your website where I could post it.

What steps will reproduce the problem?
1.  Using BubbleChartOptions (or other graph option class) on graphs

What is the expected output? What do you see instead?

There are NO methods in the BubbleChartsOptions, BarChartOptions, etc. classes 
that allow me to change the size of the points.  For example, I want to change 
the size of a point on a bubble chart or change the width of the bar in my 
chart.  I can't do this because there are no methods within the classes that 
enable me to do so.  Also, these classes have no documentation or javadocs, so 
how can I tell if, for example, Bubble.setStroke(String stroke) is wanting 
JavaScript or CSS code for its parameters?

What operating system, browser and version are you using?

OS:  Windows 8
Browser:  Pale Moon v24.0

Original issue reported on code.google.com by djbroken...@gmail.com on 18 Jul 2014 at 7:25

GoogleCodeExporter commented 9 years ago
I'm currently adding more javadocs, but for now I recommend you visit the base 
documentation at https://developers.google.com/chart/

Original comment by rglafo...@gmail.com on 27 Aug 2014 at 5:51