Adrielpin / gchartphp

Automatically exported from code.google.com/p/gchartphp
0 stars 0 forks source link

getMaxOfArray #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Shouldn't this function start with $maxValue = 0? Otherwise the graph can't
show ranges like 0.01 - 0.05 clearly.

    public static function getMaxOfArray($ArrayToCheck){
        $maxValue = 1;

Original issue reported on code.google.com by gregdin...@yahoo.com on 10 Mar 2008 at 7:59

GoogleCodeExporter commented 8 years ago
I will make the change in rev. 15

Original comment by bardellie on 12 May 2010 at 11:52

GoogleCodeExporter commented 8 years ago
Fixed in Rev. 15

Original comment by bardellie on 13 May 2010 at 5:30