Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.13 KB

README-EN.md

File metadata and controls

55 lines (50 loc) · 1.13 KB

graphpoo

OO Graphics for PHP.

graphpoo is open-source under MIT license. (see LICENSE.txt)

graphpoo is a library to draw line and bar graphics on php. (NOT SUPPORT FOR PIE GRAPHS IN THIS VERSION)

Methods: (class graphpoo)

  • setHeight()
  • setWidth()
  • setBorder()
  • setBorderColor()
  • setTopMargin()
  • setBottomMargin()
  • setLeftMargin()
  • setRightMargin()
  • setBGColor()
  • setTitle()
  • setTitleFontColor()
  • setTitleFontSize()
  • setTitleAlign()
  • setGridRound()
  • setGridCount()
  • setGridDecimals()
  • setGridLines()
  • setGridFontColor()
  • setGridFontSize()
  • setGridLineColor()
  • setXAxisColor()
  • setYAxisColor()
  • setLabelFontColor()
  • setLabelFontSize()
  • setLabelOrientation()
  • setLegend()
  • setLegendBGColor()
  • setLegendBorder()
  • setLegendBorderColor()
  • setLegendFontColor()
  • setLegendFontSize()
  • setLabels()
  • setDefaults()
  • addSerie()
  • renderToFile()

Methods: (class serie)

  • setTitle()
  • setType()
  • setColor()
  • setBorder()
  • setBorderColor()
  • setData()

Examples

graphpoo_example1

This document is under development...