SwiftCharts v0.4 Release Notes

    • ๐Ÿ›  Fix tracker showing NaN on constant coordinate
    • Pass tension values to cubic line to be able to modify curviness
    • โž• Add tvOS target
    • ๐Ÿ›  Fix value of ChartAxisValue does not update in subsequent calls to copy
    • ๐Ÿ›  Fix axis stroke width setting has no effect
    • โž• Add public init so to ChartLayerBase to allow it to be subclassed
    • โšก๏ธ Update examples to use ChartAxisValueDouble instead of ChartAxisValueFloat (deprecated)
    • ๐Ÿ‘‰ Make ChartPoint, ChartAxisValue and subclasses conform to CustomStringConvertible
    • ๐Ÿ‘‰ Use closure to map dates instead of date formatter for more flexibility
    • ๐Ÿ‘Œ Improve inline documentation
    • ๐Ÿ‘ Allow to change text alignment of y axis labels
    • ๐Ÿ‘‰ Make ChartPointsScatterLayer class along with its' properties and methods public for subclassing outside swift module
    • ๐ŸŽ Use flatMap instead of reduce to improve performance
    • Don't sort axis values in axis layer
    • ๐Ÿšš Move labels in y axis if they overlap
    • ๐Ÿ›  Fix dividers not showing in upper x axis
    • ๐Ÿ›  Fix line layer blocking touch
    • ๐Ÿ›  Fix memory leak in CoordExample (issue #101)
    • โž• Add top right coord space initialisation helper