Vote on Dzone
Comments are welcome on this post
2007-12-18 : first release
2007-12-24 : Orchid Framework now integrates GphpChart

$lc1 = $array;
$GphpChart = new GphpChart("lc");
$GphpChart->title = "My chart";
$GphpChart->add_data($lc1);
echo $GphpChart->get_Image_String();
Content :




Google Chart API current limitation :
The length of the URL is limited somehow. With these kind of graphs (365 plots of data by data set), you cannot display many data sets

"I'm going to hell for that bit. And you're all coming with me! "Strange, isn't it ?
Denis O'Leary, No Cure for Cancer





