background image

 

PHP 图形类-Jpgraph 介绍【九】之柱形图【四】

§

 

<?php 

// content=”text/plain; charset=utf-8″

require_once

 (‘jpgraph/jpgraph.php’);

require_once

 (‘jpgraph/jpgraph_bar.php’);

$datay

=

array

(12,8,19,3,10,5);

// Create the graph. These two calls are always required