File manager - Edit - /home/autoph/public_html/portal/includes/chart/accesschart.php
Back
<html> <head> <script type="text/javascript" src="http://localhost/nephro/script/chartScript/loader.js"></script> <script type="text/javascript"> google.charts.load('current', {'packages':['bar']}); google.charts.setOnLoadCallback(drawStuff); function drawStuff() { var data = new google.visualization.arrayToDataTable([ ['ACCESS CLASSIFICAITON', 'UTILIZATION'], ["COMPLETE DATA", <?php echo 85; ?>], ["INCOMPLETE DATA", <?php echo 58; ?>] ]); var options = { title: 'PATIENT ACCESS SUMMARY', width: 600, legend: { position: 'none' }, chart: { title: 'PATIENT ACCESS', subtitle: 'Based on Patient Records' }, bars: 'horizontal', // Required for Material Bar Charts. axes: { x: { 0: { side: 'top', label: 'ACTUAL COUNT'} // Top x-axis. } }, bar: { groupWidth: "90%" } }; var chart = new google.charts.Bar(document.getElementById('top_x_div')); chart.draw(data, options); }; </script> </head> <body> <div id="top_x_div" style="width: 600px; height:400px;"></div> </body> </html>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings