Changeset 14 for graph.php


Ignore:
Timestamp:
Oct 17, 2007, 7:53:48 PM (17 years ago)
Author:
george
Message:

Oprava: Funkce pro přestavbu cache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph.php

    r13 r14  
    181181  imagettftext($Image, $FontSize, 0, $Width-194, 14, $Green, $FontFile, "Avg.  ".AddPrefixMultipliers($AvgValue, $Measure['Unit']));
    182182  imagettftext($Image, $FontSize, 0, $Width-294, 14, $Blue, $FontFile, "Min.  ".AddPrefixMultipliers($MinValue, $Measure['Unit']));
    183   imagestring($Image, 2, 50, 20, 'Vygenerováno za '.$GenerationTime.' sekund', $Black);
     183  imagestring($Image, 2, 70, 20, 'Vygenerováno za '.$GenerationTime.' sekund', $Black);
    184184  //imagestring($Image, 2, 50, 30, 'Level: '.$Level, $Black);
    185185
    186   imagettftext($Image, $FontSize, 0, 50, 14, $Black, $FontFile, to_utf8($Measure['Description']));
     186  imagettftext($Image, $FontSize, 0, 70, 14, $Black, $FontFile, to_utf8($Measure['Description']));
    187187  imagerectangle($Image, 0, 0, $Width - 1, $Height - 1, $Black);   // Frame border
    188188  imagepng($Image);
Note: See TracChangeset for help on using the changeset viewer.