Drupal 6 中的 Google 可视化 API
我在 Drupal 6 中使用Visualization API Gauge 小部件地点。
是否可以通过从数据库读取值来动态设置仪表的值?另外,可以使用GVS模块来实现这一点吗?
Im using the Visualization API Gauge widget in my Drupal 6 site.
Is it possible to set the value of the gauge dynamically by reading values from the database? Also, can the GVS module be used to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我应该这么认为。您可能需要创建一个自定义模块并包含 javascript 作为 drupal_add_js() 来显示您想要的值。通过从模块输出 js,您可以动态设置值。我可能必须将其包含在我当前的网站中,这些图表很漂亮。
I should think so. You will probably need to create a custom module and include the javascript as drupal_add_js() to display the values you want. By outputting the js from the module you can set the values dynamically. I might have to include this in my current site, those graphs are sweet.