Esempio n. 1
0
function createGraph($data, $w = 400, $h = 200, $prop = "", $random = false)
{
    // for legacy support, safe to remove
    return graph::createGraph($data, $w, $h, $prop, $random);
}