[cvs] commit: horde/lib Graph.php horde/lib/Graph bar.php groupbar.php horizbar.php html.php package.xml pie.php pie3d.php svg.php horde/lib/Graph/tests .htaccess 3dpie.php gradientbars.php groupbar.php smallbars.php

Chuck Hagenbuch chuck at horde.org
Wed Feb 12 20:14:28 PST 2003


chuck       2003/02/12 20:14:28 PST

  Modified files:
    lib                  Graph.php 
    lib/Graph            package.xml 
  Added files:
    lib/Graph            bar.php groupbar.php horizbar.php pie.php 
                         pie3d.php 
    lib/Graph/tests      .htaccess 3dpie.php gradientbars.php 
                         groupbar.php smallbars.php 
  Removed files:
    lib/Graph            html.php svg.php 
  Log:
  Finally, the new graphing stuff
  - it's kind of cobbled together from looking at Vagrant and jpgraph and a
  few other things, even. Most of the image drivers need work, and the gd
  one could use some cleaning up
  - it'd be really nice to have a list of properties and objects for every class,
  so that we could do introspection and have better dynamic tools.
  - etc. have fun.
  
  Revision  Changes    Path
  1.13      +2602 -94  horde/lib/Graph.php
  1.17      +0 -238    horde/lib/Graph/Attic/html.php (dead)
  1.14      +0 -315    horde/lib/Graph/Attic/svg.php (dead)
  1.1       +334 -0    horde/lib/Graph/bar.php (new)
  1.1       +69 -0     horde/lib/Graph/groupbar.php (new)
  1.1       +32 -0     horde/lib/Graph/horizbar.php (new)
  1.2       +13 -7     horde/lib/Graph/package.xml
  1.1       +438 -0    horde/lib/Graph/pie.php (new)
  1.1       +761 -0    horde/lib/Graph/pie3d.php (new)
  1.1       +1 -0      horde/lib/Graph/tests/.htaccess (new)
  1.1       +25 -0     horde/lib/Graph/tests/3dpie.php (new)
  1.1       +39 -0     horde/lib/Graph/tests/gradientbars.php (new)
  1.1       +41 -0     horde/lib/Graph/tests/groupbar.php (new)
  1.1       +36 -0     horde/lib/Graph/tests/smallbars.php (new)

  Chora Links:
  http://cvs.horde.org/diff.php/horde/lib/Graph.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/co.php/horde/lib/Graph/Attic/html.php?r=1.16
  http://cvs.horde.org/co.php/horde/lib/Graph/Attic/svg.php?r=1.13
  http://cvs.horde.org/co.php/horde/lib/Graph/bar.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Graph/groupbar.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Graph/horizbar.php?r=1.1
  http://cvs.horde.org/diff.php/horde/lib/Graph/package.xml?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/horde/lib/Graph/pie.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Graph/pie3d.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Graph/tests/.htaccess?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Graph/tests/3dpie.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Graph/tests/gradientbars.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Graph/tests/groupbar.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Graph/tests/smallbars.php?r=1.1


More information about the cvs mailing list