PHP_google图表_多个文件一张图中的数据...如何? _ 基本问题

发布于 2024-11-03 04:43:59 字数 395 浏览 0 评论 0原文

在谷歌图表中,

>
今天。
用于创建与图表对应的img。

我使用 LOOPS 读取多个文本文件,然后提取值并将它们放入一个数组中,然后使用该数组将其传递给 $barChart->addDataSet 函数。

问题是仅显示第 1 天的图表(即文件 1)。第二天需要:

  1. 我需要为每个文件创建一个新堆栈。我该如何实现这一目标?
    或者
  2. 我需要为同一网页上的每个文件创建单独的图表。我该如何实现这一目标?

请帮忙!!

如果我可以为每个文件创建一个单独的堆栈,那就更好了。

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:

  1. I NEED to CREATE A NEW STACK FOR each file. How do I achieve this?
    or
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文