Re: [visualization-api] My Chart doesn't chart appear while combining both bar and pie chart

2016-02-29 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Tom, You have a few problems with your code: 1. Specifying the values '1', '1.1', and '1.0' is no longer valid for the new loader. The new equivalent value for 1.0 is 'current', the equivalent value for 1.1 is 'upcoming', and there is currently no equivalent value for '1'. 2.

[visualization-api] My Chart doesn't chart appear while combining both bar and pie chart

2016-02-26 Thread tom jose
My Chart doesn't chart appear while combining both bar and pie chart .Here is the code: https://www.gstatic.com/charts/loader.js";> google.charts.load('visualization',1, {'packages':['bar','corechart']}); google.charts.setOnLoadCallback(drawChart);