- Check type of G_vmlCanvasManager. #138
- Added option for track width
- Fixed build error for minified vanilla version
- Various updates and pull requests
- Allow negative percent values with a reversed pie chart
- Allow override of default options with data attributes in JQuery plugin
- Fixed AMD support for jQuery version
- Added UMD (Universal Module Definition) wrapper for AMD and requireJS support
- Angular module: Move options into single attribute and provide it as JSON
- Allow decimal numbers for percent values
- (Angular) Fixed timer bug
- Use the internal timing function of angular
- Added the ability to create two instances of the chart on one main scope
- Removed unnecessary stuff from the angular example to provide the minimal setup
- Added more conventional way to create controller in angular
- Fixed render bug on retina displays
- Auto detect and load renderer (in preparation of a svg renderer)
- Improved render performance by approx. 300%
- Support for Internet Explorer 7 and 8 with excanvas
- Added vanilla JS version
- Added angular directive
- Dropped coffeescript version
- Dropped support for delayed animations
- Moved canvas render methods in own module
- Added default option value for delay
- bug fix for incomplete animations
- support for delayed animations
- Date.now fix for IE < IE9
- Add
currentValue
andto
to the onStop callback
- Allow overriding of options with HTML data attributes where provided
- Added
rotate
option to rotate the complete chart
- Added missing
onStop
method - cast
percent
to float to avoid breaking chart if a string is passed to the update method
- Use requestAnimationFrame for smooth animations
- Added
onStep
option to get the current value during animations
- Added retina support
- Initial version