Ignore:
Timestamp:
07/02/08 13:17:49 (16 years ago)
Author:
ramonb
Message:

web/addons/job_monarch/overview.php:

  • remove weighing jobs for pie chart: this is done by pChart now

web/addons/job_monarch/chart.php:

  • small layout fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/chart.php

    r529 r530  
    4646// Draw the pie slices and percentages text
    4747//
    48 $myChart->drawPieGraph( $DataSet->GetData(), $DataSet->GetDataDescription(), 150, 90, 110, TRUE, TRUE, 50, 20, 20 );
     48$myChart->drawPieGraph( $DataSet->GetData(), $DataSet->GetDataDescription(), 160, 100, 110, TRUE, TRUE, 50, 20, 20 );
    4949
    5050// Draw legend text
Note: See TracChangeset for help on using the changeset viewer.