Try setting the chartArea.height option, or increasing the height of the 
chart.  The chartArea.height option can take an integer (pixels high) or a 
string (percent of total chart height).  If you shrink the height of the 
chartArea or increase the total chart height (or some combination of the 
two), that should give your axis titles more room to draw.

On Thursday, May 29, 2014 11:05:05 AM UTC-4, TheInnovator wrote:
>
> I am trying to add my legend to the bottom but whenever I do the months 
> that line up along the x-axis disappears.
> Ex:
>
> Before:
>
>
> After:
> http://isaac.issharepoint.com/Web%20Part%20Page/508Dashboard.aspx
>
> Here's the code I used to code the after:
> I added *position:'bottom*
>         var options = {
>           title: 'Overall 508 Compliance Monthly Score Trend Analysis',
>   colors: ["#6A0888", "#045FB4"],
>   hAxis: {title: 'Month'},
>   titleTextStyle: {color: 'black', fontName: '"Arial"', fontSize: '15'},
>   legend: {textStyle: {color: 'black', fontName: '"Arial"', fontSize: 
> '12'}, *position:'bottom*'},
>   vAxis: {
> title: 'Score',
> format: '#%'
>  }
> }; 
>
>
> On Mon, May 26, 2014 at 10:57 PM, Isaac Sogunro <[email protected] 
> <javascript:>> wrote:
>
>> Thanks!
>>
>>
>> On Mon, May 26, 2014 at 9:52 PM, Andrew Gallant <[email protected] 
>> <javascript:>> wrote:
>>
>>> The NumberFormatter will format your data.  To format the axis, you need 
>>> to use the vAxis.format option:
>>>
>>> vAxis: {
>>>     format: '#%'
>>> }
>>>
>>>
>>> On Monday, May 26, 2014 6:33:49 PM UTC-4, TheInnovator wrote:
>>>
>>>> I also tried but to no avail.
>>>>
>>>>  //Use to convert the value in the 4th column to a percentage
>>>>  var formatter = new google.visualization.NumberFormat({ 
>>>>   pattern: '#%'
>>>> }); 
>>>> formatter.format(data, 1); // format column 4 in DataTable "data" 
>>>> formatter.format(data, 2);
>>>>
>>>>
>>>> On Mon, May 26, 2014 at 6:31 PM, TheInnovator <[email protected]> 
>>>> wrote:
>>>>
>>>>> How can I make the vertical side of the line chart a percentage 
>>>>> (0-100%)?
>>>>> http://isaac.issharepoint.com/Web%20Part%20Page/508Dashboard.aspx
>>>>>  
>>>>> -- 
>>>>> You received this message because you are subscribed to a topic in the 
>>>>> Google Groups "Google Visualization API" group.
>>>>> To unsubscribe from this topic, visit https://groups.google.com/d/
>>>>> topic/google-visualization-api/FAFAmqBTrQo/unsubscribe.
>>>>> To unsubscribe from this group and all its topics, 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/d/optout.
>>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>> -Isaac-
>>>>
>>>> http://twitter.com/#!/feedy0urmind
>>>> You are today where your thoughts have brought you; you will be 
>>>> tomorrow where your thoughts take you. 
>>>> - James Allen 
>>>>
>>>  -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "Google Visualization API" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/google-visualization-api/FAFAmqBTrQo/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to 
>>> [email protected] <javascript:>.
>>> To post to this group, send email to [email protected] 
>>> <javascript:>.
>>> Visit this group at 
>>> http://groups.google.com/group/google-visualization-api.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> -- 
>> -Isaac-
>>
>> http://twitter.com/#!/feedy0urmind
>> You are today where your thoughts have brought you; you will be tomorrow 
>> where your thoughts take you. 
>> - James Allen 
>>
>
>
>
> -- 
> -Isaac-
>
> http://twitter.com/#!/feedy0urmind
> You are today where your thoughts have brought you; you will be tomorrow 
> where your thoughts take you. 
> - James Allen 
>

-- 
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/d/optout.

Reply via email to