chartist-js v0.9.6 Release Notes

Release Date: 2016-02-21 // about 8 years ago
    • ➕ Added dual licensing WTFPL and MIT, built new version (Gion Kunz)
    • ➕ Adding unminified CSS to dist output, fixes #506 (Gion Kunz)
    • 🔨 Refactored namespaced attribute handling, fixes #584 (Gion Kunz)
    • 👍 Allow charts to be created without data and labels, fixes #598, fixes #588, fixes #537, fixes #425 (Gion Kunz> <Carlos Morales)
    • ✂ Removed onlyInteger setting from default bar chart settings, fixes #423 (Gion Kunz)
    • ✂ Removed serialization of values on line chart areas, fixes #424 (Gion Kunz)
    • ✂ Removed workaround and fallback for SVG element width and height calculations, fixes #592 (Gion Kunz)
    • Render 0 in ct:value attribute for line graphs (Paul Salaets)
    • 👍 Allow empty pie chart values to be ignored (Stephen)
    • 🛠 Fix #527 Pie render issue with small angles. (hansmaad)
    • Small fix for stacked bars with 'holes' in the data (medzes)