chartist-js v0.11.4 Release Notes

Release Date: 2019-09-11 // over 4 years ago

Previous changes from v0.10.0

    • โž• Added dominant-baseline styles for pie and donut charts (Gion Kunz)
    • โž• Added public getNode on SVG api (Gion Kunz)
    • โž• Added support for bar charts to have auto narrowing on AutoScaleAxis by overriding referenceValue (Jonathan Dumaine)
    • โž• Added amdModuleId for better integration into webpack (Chris)
    • โž• Added grid background to line and bar chart (hansmaad)
    • โž• Added new LTS node version and included NPM run scripts (Gion Kunz)
    • โž• Added correct meta data emission in events (Gion Kunz)
    • ๐Ÿ›  Fixed rounding issues where raw value was added instead of rounded (Gion Kunz)
    • ๐Ÿ›  Fixed step axis issue with axis stretch and series count 0 (Gion Kunz)
    • ๐Ÿ›  Fixed label position of single series pie / donut charts to be centered (Gion Kunz)
    • ๐Ÿ›  Fixed order or drawing pie and donut slices (Gion Kunz)
    • ๐Ÿ›  Fixed calculations of stepLength to only stretch ticksLength if > 1 (Alexander van Eck)
    • ๐Ÿ›  Fixed better handling of axisOptions.position and fallback to 'end' position (Alexander van Eck)
    • ๐Ÿ›  Fixed handling of holes in interpolation for multi-value series (James Watmuff)
    • ๐Ÿ›  Fixed function StepAxis() returning NaN (Joao Milton)
    • ๐Ÿ›  Fixed NaN issues in SVG when rendering Pie chart with only 0s (Alexander van Eck)
    • ๐Ÿ›  Fixed infinite loop in getBounds with a more robust increment (hansmaad)
    • ๐Ÿ›  Fixed performance of Chartist.extend (cheese83)
    • ๐Ÿ›  Fixed license reference issues in package.json (Jacob Quant)
    • Cleanup of data normalization changes and allows Date objects and booleans as values (Gion Kunz)
    • ๐Ÿ”จ Cleanup refactoring for data management and normalization (Gion Kunz)