Public Member Functions | |
__construct ($sType, $iWidth=null, $iHeight=null) | |
setData ($tData) | |
show () | |
addGroup ($sLabel, $sColor) | |
addPoint ($x, $y) | |
setMarginLeft ($x) | |
setMaxX ($x) | |
setMinX ($x) | |
setMaxY ($x) | |
setMinY ($x) | |
addMarkerY ($y, $color='#ccc') | |
setPaddingX ($padding) | |
setPaddingY ($padding) | |
setGridY ($y, $color) | |
setTextSizeLegend ($size) | |
setCoordLegend ($x, $y) | |
setStepX ($stepX) | |
setStepY ($stepY) | |
Static Public Attributes | |
static | $PIE ='PIE' |
static | $HISTO ='HISTO' |
static | $LINES ='LINES' |
static | $BAR ='BAR' |
plugin_chart classe pour generer des graphiques
Definition at line 23 of file plugin_chartSVG.php.
setData | ( | $tData | ) |
charge les donnees du graphique public
array | $tData, | tableau de donnees |
Definition at line 56 of file plugin_chartSVG.php.
show | ( | ) |
retourne le code du graphique a afficher public
Definition at line 65 of file plugin_chartSVG.php.