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