WebSite-PHP Framework PHP
Multi language
Simple Ajax mode
No HTML, no JavaScript
URL rewriting
Mail sending
Sitemap - RSS - Web service
Download WebSite-PHP FrameWork now
 


Loading
 


Tutorial : Simple Chart

Tutorials

>

Tutorial Graphic

>

Tutorial : Simple Chart


Graphic-01: Tutorial of the composant Graphic of the PHP FrameWork WebSite-PHP.

Tutorial : Simple Chart:



Go back to tutorial of the componant Graphic



Source code

Source code



To use Graphic, you need to connect to the admin interface of the framework WebSite-PHP.

Once connected you will go to the menu Configuration -> Configure modules and enable the module Graphic.



File: /pages/tutorials/graphic/graphic-01.php

<?php
class Graphic01 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Simple Chart";
        
        
$this->render = new Chart("chart-01");
        
        
// init data
        
$array_chart_data = array();
        for (
$i=0$i 12$i++) {
            
$array_chart_data[] = array($irand(099));
        }
        
        
// set points of the graphic
        
$this->render->addPoints("Data"
                                
$array_chart_data);
    }
}
?>


Go back to tutorial of the componant Graphic


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Home Documentation Download Quick start Tutorials Wiki Issue Tracker