Пример #1
0
 function chart()
 {
     $ds = new DataSet(null);
     $c = new GChart($ds, 300, 200);
     $c->render();
 }