What happens if you comment out the chartArea option entirely?

On Thursday, May 22, 2014 1:48:22 PM UTC-4, TheInnovator wrote:
>
> The weird thing is that the very first time I created and ran the chart, 
> the labels showed.  Now it doesn't, even after opening a new browser.
>
>
> On Thu, May 22, 2014 at 1:47 PM, Isaac Sogunro <[email protected]<javascript:>
> > wrote:
>
>> That did not work.
>>
>>
>> On Thu, May 22, 2014 at 1:35 PM, Andrew Gallant 
>> <[email protected]<javascript:>
>> > wrote:
>>
>>> I suspect the roblem is in your PieChart options:
>>>
>>> var PieOptionAuto = {
>>>     pieSliceText: 'value',    is3D: false,    legend: {        position: 
>>> 'labeled'    },    width: 350,    height: 350,    chartArea: {        
>>> height: '85%',        width: '90%'    },    pieStartAngle: 90
>>> };
>>>
>>>
>>> By setting the chartArea height and width to such a large proportion of 
>>> the total chart size, you eliminate all of the space for the labels.  In 
>>> HTML, you specify a width of 700 for the chart div.  Perhaps something like 
>>> this would be more appropriate for your chart options?:
>>>
>>> var PieOptionAuto = {
>>>     pieSliceText: 'value',    is3D: false,    legend: {        position: 
>>> 'labeled'    },
>>>     // use the width specified in HTML
>>>     //width: 350,    height: 350,    chartArea: {        height: '85%'      
>>>   // specifying height here should be sufficient    },    pieStartAngle: 90
>>> };
>>>
>>>
>>>
>>>
>>> On Thursday, May 22, 2014 1:19:07 PM UTC-4, TheInnovator wrote:
>>>>
>>>> Pleas see the following site:
>>>> Enter *10/2013* for this month and *01/2014* for last month
>>>> http://isaac.issharepoint.com/Web%20Part%20Page/508Dashboard.aspx
>>>>
>>>> My labels are not appearing with the associated line.
>>>>
>>>> Any ideas?
>>>>
>>>  -- 
>>> 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/yqi3oP1Wbfk/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