Google Charts PHP 包装器 - 图表上的图像映射
我使用 gchartphp 包装器来创建各种图表。我想知道它是否支持像gcharts那样的图像地图?
假设我有一个饼图,显示备份统计信息(成功、失败、丢失电子邮件)。我想要的是能够单击“成功”,然后获取所有成功备份的列表。
这可以通过 gchartsphp 包装器实现吗?还是我应该继续使用标准 ghcarts URL?
I use the gchartphp wrapper to create various graphs. I'd like to know if it support image maps like gcharts does?
Say I have a pie chart showing backup stats (success, failed, missing email). What I want is to be able to click on say, success and then get a list of all successful backups.
Is this possible with the gchartsphp wrapper or should I just go back to using the standard ghcarts URLs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即使我也搜索过用于构建交互图表的此类包装器,如此处。
gChartPhp 仅生成用于在网页中呈现的图表 URL。它不会是交互式的。
要构建交互式图表,您需要自己编写 JavaScript 代码。
Even I have searched for such wrappers for building interaction Charts like shown here.
gChartPhp produces just the Chart URL for rendering in the webpage. It will not be interactive.
To build interactive charts, you need to code your javascript by yourself.