Ignore:
Timestamp:
05/26/05 14:21:55 (19 years ago)
Author:
bastiaans
Message:

web/addons/toga/libtoga.php:

  • Functions added to support overview

web/addons/toga/image.php:

web/addons/toga/overview.php:

  • Added pie chart
  • Added job overview
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/image.php

    r112 r114  
    88function drawSmallClusterImage() {
    99
    10         $ic = new ClusterImage( $clustername );
     10        $ic = new ClusterImage( $clustername, null );
    1111        $ic->draw();
    1212}
     
    1414function drawBigClusterImage() {
    1515
    16         // iets
     16        $ic = new ClusterImage( $clustername, null );
     17        $ic->draw();
    1718}
    1819
Note: See TracChangeset for help on using the changeset viewer.