PHP Classes

File: piegraph.def

Recommend this page to a friend!
  Classes of Patel Shailesh   DbGraph   piegraph.def   Download  
File: piegraph.def
Role: Example script
Content type: text/plain
Description: define piegraph value
Class: DbGraph
Generate line and 3D bar graphs
Author: By
Last change:
Date: 15 years ago
Size: 400 bytes
 

Contents

Class file image Download
data {
  X=20
}

graph {
  padding-left = 40
  padding-top = 50
  padding-right = 50
  padding-bottom = 20
  border-width = 1
  border-color = #ddd
  area-height = 250
  area-width = 350
  title = Pie Graph
}

legend {
  visible = yes
  floating = 1
  position = bottom right
  padding = 10
  data = [Item 1]
  color = [#274E78]
}
pie {
  total = 25
  offset = 70
}