class Chart extends DolGraph (View source)

Chart class

Methods

$this
generate($type, $data, $legend = array(), $title = '', $width = '', $height = '')

Generate chart

$this
display($filename, $fileurl = '')

Display chart (shortcut for draw & show)

Details

$this generate($type, $data, $legend = array(), $title = '', $width = '', $height = '')

Generate chart

Parameters

$type chart type: 'pie', 'bars' or 'lines'
$data chart data (array)
$legend chart legend (array)
$title chart title
$width chart width
$height chart height

Return Value

$this

$this display($filename, $fileurl = '')

Display chart (shortcut for draw & show)

Parameters

$filename chart file name
$fileurl chart file url

Return Value

$this