Exemplo n.º 1
0
                                    2]);
                   var options = {
                     title: "",
                     ' . ($data['mobile'] ? '' : 'width: 600,height: 300,') . '
                     
                     bar: {groupWidth: "95%"},
                     legend: { position: "none" },
                   };
                   var chart = new google.visualization.ColumnChart(document.getElementById("columnchart_values"));
                   chart.draw(view, options);
               }
               </script>
             <div id="columnchart_values"></div>';
 $data['html'] = $html;