Changeset 853289
- Timestamp:
- 02/07/2014 03:05:38 PM (12 years ago)
- Location:
- ipu-chart
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from ipu-chart/trunk)
-
tags/1.0.2/ipu-chart.php (modified) (1 diff)
-
tags/1.0.2/license.php (modified) (1 diff)
-
tags/1.0.2/readme.txt (modified) (3 diffs)
-
trunk/ipu-chart.php (modified) (1 diff)
-
trunk/license.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipu-chart/tags/1.0.2/ipu-chart.php
r827446 r853289 5 5 Description: D3/SVG based charts out of your csv, tsv or json data. Currently supports bar, pie, donut, line, scatter, bubble and world map charts. 6 6 Author: Thomas Müller Flury, ipublia 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author URI: https://www.ipublia.com/author/thmufl/ 9 9 Text Domain: ipuc -
ipu-chart/tags/1.0.2/license.php
r816481 r853289 3 3 ip4 - Templates for d3 and more. 4 4 5 Copyright (C) 201 3Thomas Müller Flury <thmf@ipublia.com>5 Copyright (C) 2014 Thomas Müller Flury <thmf@ipublia.com> 6 6 7 7 This program is free software: you can redistribute it and/or modify -
ipu-chart/tags/1.0.2/readme.txt
r827446 r853289 3 3 Tags: chart, chart editor, bar chart, pie chart, line chart, donut chart, scatter chart, bubble chart, world map, map, countries, animation, quotes, diagram, csv, tsv, json, excel, numbers, svg, d3, d3js 4 4 Requires at least: 3.0.1 5 Tested up to: 3.8 6 Stable tag: 1.0. 15 Tested up to: 3.8.1 6 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Add beautiful, interactive live charts to your blog!10 Present your data with interactive live charts to your users! 11 11 12 12 == Description == … … 106 106 107 107 == Changelog == 108 109 = 1.0.2 = 110 * Fixed error when loading json data from an url 111 112 = 1.0.1 = 113 * Bug fixes 114 108 115 = 0.95.1 = 109 116 * Bug fix … … 201 208 == Upgrade Notice == 202 209 203 = 1.0 = 204 * Added ip4.dataReader 205 * Redefined data adapters (integrated with data reader) 206 * Enhanced error handling 207 * Enhanced template functionality 208 210 = 1.0.2 = 211 * Fixed error when loading json data from an url -
ipu-chart/trunk/ipu-chart.php
r827446 r853289 5 5 Description: D3/SVG based charts out of your csv, tsv or json data. Currently supports bar, pie, donut, line, scatter, bubble and world map charts. 6 6 Author: Thomas Müller Flury, ipublia 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author URI: https://www.ipublia.com/author/thmufl/ 9 9 Text Domain: ipuc -
ipu-chart/trunk/license.php
r816481 r853289 3 3 ip4 - Templates for d3 and more. 4 4 5 Copyright (C) 201 3Thomas Müller Flury <thmf@ipublia.com>5 Copyright (C) 2014 Thomas Müller Flury <thmf@ipublia.com> 6 6 7 7 This program is free software: you can redistribute it and/or modify -
ipu-chart/trunk/readme.txt
r827446 r853289 3 3 Tags: chart, chart editor, bar chart, pie chart, line chart, donut chart, scatter chart, bubble chart, world map, map, countries, animation, quotes, diagram, csv, tsv, json, excel, numbers, svg, d3, d3js 4 4 Requires at least: 3.0.1 5 Tested up to: 3.8 6 Stable tag: 1.0. 15 Tested up to: 3.8.1 6 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Add beautiful, interactive live charts to your blog!10 Present your data with interactive live charts to your users! 11 11 12 12 == Description == … … 106 106 107 107 == Changelog == 108 109 = 1.0.2 = 110 * Fixed error when loading json data from an url 111 112 = 1.0.1 = 113 * Bug fixes 114 108 115 = 0.95.1 = 109 116 * Bug fix … … 201 208 == Upgrade Notice == 202 209 203 = 1.0 = 204 * Added ip4.dataReader 205 * Redefined data adapters (integrated with data reader) 206 * Enhanced error handling 207 * Enhanced template functionality 208 210 = 1.0.2 = 211 * Fixed error when loading json data from an url
Note: See TracChangeset
for help on using the changeset viewer.