=== Plugin Name === Contributors: rinaldi6109 Tags: table, tables, chart, charts, graph, graphs, highcharts Requires at least: 3.5 Tested up to: 3.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Stable tag: 0.1 Table2Chart draws a chart using HighCharts JS library reading numerical data from a table put in the post. == Description == Table2Chart enables a shortcode to draw a stylish, interactive chart reading numerical data from a table inserted in the same post. It uses the Highcharts JS library (*). In its simplest formulation, **[Table2Chart]** shortcode creates the chart from the first table in the post with default settings. (*) Please read http://www.highcharts.com/products/highcharts for informations. Several arguments can be specified (default values are within brackets): * **table**: number which indicates the cardinal position of the table in the post to gather the data from (1) * **width**: chart width in pixel (500) * **height**: chart height in pixel (400) * **type**: chart type to choose from *bar* (horizontal bars), *column* (vertical bars), *line*, *area* (column) * **title**: chart title (empty) * **subtitle**: chart subtitle (empty) * **titleX**: category axis title (empty) * **titleY**: value axis title (empty) * **order**: *row* if data series are horizontal, *column* if they are vertical (column) * **namecol**: position of the row containing the series or category titles (1) * **namerow**: position of the column containing the series or category titles (1) * **background**: background color in hexadecimal format (#ffffff) * **color**: colors of data series (#ff0000,#00ff00,#0000ff,#00ffff,#ff00ff,#ffff00) * **convert**: *true* if numerical values in the table are in continental format and they have to be converted in JS format - dot as decimal separator and comma as thousand separator -, *false otherwise* (true) == Installation == 1. Upload the Table2Chart.zip file from the 'Plugins' section of Admin menu in WordPress 2. Activate the plugin from the 'Plugins' section of Admin menu in WordPress Done. Now you can insert the shortcodes within your posts and pages. == Frequently Asked Questions == = Where can I do any question about this plugin? = Go to page http://www.antoniorinaldi.it/from-table-to-chart-in-wordpress/ and write in the comments. == Screenshots == 1. Suppose to have the above table. 2. This is the chart inserted by shortcode [Table2Chart]. 3. This is the chart inserted by shortcode [Table2Chart type="line" background="#fffff0" color="#50a0f0,#f0a050,#a0f050,#a050f0,f050a0"]. 4. This is the chart inserted by shortcode [Table2Chart order="row" type="bar" background="#b0b0b0"]. == Changelog == = 0.1 = * First public release == Upgrade Notice == = 0.1 = First public release