Without being able to see code that reproduces the effect, I can only offer 
limited help.  My first inclination is to check whether or not the chart 
containers are hidden at the time the charts are drawn (this frequently 
occurs when the charts are drawn in a tabbed interface).  If they are, then 
you need to either draw the charts before hiding the containers or draw the 
charts the first time the containers are unhidden.  If the containers are 
not hidden, check to see if their dimensions are correct.  The charts will 
not draw larger than their containers, and it is possible that you have 
some other javascript/css that is messing with the container sizes.

On Friday, October 10, 2014 4:18:36 PM UTC-4, Matheus Henrique Klem Galvez 
wrote:
>
>
> Hi Andrew, 
>
> I cannot post any code. But here are some prints that show better what is 
> happening. The first two pictures are the charts rendered with error. The 
> last one is the chart renderes correctly.
>
>
> <https://lh6.googleusercontent.com/-FC4X5t6IN6g/VDg-ff5AIuI/AAAAAAAAIMQ/abbWs_gMXlc/s1600/erro2_charts_canary.png>
>
>
> <https://lh5.googleusercontent.com/-XKcFGOHdfqk/VDg-byclFoI/AAAAAAAAIMI/kCWfW32tBOk/s1600/erro_charts_canary.png>
>
>
> <https://lh5.googleusercontent.com/-n9trnHdWOWg/VDg-XY6jNhI/AAAAAAAAIMA/Ecy7rSyLfWc/s1600/charts_canary.png>
>
>
> On Wednesday, October 8, 2014 9:35:06 PM UTC-3, Andrew Gallant wrote:
>>
>> Can you post some code that replicates the problem?
>>
>> On Tuesday, October 7, 2014 2:40:09 PM UTC-4, Matheus Henrique Klem 
>> Galvez wrote:
>>>
>>> I forgot to mention that it happend with two types of charts: line and 
>>> column chart.
>>>
>>> On Tuesday, October 7, 2014 3:36:44 PM UTC-3, Matheus Henrique Klem 
>>> Galvez wrote:
>>>>
>>>> Hi everyone,
>>>>
>>>> I am using he Charts API in my project. Unfortunately, I am getting in 
>>>> trouble with chart rendering. Basically what happens is that the chart or 
>>>> the control area (sometimes both of them) are drawn in half of the size of 
>>>> the container parent, even if I set the attribute *chartArea *when 
>>>> calling *chartWrapper *and *controlWrapper *methods. I have no idea 
>>>> how to solve this. It occurs seemingly at random. Sometimes the chart is 
>>>> drawn correctly, sometimes it isn't. I have tested my application both in 
>>>> Internet Explorer 11 and Google Chrome Canary. I have also searched the 
>>>> web 
>>>> for an answer but did not find anything satisfactory so far.
>>>>
>>>> Does any one have any idea on what might be happening?
>>>>
>>>> Thanks.
>>>>
>>>>

-- 
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