| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | === WordPress Charts and Graphs Lite === |
| 2 | -Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,themeisle,Madalin_ThemeIsle,rozroz | |
| 2 | +Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,themeisle,Madalin_ThemeIsle | |
| 3 | 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 | -Tested up to: 4.9 | |
| 5 | +Tested up to: 4.7.3 | |
| 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 | |
| @@ -20,11 +20,8 @@ | ||
| 20 | 20 | > * Import data from other charts |
| 21 | 21 | > * Easy edit the data using a live editor |
| 22 | 22 | > * 3 more chart types ( Combo, Timeline and Table chart ) |
| 23 | 23 | > * Auto synchronize with your online file. |
| 24 | -> * Create private charts. | |
| 25 | -> * Allow users to edit charts. | |
| 26 | -> * Create charts from your wordpress posts, pages,products or any other post_type. | |
| 27 | 24 | > * Priority email support from the developer of the plugin |
| 28 | 25 | > * Support and updates for 1 year |
| 29 | 26 | > |
| 30 | 27 | > **[Learn more about Visualizer PRO](http://themeisle.com/plugins/visualizer-charts-and-graphs/)** |
| @@ -57,9 +54,8 @@ | ||
| 57 | 54 | * [Create candlestick chart](https://demo.themeisle.com/visualizer/candlestick-chart/) |
| 58 | 55 | * [Create combo chart](https://demo.themeisle.com/visualizer/combo-chart/) |
| 59 | 56 | * [Create scatter chart](https://demo.themeisle.com/visualizer/scatter-chart/) |
| 60 | 57 | * [Create timeline chart](https://demo.themeisle.com/visualizer/timeline-chart/) |
| 61 | -* [Chart using frontend action links](https://demo.themeisle.com/visualizer/frontend-action-links/) | |
| 62 | 58 | |
| 63 | 59 | |
| 64 | 60 | == Installation == |
| 65 | 61 | |
| @@ -71,71 +67,48 @@ | ||
| 71 | 67 | = Shortcode does not turn into graph = |
| 72 | 68 | |
| 73 | 69 | Pay attention that to turn your shortcodes into graphs, your theme has to have `<?php wp_footer(); ?>` call at the bottom of **footer.php** file. |
| 74 | 70 | |
| 75 | -= Is there any documentation available for this plugin? = | |
| 76 | - | |
| 77 | -[http://docs.themeisle.com/article/428-visualizer-charts-and-graphs-documentation](http://docs.themeisle.com/article/428-visualizer-charts-and-graphs-documentation) | |
| 78 | - | |
| 79 | -= How to format chart series values? = | |
| 80 | - | |
| 81 | -[http://docs.themeisle.com/article/672-how-to-format-series-values](http://docs.themeisle.com/article/672-how-to-format-series-values) | |
| 82 | - | |
| 83 | -= How to create charts from your WordPress posts? = | |
| 84 | - | |
| 85 | -[http://docs.themeisle.com/article/673-how-to-create-charts-from-your-wordpress-posts](http://docs.themeisle.com/article/673-how-to-create-charts-from-your-wordpress-posts) | |
| 86 | - | |
| 87 | -= How to automatically sync charts with online files? = | |
| 88 | - | |
| 89 | -[http://docs.themeisle.com/article/674-how-to-automatically-sync-charts-with-online-files](http://docs.themeisle.com/article/674-how-to-automatically-sync-charts-with-online-files) | |
| 90 | - | |
| 91 | 71 | = How can I create a chart? = |
| 92 | 72 | |
| 93 | -[http://docs.themeisle.com/article/597-create-chart](http://docs.themeisle.com/article/597-create-chart) | |
| 73 | +http://docs.themeisle.com/article/597-create-chart | |
| 94 | 74 | |
| 95 | 75 | = How can I edit a chart? = |
| 96 | 76 | |
| 97 | -[http://docs.themeisle.com/article/602-how-can-i-edit-a-chart](http://docs.themeisle.com/article/602-how-can-i-edit-a-chart) | |
| 77 | +http://docs.themeisle.com/article/602-how-can-i-edit-a-chart | |
| 98 | 78 | |
| 99 | 79 | = How can I delete a chart? = |
| 100 | 80 | |
| 101 | -[http://docs.themeisle.com/article/600-delete-chart](http://docs.themeisle.com/article/600-delete-chart) | |
| 81 | +http://docs.themeisle.com/article/600-delete-chart | |
| 102 | 82 | |
| 103 | 83 | = How can I clone a chart? = |
| 104 | 84 | |
| 105 | -[http://docs.themeisle.com/article/598-clone-chart](http://docs.themeisle.com/article/598-clone-chart) | |
| 85 | +http://docs.themeisle.com/article/598-clone-chart | |
| 106 | 86 | |
| 107 | 87 | = How can I highlight a single bar? = |
| 108 | 88 | |
| 109 | -[http://docs.themeisle.com/article/603-how-can-i-highlight-a-single-bar](http://docs.themeisle.com/article/603-how-can-i-highlight-a-single-bar) | |
| 89 | +http://docs.themeisle.com/article/603-how-can-i-highlight-a-single-bar | |
| 110 | 90 | |
| 111 | 91 | = How can I populate chart series and data dynamically? = |
| 112 | 92 | |
| 113 | -[http://docs.themeisle.com/article/605-how-can-i-populate-chart-series-and-data-dynamically](http://docs.themeisle.com/article/605-how-can-i-populate-chart-series-and-data-dynamically) | |
| 93 | +http://docs.themeisle.com/article/605-how-can-i-populate-chart-series-and-data-dynamically | |
| 114 | 94 | |
| 115 | 95 | = How can I populate data from Google Spreadsheet? = |
| 116 | 96 | |
| 117 | -[http://docs.themeisle.com/article/607-how-can-i-populate-data-from-google-spreadsheet](http://docs.themeisle.com/article/607-how-can-i-populate-data-from-google-spreadsheet) | |
| 97 | +http://docs.themeisle.com/article/607-how-can-i-populate-data-from-google-spreadsheet | |
| 118 | 98 | |
| 119 | 99 | = How can i import content from another chart? = |
| 120 | 100 | |
| 121 | -[http://docs.themeisle.com/article/609-how-can-i-import-content-from-another-chart](http://docs.themeisle.com/article/609-how-can-i-import-content-from-another-chart) | |
| 101 | +http://docs.themeisle.com/article/609-how-can-i-import-content-from-another-chart | |
| 122 | 102 | |
| 123 | 103 | = How to export a chart? = |
| 124 | 104 | |
| 125 | -[http://docs.themeisle.com/article/608-how-to-export-a-chart](http://docs.themeisle.com/article/608-how-to-export-a-chart) | |
| 105 | +http://docs.themeisle.com/article/608-how-to-export-a-chart | |
| 126 | 106 | |
| 127 | 107 | = How can i edit the data manually? = |
| 128 | 108 | |
| 129 | -[http://docs.themeisle.com/article/610-how-can-i-edit-the-data-manually](http://docs.themeisle.com/article/610-how-can-i-edit-the-data-manually) | |
| 109 | +http://docs.themeisle.com/article/610-how-can-i-edit-the-data-manually | |
| 130 | 110 | |
| 131 | -= How to enable frontend action buttons? = | |
| 132 | - | |
| 133 | -[http://docs.themeisle.com/article/675-how-to-enable-frontend-action-buttons](http://docs.themeisle.com/article/675-how-to-enable-frontend-action-buttons) | |
| 134 | -= How to use Google Visualization variables? = | |
| 135 | - | |
| 136 | -[http://docs.themeisle.com/article/691-how-to-use-google-visualization-variables](http://docs.themeisle.com/article/691-how-to-use-google-visualization-variables) | |
| 137 | - | |
| 138 | 111 | == Screenshots == |
| 139 | 112 | |
| 140 | 113 | 1. Chart type selection |
| 141 | 114 | 2. Chart data uploading |
| @@ -143,106 +116,8 @@ | ||
| 143 | 116 | 4. Charts media library |
| 144 | 117 | 5. Charts library |
| 145 | 118 | |
| 146 | 119 | == Changelog == |
| 147 | -= 3.0.8 - 2018-06-27 = | |
| 148 | - | |
| 149 | -* Added revision support for the chart post type | |
| 150 | -* Added both % and Value to the Pie Slice | |
| 151 | -* Use the blog locale for Visualizer's options | |
| 152 | -* Fixed issue with data being fetched from the remote source every single time the chart was shown | |
| 153 | -* Fixed issue with scheduled charts not being updated if one of the scheduled charts is deleted | |
| 154 | - | |
| 155 | - | |
| 156 | -= 3.0.7 - 2018-03-26 = | |
| 157 | - | |
| 158 | -* Adds insert button in chart library. | |
| 159 | -* Remove frontend assets where they are not needed. | |
| 160 | -* Improve non-English charts compatibility. | |
| 161 | -* Adds a filter to change charts locale. | |
| 162 | - | |
| 163 | - | |
| 164 | -= 3.0.6 - 2018-02-27 = | |
| 165 | - | |
| 166 | -* Fix UTF-8 support while saving the data. | |
| 167 | -* Improve editing experience. | |
| 168 | -* Improves compatibility with Premium version. | |
| 169 | -* Adds chart button into TinyMCE editor. | |
| 170 | - | |
| 171 | - | |
| 172 | -= 3.0.5 - 2018-01-05 = | |
| 173 | - | |
| 174 | -* Fix chart rendering bug in firefox. | |
| 175 | -* Fix review notification. | |
| 176 | - | |
| 177 | - | |
| 178 | -= 3.0.4 - 2017-11-27 = | |
| 179 | - | |
| 180 | -* Fix for review message notification. | |
| 181 | - | |
| 182 | - | |
| 183 | -= 3.0.3 - 2017-11-16 = | |
| 184 | - | |
| 185 | -* Adds compatibility with WordPress 4.9. | |
| 186 | - | |
| 187 | - | |
| 188 | -= 3.0.2 - 2017-10-10 = | |
| 189 | - | |
| 190 | -* Fix dependency for composer dependencies. | |
| 191 | - | |
| 192 | - | |
| 193 | -= 3.0.1 - 2017-10-06 = | |
| 194 | - | |
| 195 | -* Improved compatibility with various theme and plugins. | |
| 196 | -* Fix for chart type selection when creation from media popup. | |
| 197 | - | |
| 198 | - | |
| 199 | -= 3.0.0 - 2017-09-05 = | |
| 200 | - | |
| 201 | -* Adds support manual configuration according to Google Visualization API. | |
| 202 | -* Improves compatibility with more features from the pro version. | |
| 203 | - | |
| 204 | - | |
| 205 | -= 2.2.0 - 2017-08-16 = | |
| 206 | - | |
| 207 | -* Added custom number format for pie chart. | |
| 208 | -* Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy) | |
| 209 | - | |
| 210 | - | |
| 211 | -= 2.1.9 - 2017-07-10 = | |
| 212 | - | |
| 213 | -* Fixed display error with hex color. | |
| 214 | - | |
| 215 | - | |
| 216 | -= 2.1.8 - 2017-07-03 = | |
| 217 | - | |
| 218 | -* Added chart title into library. | |
| 219 | -* Fixed SDK issues with dashboard widget. | |
| 220 | - | |
| 221 | - | |
| 222 | -= 2.1.7 = | |
| 223 | - | |
| 224 | -* Updated sdk loading logic. | |
| 225 | - | |
| 226 | - | |
| 227 | - | |
| 228 | -= 2.1.4 = | |
| 229 | -* Fixed issues with non-latin chars on CSV files to import. | |
| 230 | - | |
| 231 | -= 2.1.2 = | |
| 232 | -* Fixed priority issue with wp_enqueue_media | |
| 233 | -* Added latest version of sdk | |
| 234 | - | |
| 235 | -= 2.1.1 = | |
| 236 | -* Fixed charts bliking on some themes. | |
| 237 | - | |
| 238 | -= 2.1.0 = | |
| 239 | -* Fixed geomap issue with apikey. | |
| 240 | -* Fixed responsive issues on tabbed interface and page builders. | |
| 241 | -* Added compatibility with premium import from posts/page feature. | |
| 242 | - | |
| 243 | -= 2.0.4 = | |
| 244 | -* Fixed resize issue in the library page. | |
| 245 | 120 | |
| 246 | 121 | = 2.0.0 = |
| 247 | 122 | * Improved design and layout to support multiple datasources. |
| 248 | 123 | * Added new integrations in the Pro version. |