| @@ -1,7 +1,7 @@ | ||
| 1 | -=== Visualizer: Tables and Charts Manager for WordPress (Lite) # === | |
| 1 | +=== WordPress Charts and Graphs Lite === | |
| 2 | 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, data tables | |
| 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 | |
| 4 | 4 | Requires at least: 3.5 |
| 5 | 5 | Tested up to: 4.9 |
| 6 | 6 | Stable tag: trunk |
| 7 | 7 | License: GPL v2.0 or later |
| @@ -10,18 +10,17 @@ | ||
| 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">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. | |
| 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. | |
| 15 | 15 | |
| 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. | |
| 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. | |
| 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 | -> * 2 more chart types ( Combo and Timeline ) | |
| 23 | -> * Additional options for some charts | |
| 22 | +> * 3 more chart types ( Combo, Timeline and Table chart ) | |
| 24 | 23 | > * Auto synchronize with your online file. |
| 25 | 24 | > * Create private charts. |
| 26 | 25 | > * Allow users to edit charts. |
| 27 | 26 | > * Create charts from your wordpress posts, pages,products or any other post_type. |
| @@ -144,85 +143,8 @@ | ||
| 144 | 143 | 4. Charts media library |
| 145 | 144 | 5. Charts library |
| 146 | 145 | |
| 147 | 146 | == Changelog == |
| 148 | -= 3.1.1 - 2018-12-05 = | |
| 149 | - | |
| 150 | -* Fix issue with Gutenberg support | |
| 151 | -* Fix issue with loading new Table chart | |
| 152 | -* Fix options that don't work correctly with some charts | |
| 153 | - | |
| 154 | - | |
| 155 | -= 3.1.0 - 2018-12-03 = | |
| 156 | - | |
| 157 | -* Add Table chart | |
| 158 | -* Fix date format in sample files | |
| 159 | - | |
| 160 | - | |
| 161 | -= 3.0.12 - 2018-10-11 = | |
| 162 | - | |
| 163 | -* Added filter to enable users to change schedule of charts. | |
| 164 | -* Fixed bug with line chart with timeofday column. | |
| 165 | -* Fixed bug with scheduled charts that sometimes did not show updated data. | |
| 166 | -* Javascript can be customized on a per user basis that will not be wiped out on update. | |
| 167 | - | |
| 168 | - | |
| 169 | -= 3.0.11 - 2018-08-15 = | |
| 170 | - | |
| 171 | -* Fixed issue with the Series Settings options for the Table Chart | |
| 172 | -* Fixed issue with chart showing "Table has no columns" with remote sources | |
| 173 | - | |
| 174 | - | |
| 175 | -= 3.0.10 - 2018-07-20 = | |
| 176 | - | |
| 177 | -* Fixed problem with chart reverting to the default values | |
| 178 | -* Fixed problem with Boolean column type | |
| 179 | -* Fixed problem with the Geo chart type not saving colors options | |
| 180 | - | |
| 181 | - | |
| 182 | -= 3.0.9 - 2018-07-12 = | |
| 183 | - | |
| 184 | -* New chart title option for the back-end of the charts that don't allow a title on the front-end | |
| 185 | -* Store the png images of the charts in a global array that can be used in JS | |
| 186 | -* Added options for charts animations | |
| 187 | - | |
| 188 | - | |
| 189 | -= 3.0.8 - 2018-06-27 = | |
| 190 | - | |
| 191 | -* Added revision support for the chart post type | |
| 192 | -* Added both % and Value to the Pie Slice | |
| 193 | -* Use the blog locale for Visualizer's options | |
| 194 | -* Fixed issue with data being fetched from the remote source every single time the chart was shown | |
| 195 | -* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted | |
| 196 | - | |
| 197 | - | |
| 198 | -= 3.0.7 - 2018-03-26 = | |
| 199 | - | |
| 200 | -* Adds insert button in chart library. | |
| 201 | -* Remove frontend assets where they are not needed. | |
| 202 | -* Improve non-English charts compatibility. | |
| 203 | -* Adds a filter to change charts locale. | |
| 204 | - | |
| 205 | - | |
| 206 | -= 3.0.6 - 2018-02-27 = | |
| 207 | - | |
| 208 | -* Fix UTF-8 support while saving the data. | |
| 209 | -* Improve editing experience. | |
| 210 | -* Improves compatibility with Premium version. | |
| 211 | -* Adds chart button into TinyMCE editor. | |
| 212 | - | |
| 213 | - | |
| 214 | -= 3.0.5 - 2018-01-05 = | |
| 215 | - | |
| 216 | -* Fix chart rendering bug in firefox. | |
| 217 | -* Fix review notification. | |
| 218 | - | |
| 219 | - | |
| 220 | -= 3.0.4 - 2017-11-27 = | |
| 221 | - | |
| 222 | -* Fix for review message notification. | |
| 223 | - | |
| 224 | - | |
| 225 | 147 | = 3.0.3 - 2017-11-16 = |
| 226 | 148 | |
| 227 | 149 | * Adds compatibility with WordPress 4.9. |
| 228 | 150 | |