>
Download This Plugin | |
Download Elegant Themes | |
Name | Google Visualization Charts |
Version | 0.1 |
Author | Baptiste Wicht |
Rating | 100 |
Last updated | 2012-12-09 07:32:00 |
Downloads |
1329
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 8%, while Post page PageSpeed score has been degraded by 8%
Google Visualization Charts plugin added 792 kB of resources to the Home page and 792 kB of resources to the sample Post page.
Google Visualization Charts plugin added 1 new host(s) to the Home page and 1 new host(s) to the sample Post page.
Great! Google Visualization Charts plugin ads no tables to your Wordpress blog database.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.