Changeset 23


Ignore:
Timestamp:
Nov 29, 2007, 1:52:15 PM (16 years ago)
Author:
george
Message:

Opraveno: Výška obrazků byla 14 pixelů větší než graf původně kvůli umístění popisek os.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph.php

    r16 r23  
    9797  header("Content-type: image/png");
    9898  header("Cache-Control: no-cache");    // Dynamic graph - no cache
    99   $Image = @imagecreate($Width, $Height + 14);
     99  $Image = @imagecreate($Width, $Height);
    100100  $BackgroundColor = imagecolorallocate($Image, 255, 255, 255);
    101101  $Black = imagecolorallocate($Image, 0, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.