fetch('chart'); } public function getjson(){ $b=Db::query("select name,y from wsg_pie "); $data=json_encode($b); echo $data; } } ?>