UNPKG

d3.chart

Version:

A framework for creating reusable charts with D3.js

37 lines (22 loc) 804 B
# d3.chart change log ### 0.3.0 (01.23.2016) - Define library using Universal Module Definition ("UMD") pattern ### 0.2.1 (06.24.2014) - Add bower.json ### 0.2.0 (02.21.2014) - Introduce more intuitive inheritance behavior for `Chart#transform` - Limit Chart constructors to a single "options" parameter - Implement `Chart#attach` as a different signature for `Chart#mixin` - Implement `Chart#demux` - Remove `Chart#mixin` - Honor `transform` option specified at Chart initialization time ### 0.1.3 (10.07.2013) - Fix bug in Chart#unlayer - Extend Chart#layer to accept existing layers ### 0.1.2 (07.30.2013) - Implement support for Internet Explorer - Throw custom error when Chart lookup fails ### 0.1.1 (06.10.2013) - Fix bug in event triggering ### 0.1.0 (05.27.2013) - Initial release