| @@ -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.5 | |
| 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,10 +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 | 24 | > * Create charts from your wordpress posts, pages,products or any other post_type. |
| 27 | 25 | > * Priority email support from the developer of the plugin |
| 28 | 26 | > * Support and updates for 1 year |
| 29 | 27 | > |
| @@ -57,9 +55,8 @@ | ||
| 57 | 55 | * [Create candlestick chart](https://demo.themeisle.com/visualizer/candlestick-chart/) |
| 58 | 56 | * [Create combo chart](https://demo.themeisle.com/visualizer/combo-chart/) |
| 59 | 57 | * [Create scatter chart](https://demo.themeisle.com/visualizer/scatter-chart/) |
| 60 | 58 | * [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 | 59 | |
| 63 | 60 | |
| 64 | 61 | == Installation == |
| 65 | 62 | |
| @@ -71,71 +68,48 @@ | ||
| 71 | 68 | = Shortcode does not turn into graph = |
| 72 | 69 | |
| 73 | 70 | 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 | 71 | |
| 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 | 72 | = How can I create a chart? = |
| 92 | 73 | |
| 93 | -[http://docs.themeisle.com/article/597-create-chart](http://docs.themeisle.com/article/597-create-chart) | |
| 74 | +http://docs.themeisle.com/article/597-create-chart | |
| 94 | 75 | |
| 95 | 76 | = How can I edit a chart? = |
| 96 | 77 | |
| 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) | |
| 78 | +http://docs.themeisle.com/article/602-how-can-i-edit-a-chart | |
| 98 | 79 | |
| 99 | 80 | = How can I delete a chart? = |
| 100 | 81 | |
| 101 | -[http://docs.themeisle.com/article/600-delete-chart](http://docs.themeisle.com/article/600-delete-chart) | |
| 82 | +http://docs.themeisle.com/article/600-delete-chart | |
| 102 | 83 | |
| 103 | 84 | = How can I clone a chart? = |
| 104 | 85 | |
| 105 | -[http://docs.themeisle.com/article/598-clone-chart](http://docs.themeisle.com/article/598-clone-chart) | |
| 86 | +http://docs.themeisle.com/article/598-clone-chart | |
| 106 | 87 | |
| 107 | 88 | = How can I highlight a single bar? = |
| 108 | 89 | |
| 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) | |
| 90 | +http://docs.themeisle.com/article/603-how-can-i-highlight-a-single-bar | |
| 110 | 91 | |
| 111 | 92 | = How can I populate chart series and data dynamically? = |
| 112 | 93 | |
| 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) | |
| 94 | +http://docs.themeisle.com/article/605-how-can-i-populate-chart-series-and-data-dynamically | |
| 114 | 95 | |
| 115 | 96 | = How can I populate data from Google Spreadsheet? = |
| 116 | 97 | |
| 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) | |
| 98 | +http://docs.themeisle.com/article/607-how-can-i-populate-data-from-google-spreadsheet | |
| 118 | 99 | |
| 119 | 100 | = How can i import content from another chart? = |
| 120 | 101 | |
| 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) | |
| 102 | +http://docs.themeisle.com/article/609-how-can-i-import-content-from-another-chart | |
| 122 | 103 | |
| 123 | 104 | = How to export a chart? = |
| 124 | 105 | |
| 125 | -[http://docs.themeisle.com/article/608-how-to-export-a-chart](http://docs.themeisle.com/article/608-how-to-export-a-chart) | |
| 106 | +http://docs.themeisle.com/article/608-how-to-export-a-chart | |
| 126 | 107 | |
| 127 | 108 | = How can i edit the data manually? = |
| 128 | 109 | |
| 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) | |
| 110 | +http://docs.themeisle.com/article/610-how-can-i-edit-the-data-manually | |
| 130 | 111 | |
| 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 | 112 | == Screenshots == |
| 139 | 113 | |
| 140 | 114 | 1. Chart type selection |
| 141 | 115 | 2. Chart data uploading |
| @@ -143,71 +117,8 @@ | ||
| 143 | 117 | 4. Charts media library |
| 144 | 118 | 5. Charts library |
| 145 | 119 | |
| 146 | 120 | == Changelog == |
| 147 | -= 3.0.6 - 2018-02-27 = | |
| 148 | - | |
| 149 | -* Fix UTF-8 support while saving the data. | |
| 150 | -* Improve editing experience. | |
| 151 | -* Improves compatibility with Premium version. | |
| 152 | -* Adds chart button into TinyMCE editor. | |
| 153 | - | |
| 154 | - | |
| 155 | -= 3.0.5 - 2018-01-05 = | |
| 156 | - | |
| 157 | -* Fix chart rendering bug in firefox. | |
| 158 | -* Fix review notification. | |
| 159 | - | |
| 160 | - | |
| 161 | -= 3.0.4 - 2017-11-27 = | |
| 162 | - | |
| 163 | -* Fix for review message notification. | |
| 164 | - | |
| 165 | - | |
| 166 | -= 3.0.3 - 2017-11-16 = | |
| 167 | - | |
| 168 | -* Adds compatibility with WordPress 4.9. | |
| 169 | - | |
| 170 | - | |
| 171 | -= 3.0.2 - 2017-10-10 = | |
| 172 | - | |
| 173 | -* Fix dependency for composer dependencies. | |
| 174 | - | |
| 175 | - | |
| 176 | -= 3.0.1 - 2017-10-06 = | |
| 177 | - | |
| 178 | -* Improved compatibility with various theme and plugins. | |
| 179 | -* Fix for chart type selection when creation from media popup. | |
| 180 | - | |
| 181 | - | |
| 182 | -= 3.0.0 - 2017-09-05 = | |
| 183 | - | |
| 184 | -* Adds support manual configuration according to Google Visualization API. | |
| 185 | -* Improves compatibility with more features from the pro version. | |
| 186 | - | |
| 187 | - | |
| 188 | -= 2.2.0 - 2017-08-16 = | |
| 189 | - | |
| 190 | -* Added custom number format for pie chart. | |
| 191 | -* Added frontend actions buttons ( Print, Export to CSV, Export to Excel, Copy) | |
| 192 | - | |
| 193 | - | |
| 194 | -= 2.1.9 - 2017-07-10 = | |
| 195 | - | |
| 196 | -* Fixed display error with hex color. | |
| 197 | - | |
| 198 | - | |
| 199 | -= 2.1.8 - 2017-07-03 = | |
| 200 | - | |
| 201 | -* Added chart title into library. | |
| 202 | -* Fixed SDK issues with dashboard widget. | |
| 203 | - | |
| 204 | - | |
| 205 | -= 2.1.7 = | |
| 206 | - | |
| 207 | -* Updated sdk loading logic. | |
| 208 | - | |
| 209 | - | |
| 210 | 121 | |
| 211 | 122 | = 2.1.4 = |
| 212 | 123 | * Fixed issues with non-latin chars on CSV files to import. |
| 213 | 124 | |