PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 1.4.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v1.4.2
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
visualizer / readme.txt

readme.txt in Visualizer – Tables & Charts Manager with Built-in AI Generator 1.4.2, at readme.txt

129 lines 6.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Visualizer ===
2 Contributors: madpixels, straightforward
3 Donate link: http://flattr.com/thing/2574985/WordPress-Visualizer
4 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
5 Requires at least: 3.5
6 Tested up to: 3.8.1
7 Stable tag: 1.4.2
8 License: GPL v2.0 or later
9 License URI: http://www.opensource.org/licenses/gpl-license.php
10
11 A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages.
12
13 == Description ==
14
15 WordPress Visualizer plugin is a simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages.
16
17 The plugin uses Google Visualization API to render charts, which support cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases.
18
19 ### 9 Chart types ###
20 The plugin provides a variety of charts that are optimized to address your data visualization needs. It is line chart, area chart, bar chart, column chart, pie chart, geo chart, gauge chart, candlestick chart and scatter chart. 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
22 ### Flexible and customizable ###
23 Make the charts your own. Configure an extensive set of options to perfectly match the look and feel of your website. You can use Google Chart Tools with their default setting - all customization is optional and the basic setup is launch-ready. However, charts can be easily customizable in case your webpage adopts a style which is at odds with provided defaults. Every chart exposes a number of options that customize its look and feel.
24
25 ### HTML5/SVG ###
26 Charts are rendered using HTML5/SVG technology to provide cross-browser compatibility (including VML for older IE versions) and cross platform portability to iPhones, iPads and Android. Your users will never have to mess with extra plugins or any software. If they have a web browser, they can see your charts.
27
28 *above descriptions were partially taken from Google Visualization API site*
29
30 ### Knowledge Base ###
31
32 1. [How can I create a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-create-a-chart%3F)
33 1. [How can I edit a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-edit-a-chart%3F)
34 1. [How can I clone a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-clone-a-chart%3F)
35 1. [How can I delete a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-delete-a-chart%3F)
36 1. [How can I highlight a single bar?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-highlight-a-single-bar%3F)
37 1. [How can I populate chart series and data dynamically?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-populate-chart-series-and-data-dynamically%3F)
38 1. [How can I populate data from Google Spreadsheet?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-populate-data-from-Google-Spreadsheet%3F)
39
40 == Installation ==
41
42 1. Upload the files to the `/wp-content/plugins/visualizer/` directory.
43 1. Activate the plugin through the 'Plugins' menu in WordPress.
44
45 == Frequently Asked Questions ==
46
47 = Shortcode does not turn into graph =
48
49 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.
50
51 == Screenshots ==
52
53 1. Chart type selection
54 2. Chart data uploading
55 3. Chart options editing
56 4. Charts media library
57 5. Charts library
58
59 == Changelog ==
60
61 = 1.4.2 =
62 * Fixed remote CSV uploading issue when allow_url_fopen option is disabled in php.ini
63 * Replaced flattr image on widget and added donate link to plugin meta data
64 * Added notification message at library page when allow_url_fopen option is disabled
65
66 = 1.4.1.1 =
67 * Removed CSV parser escape constant to prevent warnings which appears when PHP 5.2.x or less is used
68
69 = 1.4.1 =
70 * Fixed issue which prevents the plugin working on SSL backend
71 * Fixed issue with CSV file uploading in IE and other browsers
72 * Fixed issue with empty series, which appears due to leading space in a source file
73 * Added ability to define custom delimiter, enclosure and escape variables for CSV parsing
74
75 = 1.4 =
76 * Implemented aggregation target and selection mode options for candlestick chart
77 * Implemented focus target and data opacity for columnar chars
78 * Implemented data opacity and interpolate nulls settings for line chart
79 * Implemented ability to edit tooltip settings
80 * Implemented new settings for linear charts like selection mode and aggregation target
81 * Implemented area and point opacity settings for area chart
82 * Implemented new settings for pie chart like pie hole, start angle and slice offset
83 * Implemented ability to select a color for chart title and legend items
84 * Fixed number formatting settings for linear charts, from now it works only for axis labels
85 * Reworked general settings section by moving title and font settings into separate groups
86
87 = 1.3.0.2 =
88 * Replaced links to github wiki
89
90 = 1.3.0.1 =
91 * Added Flattr button
92
93 = 1.3.0 =
94 * Implemented ability to set number and date formatters
95 * Implemented ability to select transparent background for a chart
96 * Fixed JS bugs which appear when post type editor support is disabled
97 * Fixed issue with NULL values for numeric series
98 * Fixed invalid charts rendering at "Add Media" library
99 * Fixed compatibility issue with another Google API related plugins
100 * Added "rate the plugin" box
101
102 = 1.2.0 =
103 * Implemented minor grid lines settings.
104 * Implemented view window settings.
105 * Horizontal and vertical axes settings were split into separate groups.
106
107 = 1.1.4 =
108 * Bug with float values has been fixed.
109
110 = 1.1.3 =
111 * Issue with "fseek warning" for Google Spreadsheet document source, was fixed.
112
113 = 1.1.2 =
114 * Compatibility issues with WordPress version 3.6 has been fixed.
115
116 = 1.1.1 =
117 * Active type tab in the charts library was fixed.
118 * Library styles were updated.
119
120 = 1.1.0 =
121 * Auto population was added for remote CSV file source.
122 * Ability to hook chart series and data was implemented.
123 * Ability to upload CSV files from web was implemented.
124
125 = 1.0.1 =
126 * The bug with CSV file uploading was fixed.
127
128 = 1.0.0 =
129 * The first version of the plugin was implemented.