Hi, ok i can show just next, first this are my options
var options_Dia = {
height: 400,
width: '100%',
fontSize: 12,
pointSize: 3,
chartArea: {width: 1000},
series: {
0: {
targetAxisIndex: 0
},
1: {
targetAxisIndex: 1
},
2: {
targetAxisIndex: 2
}
},
hAxis: {
title: leyendaB,
slantedTextAngle: 60
},
vAxes: {
0: {
title: leyendaR
},
1: {
title: 'Preregistros Acumulados'
}
},
backgroundColor: {
stroke: '#FFF',
fill: '#EDEDED',
strokeWidth: 2
},
legend: {
position: 'top',
textStyle: {
fontSize: 12
}
}
};
and the container is like this:
<div id="chart" width="100%">
</div>
And you can see that the chart it drawed in that little area, not the
complete screen, and this just happens to me in IE8, thank you.
If you post your code or a link to the page, I'll take a look and see what
> might be the problem.
>
>
>
>
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
<<attachment: Untitled.png>>
