foreach 循环中用图表进行投票排名
我在 foreach 循环中得到了排名脚本的结果,按票数排序。有没有办法用图表/图形工具来可视化这一点?结果在表格中,因此每个“项目”都有自己的
<tr><td>project name</td><td>4</td></tr>
我想显示投票数,例如。 4、在下面连续写出结果。所有其他结果也是如此。
有什么建议吗?
提前致谢 :)
i have the result of a ranking script in a foreach loop, sorted by the number of votes. is there a way to visualize this with a chart/graph tool? the results are in a table, so each "project" has its own
<tr><td>project name</td><td>4</td></tr>
i want to display the number of votes eg. 4, in a row underneath the written result. and that for all other results too.
any advice?
thanks in advance :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然。使用类似 jpGraph 的内容。您安装该类并向其传递数据,它会为您显示一个漂亮的图表。
Of course. Use something like jpGraph. You install the class and pass it data, and it displays a pretty graph for you.