PHP_google图表_多个文件一张图中的数据...如何? _ 基本问题
在谷歌图表中,
>
用于创建与图表对应的img。
今天。
我使用 LOOPS 读取多个文本文件,然后提取值并将它们放入一个数组中,然后使用该数组将其传递给 $barChart->addDataSet
函数。
问题是仅显示第 1 天的图表(即文件 1)。第二天需要:
- 我需要为每个文件创建一个新堆栈。我该如何实现这一目标?
或者 - 我需要为同一网页上的每个文件创建单独的图表。我该如何实现这一目标?
请帮忙!!
如果我可以为每个文件创建一个单独的堆栈,那就更好了。
In google chart,
<img src="<?php print $barChart->getUrl(); ?>" /> <br> for today.
is used to create the img corresponding to the graph.
I have used LOOPS to read multiple text files, then extract values and put them in an array, then use this array to pass it to the $barChart->addDataSet
function.
The problem is that only the graph for day 1 (i.e. file 1) gets displayed. Day 2 needs either:
- I NEED to CREATE A NEW STACK FOR each file. How do I achieve this?
or - I need to create separate graphs for each file on the same WEBPAGE. How do I achieve this?
Please help!!
It would be better if I can create a separate stack for each file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论