[visualization-api] displaying slanted text in HAXIS in column chart

2010-09-15 Thread rajakumar Iyyemperumal
Hi, Is it possible to set the hAxis text as slanted in column chart? I tried Options.set(hAxis.slantedText,true) to set he slanted text but it is not working . Can you suggest me any other way to achieve this ? -- You received this message because you are subscribed to the Google Groups

[visualization-api] How to hide Settings Button in right bottom of chart

2010-09-15 Thread Toshiya TSURU
Hello! My name is Toshiya TSURU. Software Developer in Tokyo. Does anyone know how to hide Settings button in right bottom of chart? http://twitpic.com/2oky4t thanks! -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To post to this

Re: [visualization-api] GWT API : IE8 quirk mode issue with mouse event and ColumnChart

2010-09-15 Thread Viz Kid
Hi. Indeed there is some issue with the older version of our charts. You can use the new charts already from GWT by changing the package name you load from 'columnchart' to 'corechart'. We are working on a new GWT wrapping that will make this change easier. Best, Viz Kid On Mon, Sep 13, 2010

[visualization-api] Re: Column Chart - isStacked

2010-09-15 Thread Lucas
Ok Jinji, thanks for the reply! On 14 set, 10:32, Jinji jinji@gmail.com wrote: If you want the first two columns appear stacked, and with different colors, then this is not available, sorry. On Mon, Sep 13, 2010 at 8:17 PM, Lucas asm...@gmail.com wrote: Well... I don't think I

[visualization-api] Re: displaying slanted text in HAXIS in column chart

2010-09-15 Thread Lucas
Hi! You're doing it wrong... slantedText is a property of hAxis, the right way to use it is: hAxis: {slantedText: true} If you want to set more properties: hAxis: {title: Chart Title, slantedText: true} You can test on the Google Code Playground

Re: [visualization-api] Re: Error with google chrome 'cannot read property document of null'

2010-09-15 Thread Viz Kid
Can you possibly give a simpler example page where this happens? Your current page is very complex and it would be impossible to follow. In general, such errors might be result of race conditions when you load several things. Maybe you can load the visualization API only once instead of each

Re: [visualization-api] Re: Error with google chrome 'cannot read property document of null'

2010-09-15 Thread Josh Ain
Viz Kid, Thank you for your response. I can't (thus far) reproduce the issue on a simpler page. Even on this page, if I load different data, the issue usually does not occur. The issue does consistently occur with any data in this set of data, and four other sets of data (that do not have any

[visualization-api] Re: Error with google chrome 'cannot read property document of null'

2010-09-15 Thread Josh
Hmm... one more detail. Going off Viz Kid's thought that this was a race condition, if I just insert a delay before drawing the chart, things seem to work fine. I changed my onLoadCallback to: google.setOnLoadCallback(setTimeout('drawChart()', 10)); and no longer see the problem. Is it possible

Re: [visualization-api] Re: Error with google chrome 'cannot read property document of null'

2010-09-15 Thread Viz Kid
I'm happy that you found a solution. It is not clear what causes the error but it is possible it is somehow related to the frame the chart is building for its drawing. Hopefully we would be able to solve it in the future but for now it seems you have a workaround. Best, Viz Kid On Wed, Sep

[visualization-api] Google Piechart/LineChart Visualization Jquery Ajax Firefox Issue

2010-09-15 Thread Guid
I have run into a bug with firefox and have searched all over and have not seemed to find the answer to an issue I have been having. My program works great in Chrome and IE, but the iframe charts are not working in firefox. I'm using a handler and then jquery.ajax to grab at the data and run the

[visualization-api] Re: disable tooltip for scatter chart

2010-09-15 Thread Chris
Is there a way to turn it off? I dont' like the formatting for the tooltip On Sep 12, 6:02 am, ChartMan chart...@google.com wrote: Try setting the formatted values of cells with the string you want to appear as the tooltip More info about the data table

[visualization-api] not found options.setOptions() in AbstractDrawOptions class

2010-09-15 Thread rajakumar Iyyemperumal
The docement for the GWT visualization API from the link http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted stats the following , For the purpose of forward compatibility, the class AbstractDrawOptions (which is the base class of all Options classes) also includes

[visualization-api] Legend Text- Color/Size

2010-09-15 Thread Lindsey Ward
I have been searching desperately for a solution to solve an issue I am having with google charts. I am not able to change the text color or size in the legend and have tried every possible code. I have created over 250 of these images and would love not to have to go back to excel. Is there any