该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Google Visualization Charts

描述

Google Visualization Charts is a simple plugin that enables to embed charts
using the Google Visualization API. These charts are dynamically rendered
using HTML5 / SVG.

For now, two graphs are available: line chart and column chart. The graphs
are usable using short codes. The data of the graph is directly entered
in the content of the short code. For example, here is a short code
for a bar chart:

[line_chart title="Fill (8 bytes)" v_title="Milliseconds" width="600px" height="400px" scale_button="true"]
['x','vector_pre','vector','list'],
['1000',0,0,1],
['10000',0,1,10],
['100000',4,11,100],
['1000000',7,234,1023]
[/line_chart]

After installation of this plugin, the post pages will load the Google
Visualization API JavaScript in the head.

This plugin can be very handy to display results of benchmarks, analysis,
comparisons, … In the future, more charts will be supported and more
configuration of the charts will be supported as well.

屏幕截图

  • A bar chart
  • A column chart

安装

  1. Upload google-visualization-charts to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use [bar_chart] and [line_chart] shortcodes to enter charts to your site

评价

此插件暂无评价。

贡献者及开发者

“Google Visualization Charts” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

0.1

  • Support of bar chart
  • Support of line chart
  • Support of dynamically changing scale