I see from your options that you are already using the chartArea.height, so 
you just need to make that value smaller than 80%:

var options = {    title: 'Mt.Gox 102.97157 High: 102.97157 Low: 102.97157 Vol: 
0 Trade: 0 Trend: idle State: sell',    chartArea: {'width': '80%', 'height': 
'60%'},    series: {0: {type: "line", targetAxisIndex: 1}, 1: {type: "line", 
targetAxisIndex: 1}, 2: {type: "line", targetAxisIndex: 1}, 3: {type: "bars", 
targetAxisIndex: 0, color: 'LightBlue'}},};


Experiment with different values until you find something that works for 
you.

On Saturday, August 10, 2013 11:32:40 AM UTC-4, Luke Skywalk wrote:
>
> Hi, thanks for replies. I am not sure how to implement that .height. where 
> should I type it. Also I try the other timeofday thing and it didnt work, 
> all that was shown was .... no text at all because teh .height too big and 
> my x axis text can't be shown all, so whatever the case, fixing the .height 
> is the solution.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to