| @@ -1,9 +1,9 @@ | ||
| 1 | -=== WordPress Charts and Graphs Lite === | |
| 2 | -Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,themeisle,Madalin_ThemeIsle,rozroz | |
| 3 | -Tags: chart, charts, charting, graph, graphs, graphing, visualisation, visualise data, visualization, visualize data, HTML5, canvas, pie chart, line chart, bar chart, column chart, gauge chart, area chart, scatter chart, candlestick chart, geo chart, google visualization api | |
| 1 | +=== Visualizer: Tables and Charts Manager for WordPress # === | |
| 2 | +Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,themeisle,Madalin_ThemeIsle,contactashish13 | |
| 3 | +Tags: chart, charts, charting, graph, graphs, graphing, visualisation, visualise data, visualization, visualize data, HTML5, canvas, pie chart, line chart, bar chart, column chart, gauge chart, area chart, scatter chart, candlestick chart, geo chart, google visualization api, data tables | |
| 4 | 4 | Requires at least: 3.5 |
| 5 | -Tested up to: 4.9 | |
| 5 | +Tested up to: 5.2 | |
| 6 | 6 | Stable tag: trunk |
| 7 | 7 | License: GPL v2.0 or later |
| 8 | 8 | License URI: http://www.opensource.org/licenses/gpl-license.php |
| 9 | 9 | |
| @@ -10,17 +10,18 @@ | ||
| 10 | 10 | A simple and quite powerful WordPress chart plugin to create and embed interactive charts & tables into your site. |
| 11 | 11 | |
| 12 | 12 | == Description == |
| 13 | 13 | |
| 14 | -<a href="http://themeisle.com/plugins/visualizer-charts-and-graphs-lite/" rel="nofollow">WordPress Visualizer plugin</a> is a simple, easy to use and quite powerful tool to create, manage and embed interactive charts & tables into your WordPress posts and pages. | |
| 14 | +<a href="http://themeisle.com/plugins/visualizer-charts-and-graphs-lite/" rel="nofollow">Visualizer: Tables and Charts Manager for WordPress (Lite) plugin</a> is a simple, easy to use and quite powerful tool to create, manage and embed interactive charts & tables into your WordPress posts and pages. | |
| 15 | 15 | |
| 16 | -The plugin uses Google Visualization API to add responsive & animated charts/diagrams, which support cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases. Is the best Excel to WordPress solution who let's you insert charts to your wp site using a simple chart builder. | |
| 16 | +The plugin uses Google Visualization API and DataTables.net to add responsive & animated charts/diagrams, which support cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases. Is the best Excel to WordPress solution who let's you insert charts to your wp site using a simple chart builder. | |
| 17 | 17 | |
| 18 | 18 | > **Time-saving features available in the Pro version:** |
| 19 | 19 | > |
| 20 | 20 | > * Import data from other charts |
| 21 | 21 | > * Easy edit the data using a live editor |
| 22 | -> * 3 more chart types ( Combo, Timeline and Table chart ) | |
| 22 | +> * 2 more chart types ( Combo and Timeline ) | |
| 23 | +> * Additional options for some charts | |
| 23 | 24 | > * Auto synchronize with your online file. |
| 24 | 25 | > * Create private charts. |
| 25 | 26 | > * Allow users to edit charts. |
| 26 | 27 | > * Create charts from your wordpress posts, pages,products or any other post_type. |
| @@ -143,8 +144,91 @@ | ||
| 143 | 144 | 4. Charts media library |
| 144 | 145 | 5. Charts library |
| 145 | 146 | |
| 146 | 147 | == Changelog == |
| 148 | += 3.2.1 - 2019-05-05 = | |
| 149 | + | |
| 150 | +* Fix issue with async loading of scripts | |
| 151 | + | |
| 152 | + | |
| 153 | += 3.2.0 - 2019-05-03 = | |
| 154 | + | |
| 155 | +* Add support for charts in AMP requests | |
| 156 | +* Add support to show charts from JSON/REST endpoints | |
| 157 | +* Fix loading of Google Visualization javascript files | |
| 158 | +* Add simple editors for editing chart data | |
| 159 | +* Tested up to WP 5.2 | |
| 160 | + | |
| 161 | + | |
| 162 | += 3.1.3 - 2019-02-24 = | |
| 163 | + | |
| 164 | +* Fix issue with changing column settings of the last column in table chart | |
| 165 | +* Add support for query language to get subset of data from Google Spreadsheet | |
| 166 | +* Fix conflict with jquery 3.3.x | |
| 167 | +* Migrated PHPExcel to PhpSpreadsheet | |
| 168 | +* Front end action 'print' should print the chart and fall back to printing the data | |
| 169 | +* Fix issue with table chart not showing in IE | |
| 170 | +* Fix issue with multiple instances of same chart not showing | |
| 171 | +* Fix issue with date type column does not work with Combo charts | |
| 172 | +* Tested with WP 5.1 | |
| 173 | + | |
| 174 | + | |
| 175 | += 3.1.2 - 2018-12-06 = | |
| 176 | + | |
| 177 | +* Fix bug "Warning: A non-numeric value encountered" | |
| 178 | +* Tested with WP 5.0 | |
| 179 | + | |
| 180 | + | |
| 181 | += 3.1.1 - 2018-12-05 = | |
| 182 | + | |
| 183 | +* Fix issue with Gutenberg support | |
| 184 | +* Fix issue with loading new Table chart | |
| 185 | +* Fix options that don't work correctly with some charts | |
| 186 | + | |
| 187 | + | |
| 188 | += 3.1.0 - 2018-12-03 = | |
| 189 | + | |
| 190 | +* Add Table chart | |
| 191 | +* Fix date format in sample files | |
| 192 | + | |
| 193 | + | |
| 194 | += 3.0.12 - 2018-10-11 = | |
| 195 | + | |
| 196 | +* Added filter to enable users to change schedule of charts. | |
| 197 | +* Fixed bug with line chart with timeofday column. | |
| 198 | +* Fixed bug with scheduled charts that sometimes did not show updated data. | |
| 199 | +* Javascript can be customized on a per user basis that will not be wiped out on update. | |
| 200 | + | |
| 201 | + | |
| 202 | += 3.0.11 - 2018-08-15 = | |
| 203 | + | |
| 204 | +* Fixed issue with the Series Settings options for the Table Chart | |
| 205 | +* Fixed issue with chart showing "Table has no columns" with remote sources | |
| 206 | + | |
| 207 | + | |
| 208 | += 3.0.10 - 2018-07-20 = | |
| 209 | + | |
| 210 | +* Fixed problem with chart reverting to the default values | |
| 211 | +* Fixed problem with Boolean column type | |
| 212 | +* Fixed problem with the Geo chart type not saving colors options | |
| 213 | + | |
| 214 | + | |
| 215 | += 3.0.9 - 2018-07-12 = | |
| 216 | + | |
| 217 | +* New chart title option for the back-end of the charts that don't allow a title on the front-end | |
| 218 | +* Store the png images of the charts in a global array that can be used in JS | |
| 219 | +* Added options for charts animations | |
| 220 | + | |
| 221 | + | |
| 222 | += 3.0.8 - 2018-06-27 = | |
| 223 | + | |
| 224 | +* Added revision support for the chart post type | |
| 225 | +* Added both % and Value to the Pie Slice | |
| 226 | +* Use the blog locale for Visualizer's options | |
| 227 | +* Fixed issue with data being fetched from the remote source every single time the chart was shown | |
| 228 | +* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted | |
| 229 | + | |
| 230 | + | |
| 147 | 231 | = 3.0.7 - 2018-03-26 = |
| 148 | 232 | |
| 149 | 233 | * Adds insert button in chart library. |
| 150 | 234 | * Remove frontend assets where they are not needed. |