|
1 |
| -# Visualizer: Tables and Charts for WordPress # |
2 |
| -**Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [marius2012](https://profiles.wordpress.org/marius2012), [marius_codeinwp](https://profiles.wordpress.org/marius_codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [themeisle](https://profiles.wordpress.org/themeisle), [Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle), [contactashish13](https://profiles.wordpress.org/contactashish13) |
3 |
| -**Tags:** tables, charts, pie, visualization, graphs |
4 |
| -**Requires at least:** 3.5 |
5 |
| -**Tested up to:** 5.3 |
6 |
| -**Requires PHP:** 5.6 |
7 |
| -**Stable tag:** trunk |
8 |
| -**License:** GPL v2.0 or later |
9 |
| -**License URI:** http://www.opensource.org/licenses/gpl-license.php |
| 1 | +=== Visualizer: Tables and Charts Manager for WordPress # === |
| 2 | +Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,themeisle,Madalin_ThemeIsle,contactashish13 |
| 3 | +Tags: tables, charts, pie, visualization, graphs |
| 4 | +Requires at least: 3.5 |
| 5 | +Tested up to: 5.3 |
| 6 | +Requires PHP: 5.6 |
| 7 | +Stable tag: trunk |
| 8 | +License: GPL v2.0 or later |
| 9 | +License URI: http://www.opensource.org/licenses/gpl-license.php |
10 | 10 |
|
11 | 11 | A simple and powerful WordPress chart plugin to create responsive charts & tables and embed them into your site.
|
12 | 12 |
|
13 | 13 | ## Description ##
|
14 |
| - |
| 14 | + |
15 | 15 | <p><a href="https://themeisle.com/plugins/visualizer-charts-and-graphs/" rel="nofollow">Visualizer: Tables and Charts for WordPress plugin</a> is a powerful and easy to use plugin used to create, manage and embed interactive, responsive charts & tables into your WordPress posts and pages.</p>
|
16 | 16 |
|
17 | 17 | The plugin uses Google Visualization API, DataTables.net and ChartJS to add responsive & animated charts, graphs and tables, which support cross-browser compatibility and display perfectly on mobile devices. You can greatly customize all aspects of the charts and tables, and import the data from Excel, CSV, Google Sheets and more!
|
18 | 18 |
|
19 | 19 | ### 9 Chart types + 6 more in the pro version ###
|
20 |
| -This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. In the free version, it has line charts, area charts, bar charts, column charts, pie charts, geo charts, table charts, bubble charts, scatter charts. These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions), so no extra plugins are required. Adding these charts to your page can be done in a few simple steps. |
| 20 | +This WordPress graph plugin provides a variety of charts that are optimized to address your WordPress data visualization needs. In the free version, it has line charts, area charts, bar charts, column charts, pie charts, geo charts, table charts, bubble charts, scatter charts. These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions), so no extra plugins are required. Adding these charts to your page can be done in a few simple steps. |
21 | 21 |
|
22 | 22 | ### One of the best table plugin for wordpress ###
|
23 | 23 | On top of our responsive charts and graphs, you can also add our responsive tables to your posts and pages, and customize them however you like. Not only can you customize the design of the tables, you can add sorting capabilities, pagination, search and more. You can view a few examples of what can be done <a href="https://demo.themeisle.com/visualizer/table-chart/">here</a>, but many more things can be done, including pricing tables and product tables.
|
@@ -162,17 +162,32 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
|
162 | 162 | 13. Bar chart
|
163 | 163 |
|
164 | 164 | == Changelog ==
|
165 |
| -= 3.3.4 - 2019-11-15 = |
| 165 | += 3.4.0 - 2020-02-13 = |
| 166 | + |
| 167 | +* [Feat] Support for authentication for JSON import |
| 168 | +* [Feat] New chart type: Bubble |
| 169 | +* [Feat] Combine one-time import and schedule import into a single control for an online .csv file import |
| 170 | +* [Feat] Add support for annotations and other roles |
| 171 | +* [Feat] For every chart show the last updated date and any error that exists |
| 172 | +* [Feat] Tested up to WP 5.3 |
| 173 | +* [Fix] When new data is imported using csv/url, the manual editor still show old data |
| 174 | +* [Fix] Having SCRIPT_DEBUG on causes issues in real time update of charts |
| 175 | +* [Fix] Table chart: Error appears when trying to import from JSON |
| 176 | +* [Fix] PHP Fatal error: Uncaught Error: Cannot unset string offsets |
| 177 | +* [Fix] Long responsive table can overflow on smaller screens |
| 178 | + |
| 179 | + |
| 180 | += 3.3.4 - 2019-11-15 = |
166 | 181 |
|
167 | 182 | * Fix issue with table chart not loading in the block editor
|
168 | 183 |
|
169 | 184 |
|
170 |
| -= 3.3.3 - 2019-11-12 = |
| 185 | += 3.3.3 - 2019-11-12 = |
171 | 186 |
|
172 | 187 | * Tested upto WordPress 5.3
|
173 | 188 |
|
174 | 189 |
|
175 |
| -= 3.3.2 - 2019-10-03 = |
| 190 | += 3.3.2 - 2019-10-03 = |
176 | 191 |
|
177 | 192 | * Add support for Dataset schema
|
178 | 193 | * Horizontal Axis formatting should apply to tooltips
|
@@ -287,15 +302,15 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
|
287 | 302 |
|
288 | 303 | * Adds insert button in chart library.
|
289 | 304 | * Remove frontend assets where they are not needed.
|
290 |
| -* Improve non-English charts compatibility. |
| 305 | +* Improve non-English charts compatibility. |
291 | 306 | * Adds a filter to change charts locale.
|
292 | 307 |
|
293 | 308 |
|
294 | 309 | ### 3.0.6 - 2018-02-27 ###
|
295 | 310 |
|
296 |
| -* Fix UTF-8 support while saving the data. |
297 |
| -* Improve editing experience. |
298 |
| -* Improves compatibility with Premium version. |
| 311 | +* Fix UTF-8 support while saving the data. |
| 312 | +* Improve editing experience. |
| 313 | +* Improves compatibility with Premium version. |
299 | 314 | * Adds chart button into TinyMCE editor.
|
300 | 315 |
|
301 | 316 |
|
@@ -345,7 +360,7 @@ Pay attention that to turn your shortcodes into graphs, your theme has to have `
|
345 | 360 |
|
346 | 361 | ### 2.1.8 - 2017-07-03 ###
|
347 | 362 |
|
348 |
| -* Added chart title into library. |
| 363 | +* Added chart title into library. |
349 | 364 | * Fixed SDK issues with dashboard widget.
|
350 | 365 |
|
351 | 366 |
|
|
0 commit comments