=== Visualizer === Contributors: madpixels, straightforward Donate link: http://goo.gl/hN9FYf 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 Requires at least: 3.5 Tested up to: 3.8 Stable tag: 1.4 License: GPL v2.0 or later License URI: http://www.opensource.org/licenses/gpl-license.php A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. == Description == 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. 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. ### 9 Chart types ### 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. ### Flexible and customizable ### 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. ### HTML5/SVG ### 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. *above descriptions were partially taken from Google Visualization API site* ### Knowledge Base ### 1. [How can I create a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-create-a-chart%3F) 1. [How can I edit a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-edit-a-chart%3F) 1. [How can I clone a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-clone-a-chart%3F) 1. [How can I delete a chart?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-delete-a-chart%3F) 1. [How can I highlight a single bar?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-highlight-a-single-bar%3F) 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) 1. [How can I populate data from Google Spreadsheet?](https://github.com/madpixelslabs/visualizer/wiki/How-can-I-populate-data-from-Google-Spreadsheet%3F) == Installation == 1. Upload the files to the `/wp-content/plugins/visualizer/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = Shortcode does not turn into graph = Pay attention that to turn your shortcodes into graphs, your theme has to have `` call at the bottom of **footer.php** file. == Screenshots == 1. Chart type selection 2. Chart data uploading 3. Chart options editing 4. Charts media library 5. Charts library == Changelog == = 1.4 = * Implemented aggregation target and selection mode options for candlestick chart * Implemented focus target and data opacity for columnar chars * Implemented data opacity and interpolate nulls settings for line chart * Implemented ability to edit tooltip settings * Implemented new settings for linear charts like selection mode and aggregation target * Implemented area and point opacity settings for area chart * Implemented new settings for pie chart like pie hole, start angle and slice offset * Implemented ability to select a color for chart title and legend items * Fixed number formatting settings for linear charts, from now it works only for axis labels * Reworked general settings section by moving title and font settings into separate groups = 1.3.0.2 = * Replaced links to github wiki = 1.3.0.1 = * Added Flattr button = 1.3.0 = * Implemented ability to set number and date formatters * Implemented ability to select transparent background for a chart * Fixed JS bugs which appear when post type editor support is disabled * Fixed issue with NULL values for numeric series * Fixed invalid charts rendering at "Add Media" library * Fixed compatibility issue with another Google API related plugins * Added "rate the plugin" box = 1.2.0 = * Implemented minor grid lines settings. * Implemented view window settings. * Horizontal and vertical axes settings were split into separate groups. = 1.1.4 = * Bug with float values has been fixed. = 1.1.3 = * Issue with "fseek warning" for Google Spreadsheet document source, was fixed. = 1.1.2 = * Compatibility issues with WordPress version 3.6 has been fixed. = 1.1.1 = * Active type tab in the charts library was fixed. * Library styles were updated. = 1.1.0 = * Auto population was added for remote CSV file source. * Ability to hook chart series and data was implemented. * Ability to upload CSV files from web was implemented. = 1.0.1 = * The bug with CSV file uploading was fixed. = 1.0.0 = * The first version of the plugin was implemented.