File manager - Edit - /home/autoph/public_html/ahglegal/includes/chart/annotations.php
Back
<html> <head> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript"> google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Year', 'Sales', { role: 'annotation' }, 'Expenses', { role: 'annotation' }], ['2004', 1000, 1000, 400, 400], ['2005', 1170, 1170, 460, 460], ['2006', 660, 660, 1120, 1120], ['2007', 1030, 1030, 540, 540] ]); var options = { title: 'Company Performance', vAxis: {title: 'Year', titleTextStyle: {color: 'red'}} }; var chart = new google.visualization.BarChart(document.getElementById('chart_div')); chart.draw(data, options); } </script> </head> <body> <div id="chart_div" style="width: 900px; height: 500px;"></div> </body> </html>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings