GWT Bar Chart Options

2013-04-03 Thread reyesjos
Hello, I have a GWT project using the Chart Tools API libraries "gwt-visualization.jar" . I created a BarChart but I am not able to find how to change the values of: - bar size - font style, size for titles,legends Does anybody knows how to do it? I'll appreciate your help on this. Thanks. -- Yo

GWT Bar Chart X-Axis

2013-04-03 Thread reyesjos
Hello, I am working in a GWT project using Bar Chart gwt-visualization library. As a result, I have my x-axis values as integers (1,2,3) which represent the values entered in the table. Does anybody knows how to replace these x-axis labels as string? In other words, I need to map 1 -> Low, 2 ->Me