有没有人用过google chart api 折线图,把php里的数组放到js里显示折线图解决方法

WBOY
Release: 2016-06-13 13:34:14
Original
938 people have browsed it

有没有人用过google chart api 折线图,把php里的数组放到js里显示折线图
$json =json_encode($myData['CourseInfo']);
?>

 







我是把php数组转为json数据,把json数据放到data.addRows([])这里,但是不显示,求解

------解决方案--------------------

给你发过去了,看看吧
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!