Hi again,
I found the solution how to fix this defect:
function drawChart() {
var __instance__ = arguments.callee;
var data = google.visualization.arrayToDataTable([["Income", "Male"],
["36-37", 2], ["40-41", 1], ["62-63", 1], ["74-75", 1]]);
var chartCnt = document.getElementById('test-char-cnt');
!__instance__.testChart &&
(__instance__.testChart = new google.visualization.BarChart(chartCnt));
__instance__.testChart.clearChart();
__instance__.testChart.draw(data, { width:600, height:400 });
}
drawChart();
--
------------------------------
PRIVILEGED AND CONFIDENTIAL COMMUNICATION
This e-mail transmission, and any documents, files or previous e-mail
messages
attached to it, may contain confidential information that is legally
privileged.
If you are not the intended recipient or a person responsible for
delivering it
to the intended recipient, you are hereby notified that any disclosure,
copying,
distribution or use of any of the information contained in or attached to
this
transmission is strictly prohibited.
If you have received this transmission in error, please: (1) immediately
notify
me by reply e-mail, or by collect telephone call; and (2) destroy the
original
transmission and its attachments without reading or saving in any manner.
--
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.