PieGraph::svggpsort PHP Method

svggpsort() public static method

Sort callback function reverse-sorts by value
public static svggpsort ( $a, $b )
    public static function svggpsort($a, $b)
    {
        return $b[1] - $a[1];
    }