Changeset 816481
- Timestamp:
- 12/07/2013 03:36:28 PM (12 years ago)
- Location:
- ipu-chart
- Files:
-
- 4 edited
- 5 copied
-
tags/0.95.1 (copied) (copied from ipu-chart/trunk)
-
tags/0.95.1/css/ip4.v0.css (copied) (copied from ipu-chart/trunk/css/ip4.v0.css)
-
tags/0.95.1/ipu-chart.php (copied) (copied from ipu-chart/trunk/ipu-chart.php) (1 diff)
-
tags/0.95.1/js/ip4.v0.min.js (copied) (copied from ipu-chart/trunk/js/ip4.v0.min.js)
-
tags/0.95.1/license.php (modified) (1 diff)
-
tags/0.95.1/readme.txt (copied) (copied from ipu-chart/trunk/readme.txt) (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/0.95.1/ipu-chart.php
r815885 r816481 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: 0.95 7 Version: 0.95.1 8 8 Author URI: https://www.ipublia.com/author/thmufl/ 9 9 Text Domain: ipuc -
ipu-chart/tags/0.95.1/license.php
r809273 r816481 1 1 <?php 2 2 /* 3 ip 3- Templates for d3 and more.3 ip4 - Templates for d3 and more. 4 4 5 5 Copyright (C) 2013 Thomas Müller Flury <thmf@ipublia.com> -
ipu-chart/tags/0.95.1/readme.txt
r815885 r816481 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.7.1 6 Stable tag: 0.95 6 Stable tag: 0.95.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 104 104 == Changelog == 105 105 106 = 0.95.1 = 107 * Bug fix 108 106 109 = 0.95 = 107 110 * Pie Charts with ip4 interface added … … 196 199 == Upgrade Notice == 197 200 198 = 0.9 = 199 * Line charts with ip4 interface added 200 * Changed group/value data attributes for bar charts to x/y 201 * Minor bug fixes 202 203 = 0.8.1 = 204 * Missing libraries added 205 206 = 0.8 = 207 * ip4 template engine added 208 * json configuration for bar charts 209 210 = 0.7.3 = 211 * Fixed tooltips in Google Chrome. 212 * Fixed license activation problems with multi series extension. 213 * Tested with WordPress 3.6 214 215 = 0.7.2 = 216 * Minor bug fixes and name changes. 217 218 = 0.7.1 = 219 This 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. 220 221 = 0.7 = 222 * Support for json added. 223 * Support for data adapters added. 224 * Minor layout changes (tooltip). 225 226 = 0.6.2 = 227 * Better calculation of left margin for bar, scatter and line charts 228 * Update for bubble charts with 0 values in the data series 229 * Sort for bubble charts 230 231 = 0.6.1 = 232 * Minor update for the interoperability with the IPU-Chart Editor 233 234 = 0.6 = 235 * Support for animated, multi-series bubble charts added 236 237 = 0.5.1 = 238 * Patch for number formats 239 240 = 0.5 = 241 * World Map chart type (map.world.countries) added 242 * number (n) as format added 243 * Improvements in formatting numbers 244 245 = 0.4.1 = 246 * [tsv] shortcode added for better Excel compability (use it like the [csv] but with tab separated data) 247 * Tables can now be defined with [chart type="table" ...]. The columns to display can now be choosen with the 'category' and 'value' attributes. 248 * The [table] shortcode is still supported but deprecated. 249 250 = 0.4 = 251 Scatter charts added. 252 Shortcodes inside [csv][/csv] are processed now. 253 Minor bug fixes. 254 255 = 0.3.3 = 256 This version adds bug fixes in the documentation. 257 258 = 0.3.1 = 259 This version adds labels for x- and y-axis and some bug fixes. 260 261 = 0.3 = 262 This version adds support for donut charts. Line chars can be interpolated. Bar charts can be animated (click or tap the bar charts to start the animation). 263 264 = 0.2 = 265 This version adds support for pie and line charts. Furthermore formats for dates, integers and floats can be specified. 201 = 0.95.1 = 202 * Bug fix -
ipu-chart/trunk/ipu-chart.php
r815885 r816481 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: 0.95 7 Version: 0.95.1 8 8 Author URI: https://www.ipublia.com/author/thmufl/ 9 9 Text Domain: ipuc -
ipu-chart/trunk/license.php
r809273 r816481 1 1 <?php 2 2 /* 3 ip 3- Templates for d3 and more.3 ip4 - Templates for d3 and more. 4 4 5 5 Copyright (C) 2013 Thomas Müller Flury <thmf@ipublia.com> -
ipu-chart/trunk/readme.txt
r815885 r816481 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.7.1 6 Stable tag: 0.95 6 Stable tag: 0.95.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 104 104 == Changelog == 105 105 106 = 0.95.1 = 107 * Bug fix 108 106 109 = 0.95 = 107 110 * Pie Charts with ip4 interface added … … 196 199 == Upgrade Notice == 197 200 198 = 0.9 = 199 * Line charts with ip4 interface added 200 * Changed group/value data attributes for bar charts to x/y 201 * Minor bug fixes 202 203 = 0.8.1 = 204 * Missing libraries added 205 206 = 0.8 = 207 * ip4 template engine added 208 * json configuration for bar charts 209 210 = 0.7.3 = 211 * Fixed tooltips in Google Chrome. 212 * Fixed license activation problems with multi series extension. 213 * Tested with WordPress 3.6 214 215 = 0.7.2 = 216 * Minor bug fixes and name changes. 217 218 = 0.7.1 = 219 This 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. 220 221 = 0.7 = 222 * Support for json added. 223 * Support for data adapters added. 224 * Minor layout changes (tooltip). 225 226 = 0.6.2 = 227 * Better calculation of left margin for bar, scatter and line charts 228 * Update for bubble charts with 0 values in the data series 229 * Sort for bubble charts 230 231 = 0.6.1 = 232 * Minor update for the interoperability with the IPU-Chart Editor 233 234 = 0.6 = 235 * Support for animated, multi-series bubble charts added 236 237 = 0.5.1 = 238 * Patch for number formats 239 240 = 0.5 = 241 * World Map chart type (map.world.countries) added 242 * number (n) as format added 243 * Improvements in formatting numbers 244 245 = 0.4.1 = 246 * [tsv] shortcode added for better Excel compability (use it like the [csv] but with tab separated data) 247 * Tables can now be defined with [chart type="table" ...]. The columns to display can now be choosen with the 'category' and 'value' attributes. 248 * The [table] shortcode is still supported but deprecated. 249 250 = 0.4 = 251 Scatter charts added. 252 Shortcodes inside [csv][/csv] are processed now. 253 Minor bug fixes. 254 255 = 0.3.3 = 256 This version adds bug fixes in the documentation. 257 258 = 0.3.1 = 259 This version adds labels for x- and y-axis and some bug fixes. 260 261 = 0.3 = 262 This version adds support for donut charts. Line chars can be interpolated. Bar charts can be animated (click or tap the bar charts to start the animation). 263 264 = 0.2 = 265 This version adds support for pie and line charts. Furthermore formats for dates, integers and floats can be specified. 201 = 0.95.1 = 202 * Bug fix
Note: See TracChangeset
for help on using the changeset viewer.