Plugin Directory

Changeset 723904


Ignore:
Timestamp:
06/07/2013 09:44:04 AM (13 years ago)
Author:
thmufl
Message:

Minor bug fixes and name changes

Location:
ipu-chart
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ipu-chart/tags/0.7.2/ipu-chart.php

    r723546 r723904  
    55    Description: Creates D3/SVG based charts out of your csv, tsv or jason data. Currently supports bar, pie, donut, line, scatter, bubble and world map charts.
    66    Author: Thomas Müller Flury, ipublia
    7     Version: 0.7.1
     7    Version: 0.7.2
    88    Author URI: https://www.ipublia.com/author/thmufl/
    99    Text Domain: ipuchart
  • ipu-chart/tags/0.7.2/js/ipu-chart.js

    r723546 r723904  
    533533        .style("stroke", "lightgray")
    534534        .style("fill", function(d, i) { return i == 0 ? "black" : "lightgray"})
     535        .style("cursor", "pointer")
    535536        .on("click", changeSerie);
    536537       
  • ipu-chart/tags/0.7.2/readme.txt

    r723546 r723904  
    44Requires at least: 3.0.1
    55Tested up to: 3.5.1
    6 Stable tag: 0.7.1
     6Stable tag: 0.7.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414IPU-Chart is an easy to use shortcode that creates SVG based bar, pie, donut, line, scatter, bubble and world map charts out of your csv (comma separated), tsv (tab separated) or json data.
    1515
    16 **Now with json support!**
     16**Multi series extensions are available now**
    1717
    1818The plugin allows you to load the data to display as a chart from a remote service that delivers json, csv or tsv formatted data. You can also export you data from favorite spreadsheet application (Excel, Numbers, Open Office) and display it as a chart in your blog or page.
     
    2222IPU-Chart is based on [SVG](http://www.w3.org/TR/SVG/) and [D3](http://d3js.org/). It works perfectly on large computer screens as well as on tablets and smaller mobile screens. For browsers that do not support SVG an alternative image can be set.
    2323
    24 The styling of all chart types can be done precisely and easily with css.
     24With [IPU-Chart Multi Series](https://www.ipublia.com/products) we add support for interactive multi series chart types.
    2525
    2626= Features =
     
    3030* Load the json, csv or tsv data from a remote location
    3131* [IPU-Chart Editor Online](https://www.ipublia.com/support/ipu-chart-editor-online/) to easily define the shortcodes.
    32 * Create multiple views of the data
    3332* Style the charts with css
    34 * Tooltip for chart details (see screenshots)
    3533* Animated multi-series bubble charts
    3634* Animated world map and bar charts
    37 * Define colors and number formats of the chart
    38 * Create an additional table view of the data
     35* Multi series extension
    3936
    4037= Usage =
     
    185182* Support for multi-series extension added.
    186183
     184= 0.7.2 =
     185* Minor bug fixes and name changes.
     186
    187187== Upgrade Notice ==
    188188
     
    236236This version adds support for negative values for horizontal bar charts. A second shortcode set with the prefix 'ipu-' was added for interoperability with some plugins and themes.
    237237
    238 
     238= 0.7.2 =
     239* Minor bug fixes and name changes.
     240
     241
  • ipu-chart/trunk/ipu-chart.php

    r723546 r723904  
    55    Description: Creates D3/SVG based charts out of your csv, tsv or jason data. Currently supports bar, pie, donut, line, scatter, bubble and world map charts.
    66    Author: Thomas Müller Flury, ipublia
    7     Version: 0.7.1
     7    Version: 0.7.2
    88    Author URI: https://www.ipublia.com/author/thmufl/
    99    Text Domain: ipuchart
  • ipu-chart/trunk/js/ipu-chart.js

    r723546 r723904  
    533533        .style("stroke", "lightgray")
    534534        .style("fill", function(d, i) { return i == 0 ? "black" : "lightgray"})
     535        .style("cursor", "pointer")
    535536        .on("click", changeSerie);
    536537       
  • ipu-chart/trunk/readme.txt

    r723546 r723904  
    44Requires at least: 3.0.1
    55Tested up to: 3.5.1
    6 Stable tag: 0.7.1
     6Stable tag: 0.7.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414IPU-Chart is an easy to use shortcode that creates SVG based bar, pie, donut, line, scatter, bubble and world map charts out of your csv (comma separated), tsv (tab separated) or json data.
    1515
    16 **Now with json support!**
     16**Multi series extensions are available now**
    1717
    1818The plugin allows you to load the data to display as a chart from a remote service that delivers json, csv or tsv formatted data. You can also export you data from favorite spreadsheet application (Excel, Numbers, Open Office) and display it as a chart in your blog or page.
     
    2222IPU-Chart is based on [SVG](http://www.w3.org/TR/SVG/) and [D3](http://d3js.org/). It works perfectly on large computer screens as well as on tablets and smaller mobile screens. For browsers that do not support SVG an alternative image can be set.
    2323
    24 The styling of all chart types can be done precisely and easily with css.
     24With [IPU-Chart Multi Series](https://www.ipublia.com/products) we add support for interactive multi series chart types.
    2525
    2626= Features =
     
    3030* Load the json, csv or tsv data from a remote location
    3131* [IPU-Chart Editor Online](https://www.ipublia.com/support/ipu-chart-editor-online/) to easily define the shortcodes.
    32 * Create multiple views of the data
    3332* Style the charts with css
    34 * Tooltip for chart details (see screenshots)
    3533* Animated multi-series bubble charts
    3634* Animated world map and bar charts
    37 * Define colors and number formats of the chart
    38 * Create an additional table view of the data
     35* Multi series extension
    3936
    4037= Usage =
     
    185182* Support for multi-series extension added.
    186183
     184= 0.7.2 =
     185* Minor bug fixes and name changes.
     186
    187187== Upgrade Notice ==
    188188
     
    236236This version adds support for negative values for horizontal bar charts. A second shortcode set with the prefix 'ipu-' was added for interoperability with some plugins and themes.
    237237
    238 
     238= 0.7.2 =
     239* Minor bug fixes and name changes.
     240
     241
Note: See TracChangeset for help on using the changeset viewer.