chart.getSelection() does not work properly with google bar charts
问题 drawBarChart = function (data) { //few statements goes here which sets options which are being passed to chartDraw i.e. t.options.chart.options gChart = new google.visualization.BarChart(chartingPlace); //setTimeout(function () { // t.options.chart.options.height = ((t.chart.size.height) - 40) + "px"; ////console.log(JSON.stringify(t.options.chart.options)); //google.visualization.events.addListener(gChart, 'ready', function () { // grab a few details before redirecting google.visualization