|
| 1 | +Ico 0.98 |
| 2 | + This release highlights: |
| 3 | + - Add bars_overlap option |
| 4 | + - Upgrade to Raphaël 2.0.1 |
| 5 | + |
| 6 | + The complete list of changes: |
| 7 | + - Bars: add bars_overlap option |
| 8 | + - Upgrade to Raphaël 2.0.1 |
| 9 | + - Bezier curves: fix control points for zero values |
| 10 | + - Add test case for line graph and a straight line with curve amount != 0 |
| 11 | + - clear(), test this.paper, allows to call clear() on a cleared or not initialized graph |
| 12 | + - Fix related to issue #3 if all values are zero. |
| 13 | + |
| 14 | +Ico 0.97 |
| 15 | + First version without Prototype library dependency, however this disables the mouse_pointer option: |
| 16 | + - This is because the mouse pointer requires Element.viewportOffset that |
| 17 | + - is not yet implemented without prototype |
| 18 | + |
| 19 | + The complete list of changes: |
| 20 | + - Encapsulate de and ug() as local varaible to global function. |
| 21 | + - Fix issue #3: Line chart unable to handle data array with all equal values. |
| 22 | + - Disable mouse_pointer draw() if Ico.viewport_offset is not defined - e.g. if prototype.js is not defined. |
| 23 | + - Allow customization of Element.viewportOffset as Ico.viewport_offset. |
| 24 | + - Remove Prototype dependency |
| 25 | + - Allow to specify dot radius and focus radius per line. |
| 26 | + - Change raphael.js to non-min version that fails in IE8, remove IE7 compatibility mode. |
| 27 | + - Upgrade Raphael to version 1.5.2 from 1.3.1, fixes IE9 issues. |
| 28 | + - Allow intermitent series where some points are not defined. |
| 29 | + - Adjust min and max in Ico.series_min_max() to show zero if reasonable. |
| 30 | + - This can be disabled by setting to true the second parameter (dont_adjust). |
| 31 | + |
1 | 32 | Ico 0.96
|
2 | 33 | This release:
|
3 | 34 | - displays labels (or long labels if defined) and series names in status bar on mouse over.
|
|
0 commit comments