开发者 |
Subhransu Sekhar
binaya.topno |
---|---|
更新时间 | 2014年4月20日 14:03 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.9 |
版权: | GPLv2 or later |
data-visualizer
to the /wp-content/plugins/
directory[visualize type="" file="" width="" height=""]
shortcode with in your post to view the visualization. For more information please go through the FAQ bellow.To visualize your data you need to have the dataset ready in csv format. Upload the csv file using Media option of your wordpress site or blog. You need to use shortcode [visualize] in your post or page which makes your chart ready at the page view. What are the attributes of the shortcode? The short code takes the following arguments to generate the visualization type => Allowed values: map, barchart, linechart, piechart, radarchart, doughnutchart, polarareachart | required file => Allowed values: Fully Qualified URL of the csv file which need to be visualized | required theme => Allowed values: blue, red, yellow, dark, green | default value is "blue" used for the color scheme | Optional title => Allowed Values: Title of the Visualization you need to show | Optional Example use of Shortcode: [visualize type='barchart' file='put the url of the csv file here' theme='blue' title='My chart Title'] What will be the stracture of the csv file?
This plugin uses the following external libraries
You can see the plugin working at http://subhransusekhar.com
You can mail me at subhransu[at]pietaslabs[dot]com or subhransu.sm[at]gmail[dot]com.