Releases: chartist-js/chartist
Extensibility, Documentation and Events
This is release is not breaking backwards compatibility if you did not use the responsive options listener that got added quite recently. This release uses an event module to emit event which includes draw events that help you to modify the drawing process of chartist. Also the Svg helper module is more exposed and becoming more public. You can use it to generate graphics that you can included in the drawing process using the events.
Modularize
This release is the first Chartist.js release with no production dependencies. Some tiny SVG specific DOM manipulation functions replaced svg.js that was previously replacing Snap.svg. This library is now only depending on the browser standards.
A second major feature is that Chartist is now using UMD for exporting. I didn't test the common.js modules yet and if someone would like to contribute on that, I would be very thankful.
Cheers
Gion
Cross-browser stable-ish
This release makes the basic functionality of responsive line charts available for FF, Chrome and IE10+. Now further chart types can be developed.