badrinarayanan / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

goog.ui.serverchart missing getter/setter for dataLabels (chld) #146

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Attempt to use the serverchart.js to create a Map chart 
(goog.ui.ServerChart.ChartType.MAPWORLD)
2. Can not specify the chart datalabels  (chld) as no setDataLabels method 
exists.
3.

What is the expected output? What do you see instead?
should find the methods: setDataLabels/getDataLabels

What version of the product are you using? On what operating system?
svn r135, linux and freebsd

Please provide any additional information below.
serverchart.js: goog.ui.ServerChart.UriParam defines DATA_LABELS but allows 
no method for setting/getting dataLabels, which in turn, denies the use of 
any map style chart.

Would appear to require a settter/getter and instance variable 
(this.dataLabels_)

Please note that, at present, we are not able to accept patches along with
reported issues.

Sorry -- I could have helped out here.

Original issue reported on code.google.com by dunde...@gmail.com on 11 May 2010 at 2:37

GoogleCodeExporter commented 8 years ago

Original comment by nn...@google.com on 23 Apr 2012 at 9:35

GoogleCodeExporter commented 8 years ago
Daniel, any suggestions here?

Original comment by nn...@google.com on 23 Apr 2012 at 9:36