Hello,
I am getting 'Permission denied' message in IE7 / IE8 .
below is my code looks like:
in a .js file below is the code at starting:
google.setOnLoadCallback(drawChart);
function drawChart() {
}
then in a function i draw chart:
function drawEvaluationScoreLineGraph(dynData, divId) {
var options = {
vAxis: { minValue: 0, maxValue: 5, gridlines: { count: 6 },
baselineColor: 'transparent' },
pointSize: 6,
width: 660,
height: 225,
chartArea: { width: "80%", height: "80%" },
legend: { position: 'top', textStyle: { fontSize: 14} }
};
var data = google.visualization.arrayToDataTable(dynData);
var chart = new
google.visualization.LineChart(document.getElementById(divId));
chart.draw(data, options);
}
Can anyone help. I googled a lot but did not find any answer.
this also did nto work :
https://groups.google.com/forum/#!topic/google-visualization-api/Ewf5t1ADmRA
http://stackoverflow.com/questions/14441853/knockout-custom-binding-for-google-chart-api-access-is-denied
Thank you.
--
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/groups/opt_out.