The jqChart...
<?php 
require_once '../../../tabs.php';
?>
<!DOCTYPE html>
<html>
  <head>
    <style type="text">
        html, body {
            margin: 0;            /* Remove body margin/padding */
            padding: 0;
            overflow: hidden;    /* Remove scroll bars on browser window */
            font-size: 62.5%;
        }
        body {
            font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
        }
        #tags {z-index: 900}
    </style>
    <title>jqChart PHP Demo</title>
    <link rel="stylesheet" type="text/css" media="screen" href="../../../themes/redmond/jquery-ui-1.8.2.custom.css" />
    <script src="../../../js/jquery.js" type="text/javascript"></script>
    <script src="../../../js/jquery.jqChart.min.js" type="text/javascript"></script>
     
    <script src="../../../js/jquery-ui-custom.min.js" type="text/javascript"></script>
  </head>
  <body>
      <div>
        <?php include ("chart.php");?>
      </div>
      <br/>
      <?php tabs(array("chart.php"));?>
   </body>
</html>
chart.php.
<?php
require_once '../../../jq-config.php';
require_once 
ABSPATH."php/jqUtils.php";
require_once 
ABSPATH."php/jqChart.php";

$chart = new jqChart();
$chart->setChartOptions(array("reflow"=>true,"zoomType"=>"x""spacingRight"=>20))
->
setTitle(array('text'=>'USD to EUR exchange rate from 2006 through 2008'))
->
setSubtitle(array("text"=>"Click and drag in the plot area to zoom in"))
->
setxAxis(array(
    
"type"=>"datetime",
    
"maxZoom"=> 14 24 3600000// fourteen days
    
"title"=>array("text"=>null)
))
->
setyAxis(array(
    
"title"=>array("text"=>"Exchange Rate"),
    
"min"=>0.6,
    
"startOnTick"=> false,
    
"showFirstLabel"=> false
))
->
setTooltip("shared",true)
->
setLegend("enabled",false)
->
setPlotOptions(array(
    
"area"=>array(
        
//"fillColor" =>array(
        //    "linearGradient"=> array(0, 0, 0, 300),
        //    "stops"=>array(array(0, 'Highcharts.theme.colors[0]'),array(1, 'rgba(2,0,0,0)'))
        //),
        
"lineWidth"=>1,
        
"marker"=>array(
            
"enabled"=> false,
            
"states"=>array("hover"=>array("enabled"=>true,"radius"=>5))
        ),
        
"shadow"=> false,
        
"states"=>array("hover"=>array("lineWidth"=>1))
    )
))
->
addSeries('USD to EUR', array(
            
0.84460.84450.84440.8451,   0.84180.8264,   0.82580.8232,   0.82330.8258
            
0.82830.82780.82560.8292,   0.82390.8239,   0.82450.8265,   0.82610.8269
            
0.82730.82440.82440.8172,   0.81390.8146,   0.81640.82,   0.82690.8269
            
0.82690.82580.82470.8286,   0.82890.8316,   0.8320.8333,   0.83520.8357
            
0.83550.83540.84030.8403,   0.84060.8403,   0.83960.8418,   0.84090.8384
            
0.83860.83720.8390.840.83890.840.84230.84230.84350.8422
            
0.8380.83730.83160.8303,   0.83030.8302,   0.83690.840.83850.84
            
0.84010.84020.83810.8351,   0.83140.8273,   0.82130.8207,   0.82070.8215
            
0.82420.82730.83010.8346,   0.83120.8312,   0.83120.8306,   0.83270.8282
            
0.8240.82550.82560.82730.82090.81510.81490.82130.82730.8273
            
0.82610.82520.8240.82620.82580.82610.8260.81990.81530.8097
            
0.81010.81190.81070.8105,   0.80840.8069,   0.80470.8023,   0.79650.7919
            
0.79210.79220.79340.7918,   0.79150.7870.78610.78610.78530.7867
            
0.78270.78340.77660.77510.77390.77670.78020.77880.78280.7816
            
0.78290.7830.78290.77810.78110.78310.78260.78550.78550.7845
            
0.77980.77770.78220.77850.77440.77430.77260.77660.78060.785
            
0.79070.79120.79130.79310.79520.79510.79280.7910.79130.7912
            
0.79410.79530.79210.79190.79680.79990.79990.79740.79420.796
            
0.79690.78620.78210.78210.78210.78110.78330.78490.78190.7809
            
0.78090.78270.78480.7850.78730.78940.79070.79090.79470.7987
            
0.7990.79270.790.78780.78780.79070.79220.79370.7860.787
            
0.78380.78380.78370.78360.78060.78250.77980.7770.7770.7772
            
0.77930.77880.77850.78320.78650.78650.78530.78470.78090.778
            
0.77990.780.78010.77650.77850.78110.7820.78350.78450.7844
            
0.7820.78110.77950.77940.78060.77940.77940.77780.77930.7808
            
0.78240.7870.78940.78930.78820.78710.78820.78710.78780.79
            
0.79010.78980.78790.78860.78580.78140.78250.78260.78260.786
            
0.78780.78680.78830.78930.78920.78760.7850.7870.78730.7901
            
0.79360.79390.79380.79560.79750.79780.79720.79950.79950.7994
            
0.79760.79770.7960.79220.79280.79290.79480.7970.79530.7907
            
0.78720.78520.78520.7860.78620.78360.78370.7840.78670.7867
            
0.78690.78370.78270.78250.77790.77910.7790.77870.780.7807
            
0.78030.78170.77990.77990.77950.78010.77650.77250.76830.7641
            
0.76390.76160.76080.7590.75820.75390.750.750.75070.7505
            
0.75160.75220.75310.75770.75770.75820.7550.75420.75760.7616
            
0.76480.76480.76410.76140.7570.75870.75880.7620.7620.7617
            
0.76180.76150.76120.75960.7580.7580.7580.75470.75490.7613
            
0.76550.76930.76940.76880.76780.77080.77270.77490.77410.7741
            
0.77320.77270.77370.77240.77120.7720.77210.77170.77040.769
            
0.77110.7740.77450.77450.7740.77160.77130.76780.76880.7718
            
0.77180.77280.77290.76980.76850.76810.7690.7690.76980.7699
            
0.76510.76130.76160.76140.76140.76070.76020.76110.76220.7615
            
0.75980.75980.75920.75730.75660.75670.75910.75820.75850.7613
            
0.76310.76150.760.76130.76270.76270.76080.75830.75750.7562
            
0.7520.75120.75120.75170.7520.75110.7480.75090.75310.7531
            
0.75270.74980.74930.75040.750.74910.74910.74850.74840.7492
            
0.74710.74590.74770.74770.74830.74580.74480.7430.73990.7395
            
0.73950.73780.73820.73620.73550.73480.73610.73610.73650.7362
            
0.73310.73390.73440.73270.73270.73360.73330.73590.73590.7372
            
0.7360.7360.7350.73650.73840.73950.74130.73970.73960.7385
            
0.73780.73660.740.74110.74060.74050.74140.74310.74310.7438
            
0.74430.74430.74430.74340.74290.74420.7440.74390.74370.7437
            
0.74290.74030.73990.74180.74680.7480.7480.7490.74940.7522
            
0.75150.75020.74720.74720.74620.74550.74490.74670.74580.7427
            
0.74270.7430.74290.7440.7430.74220.73880.73880.73690.7345
            
0.73450.73450.73520.73410.73410.7340.73240.72720.72640.7255
            
0.72580.72580.72560.72570.72470.72430.72440.72350.72350.7235
            
0.72350.72620.72880.73010.73370.73370.73240.72970.73170.7315
            
0.72880.72630.72630.72420.72530.72640.7270.73120.73050.7305
            
0.73180.73580.74090.74540.74370.74240.74240.74150.74190.7414
            
0.73770.73550.73150.73150.7320.73320.73460.73280.73230.734
            
0.7340.73360.73510.73460.73210.72940.72660.72660.72540.7242
            
0.72130.71970.72090.7210.7210.7210.72090.71590.71330.7105
            
0.70990.70990.70930.70930.70760.7070.70490.70120.70110.7019
            
0.70460.70630.70890.70770.70770.70770.70910.71180.70790.7053
            
0.7050.70550.70550.70450.70510.70510.70170.70.69950.6994
            
0.70140.70360.70210.70020.69670.6950.6950.69390.6940.6922
            
0.69190.69140.68940.68910.69040.6890.68340.68230.68070.6815
            
0.68150.68470.68590.68220.68270.68370.68230.68220.68220.6792
            
0.67460.67350.67310.67420.67440.67390.67310.67610.67610.6785,
            
0.68180.68360.68230.68050.67930.68490.68330.68250.68250.6816
            
0.67990.68130.68090.68680.69330.69330.69450.69440.69460.6964
            
0.69650.69560.69560.6950.69480.69280.68870.68240.67940.6794
            
0.68030.68550.68240.67910.67830.67850.67850.67970.680.6803
            
0.68050.6760.6770.6770.67360.67260.67640.68210.68310.6842
            
0.68420.68870.69030.68480.68240.67880.68140.68140.67970.6769
            
0.67650.67330.67290.67580.67580.6750.6780.68330.68560.6903
            
0.68960.68960.68820.68790.68620.68520.68230.68130.68130.6822
            
0.68020.68020.67840.67480.67470.67470.67480.67330.6650.6611
            
0.65830.6590.6590.65810.65780.65740.65320.65020.65140.6514
            
0.65070.6510.64890.64240.64060.63820.63820.63410.63440.6378
            
0.64390.64780.64810.64810.64940.64380.63770.63290.63360.6333
            
0.63330.6330.63710.64030.63960.63640.63560.63560.63680.6357
            
0.63540.6320.63320.63280.63310.63420.63210.63020.62780.6308
            
0.63240.63240.63070.62770.62690.63350.63920.640.64010.6396
            
0.64070.64230.64290.64720.64850.64860.64670.64440.64670.6509
            
0.64780.64610.64610.64680.64490.6470.64610.64520.64220.6422
            
0.64250.64140.63660.63460.6350.63460.63460.63430.63460.6379
            
0.64160.64420.64310.64310.64350.6440.64730.64690.63860.6356
            
0.6340.63460.6430.64520.64670.65060.65040.65030.64810.6451
            
0.6450.64410.64140.64090.64090.64280.64310.64180.63710.6349
            
0.63330.63340.63380.63420.6320.63180.6370.63680.63680.6383
            
0.63710.63710.63550.6320.62770.62760.62910.62740.62930.6311
            
0.6310.63120.63120.63040.62940.63480.63780.63680.63680.6368
            
0.6360.6370.64180.64110.64350.64270.64270.64190.64460.6468
            
0.64870.65940.66660.66660.66780.67120.67050.67180.67840.6811
            
0.68110.67940.68040.67810.67560.67350.67630.67620.67770.6815
            
0.68020.6780.67960.68170.68170.68320.68770.69120.69140.7009
            
0.70120.7010.70050.70760.70870.7170.71050.70310.70290.7006
            
0.70350.70450.69560.69880.69150.69140.68590.67780.68150.6815
            
0.68430.68460.68460.69230.69970.70980.71880.72320.72620.7266
            
0.73590.73680.73370.73170.73870.74670.74610.73660.73190.7361
            
0.74370.74320.74610.74610.74540.75490.77420.78010.79030.7876
            
0.79280.79910.80070.78230.76610.7850.78630.78620.78210.7858
            
0.77310.77790.78440.78660.78640.77880.78750.79710.80040.7857
            
0.79320.79380.79270.79180.79190.79890.79880.79490.79480.7882
            
0.77450.7710.7750.77910.78820.78820.78990.79050.78890.7879
            
0.78550.78660.78650.77950.77580.77170.7610.74970.74710.7473
            
0.74070.72880.70740.69270.70830.71910.7190.71530.71560.7158
            
0.7140.71190.71290.71290.70490.7095
))
->
setSeriesOption('USD to EUR', array(
    
"type"=>"area",
    
"pointInterval"=> 24 3600 1000,
    
"pointStart"=>"js:Date.UTC(2006, 0, 01)"
));
echo 
$chart->renderChart(''true700350);

?>