- Define library using Universal Module Definition ("UMD") pattern
- Add bower.json
- Introduce more intuitive inheritance behavior for
Chart#transform
- Limit Chart constructors to a single "options" parameter
- Implement
Chart#attach
as a different signature forChart#mixin
- Implement
Chart#demux
- Remove
Chart#mixin
- Honor
transform
option specified at Chart initialization time
- Fix bug in Chart#unlayer
- Extend Chart#layer to accept existing layers
- Implement support for Internet Explorer
- Throw custom error when Chart lookup fails
- Fix bug in event triggering
- Initial release