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_chart.php.
| addGroup | ( | $sLabel, | |
| $sColor | |||
| ) |
ajoute un groupe au graphique public
| string | $sLabel | libelle du groupe |
| string | $sColor | couleur utilise |
Definition at line 75 of file plugin_chart.php.
| addPoint | ( | $x, | |
| $y | |||
| ) |
ajoute un point au graphique public
| number | $x | coordonnee x du point |
| number | $y | coordonnee y du point |
Definition at line 84 of file plugin_chart.php.
| setData | ( | $tData | ) |
charge les donnees du graphique public
| array | $tData, | tableau de donnees |
Definition at line 56 of file plugin_chart.php.
| show | ( | ) |
retourne le code du graphique a afficher public
Definition at line 65 of file plugin_chart.php.
1.8.6