A WordPress plugin for plotting some data in a custom field against time. It uses the Google charts API to render a simple line chart.
By default the fotherplot chart is only non-publically displayed in the settings page in the WordPress dashboard. You have three options to display the fotherplot chart on the public side of your blog:
page_fotherplot.php page template from the plugin directory to the folder of the theme you're currently using (/wp-content/themes/<currentThemeName>/).<phpcode><?php echo plotDataAgainstTime(); ?></phpcode>. You can just display the chart or just the data list (or both). See the parameter options below.<phpcode>
<?php echo plotDataAgainstTime("customFieldName"); ?>
<?php echo plotDataAgainstTime("customFieldName",1,0); ?>
<?php echo plotDataAgainstTime("customFieldName",0,1); ?>
</phpcode>
[fotherplot customfieldname="mycustomfield" showgraph=1 showlist=1].
Requires: 2.5 or higher
Compatible up to: 3.3.2
Last Updated: 2012-3-4
Downloads: 1,180
Got something to say? Need help?