ialexei / gwt-charts

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

ui.format not available in NumberRangeFilterOptions #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
From the GWT documentation I see that there is a ui.format option for the 
NumberRangeFilter 
8https://developers.google.com/chart/interactive/docs/gallery/controls#numberran
gefilter).

Trying to use the gwt-charts lib it seems that the NumberRangeFilterUi 
available for the NumberRangeFilterOptions.setUi() method, does not have the a 
setFormat() method.

Is this out of purpose (because manually changing the source of your library 
unfortunately did not work so I'm not sure if the chart API document is out of 
date or not :( ) or was this an oversight?

Original issue reported on code.google.com by dustin.s...@gmail.com on 8 Apr 2015 at 10:40