Hi Mahesh,

This is a known issue when you attempt to render a chart in an invisible
div. If this is what you are doing, please do not do that, and render the
chart only when the div becomes visible. If you are not doing this, please
post back with a more complete code sample so that we may reproduce the
issue you are experiencing.

On Tue, Mar 1, 2016 at 5:15 AM mahesh kedari <[email protected]>
wrote:

> Is there any workaround for this issue in current version?
>
> - Mahesh
>
> On Tuesday, September 24, 2013 at 10:27:53 AM UTC+5:30, pandia rajan wrote:
>>
>>
>> My Code:
>>
>>   var Actdata = google.visualization.arrayToDataTable([
>>           ['Status','Total','Active Sites', 'Applicable', 'Complied', 'In
>> Process', 'Not Complied'],
>>           ['A', 232, 150,12,    23,  34,   56],
>>           ['W',  232, 150, 57, 10, 41, 21],
>>           ['I', 232, 150,    12,   10,103,11]
>>         ]);
>>
>>         var Actoptions = {
>>           is3D: true,
>>            'width': width,
>>           'height': height,
>>           legend : {position: 'right', alignment :'center', textStyle:
>> {color: 'blue', fontSize: 14,bold:true}},
>>           chartArea : {left:20,top:20,width:"90%",height:"80%"}
>>         };
>>
>>         var Actchart = new
>> google.visualization.ColumnChart(document.getElementById('containAct'));
>>         Actchart.draw(Actdata, Actoptions);
>>
> --
> 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
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/f05a30c3-1c6a-4e7d-93ac-71d019d33c73%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/f05a30c3-1c6a-4e7d-93ac-71d019d33c73%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 

*[image: unnamed.gif]• Sergey Grabkovsky• Software Engineer• Google, Inc•
[email protected] <[email protected]>*

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAEwwup6xyGNvD77buXZjON22vDjtW4y-uSa6Y2SDLMmLsL1d_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to