pombreda / gwt-google-apis

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

Formatting axis numbers of LineChart in SwissGerman #502

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release: Google Chart Tools (aka Visualization) 1.1 Library

How can I format my axis in SwissGerman number format (i.e. 100'000.3434). I 
cannot find the setGroupingSymbol(String groupingSymbol) method in the 
com.google.gwt.visualization.client.formatters.NumberFormat class.

Thank in advance for your help.

Original issue reported on code.google.com by allvisa...@gmail.com on 17 Jul 2012 at 1:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I hope this can help

for each value you can specify value and formatted value,  where the formatted 
value is formatted using whatever formatter:

data.setValue(int rowIndex, int columnIndex, double value);
data.setFormattedValue(int rowIndex, int columnIndex, String value)

regards

Original comment by vlui...@tiscali.it on 27 Jul 2012 at 2:32