=== Easy Chart Builder for WordPress === Contributors: dyerware Donate link: http://www.dyerware.com/main/products/easy-chart-builder/easy-chart-builder-plugin-for-wordpress.html Tags: chart,graph,charts,graphs,review,rating,comparison,mobile,shortcode Requires at least: 2.8 Tested up to: 2.8.5 Stable tag: 0.3 This plugin allows you to easily create charts within your blog by use of shortcodes. == Description == This plugin allows you to easily insert charts into your blog, making use shortcodes. While multipurpose, the chart system is intended to make it easy for posting detailed review measurements of some sort, such as video card comparisons. You specify the names of the devices being measured, the tests performed, and each device's measurements for said test. Graphs scale to meet the size of the end-user client display, and support mobile displays such as those rendered by the wptouch plugin. Charts supported are horizontal bar, vertical bar, and pie. More can be added if desired. PHP5 Required. The shortcode format is: **[easychart argument="value" ...]** For a complete example and more detailed documentation, visit the plugin home page. If you do not understand these instructions, please ask questions in the comments section on the plugin home page. We will be more than happy to answer them. Go here for up-to-date usage and examples: [EasyChart Tutorial](http://www.dyerware.com/main/products/easy-chart-builder/easy-chart-builder-plugin-for-wordpress.html "EasyChart Tutorial") == Installation == 1. Verify that you have PHP5, which is required for this plugin. 2. Upload the `easy-chart-builder` directory to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress Now you can insert the shortcodes within your posts and pages. == Frequently Asked Questions == For an up-to-date FAQ, please visit: [EasyChart FAQ](http://www.dyerware.com/main/products/easy-chart-builder/easy-chart-builder-faq.html "EasyChart FAQ") == Screenshots == 1. The horizontal bar chart (colors are configurable) 2. The vertical bar chart (colors are configurable) 3. The pie chart (colors are configurable). 4. The data table (optional) == Changelog == = 0.3 = * Removed dependency on prototype js library which was causing a conflict with plugins * Fixed data table coloring issues where the color key was sometimes missing. * Rounded corners for table (except for internet explorer) * CSS configuration parameter for the data table * Now aborts and reports an error if there is a malformed shortcode. = 0.2 = * Fixed valuenames bug with horizbar charts. * You can now specify the ALT and TITLE attributes of the chart image * You can now optionally include a chart data table * You can now specify the background color and background fade-out color of the chart. * Fixed bug with floating point group values. = 0.1 = * First public release