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.
For more options, visit https://groups.google.com/d/optout.