Chartist.js was created as an answer to the numerous charting utilities available for today's Web developers.
Since few of them support responsive layouts and mobile devices, Chartist.js set out and succeeded in providing a modern solution for a current problem.
The library uses JavaScript to manage various chart details and parameters, while SCSS/CSS is used to style all the charts' elements.
Support for animations, background grids, and various chart types is included.
Demos and docs are also included with the Chartist.js download package.
Supported chart types:
- bar
- line
- pie
- donut
What is new in this release:
- Bug fix where some files where not included in dist version of Chartist which made v0.7.0 unusable.
What is new in version 0.8.0:
- Bug fix where some files where not included in dist version of Chartist which made v0.7.0 unusable.
What is new in version 0.7.3:
- Bug fix where some files where not included in dist version of Chartist which made v0.7.0 unusable.
What is new in version 0.6.1:
- Fixed bug that prevented data events to be captured
- Fixed bug with update function called in the same call stack as chart constructor
What is new in version 0.5.0:
- Added new option for line and bar chart to use full width of the chart area by skipping the last grid line
- Added new option for bar chart to create stacked bar charts
- All chart update functions now accepts an optional data parameter that allows to update an existing chart with new data
- Fix for an error when charts get re-constructed on the same element and in the same call stack
What is new in version 0.4.4:
- Fixed NS_ERROR_FAILURE error in Firefox and added graceful handling of unsupported SMIL animations (i.e. in foreignObjects)
What is new in version 0.2.4:
- Chartist.js does now include a prototype helper module and all the charts are refactored to inherit from a base chart.
What is new in version 0.1.10:
- This release is the first Chartist.js release with no production dependencies.
- Chartist is now using UMD for exporting.
Requirements:
- JavaScript enabled on client side
Comments not found