All Versions
19
Latest Version
Avg Release Cycle
71 days
Latest Release
1825 days ago

Changelog History
Page 2

  • v0.4 Changes

    • ๐Ÿ›  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
  • v0.3 Changes

    • ๐Ÿ”€ Merge swift2.0 in master
  • v0.2.5 Changes

    • ๐Ÿ›  Fix stacked bar frames displaying incorrectly when start is not 0
    • ๐Ÿ‘Œ Improve project organization
    • ๐Ÿ“„ Make usage of ChartAxisValue clearer, improve docs
    • ๐Ÿ—„ Use only Double instead of CGFloat for axis values, deprecate ChartAxisValueFloat and ChartAxisValueFloatScreenLoc
  • v0.2.4 Changes

    • Automatic generation of trendlines
    • โž• Add Carthage support
  • v0.2.3 Changes

    • ๐Ÿ‘ Allow rotating y axis title label
    • โž• Add LineChart to create (multi)line chart with few lines
    • โž• Add BarChart to create bar chart with few lines
    • ๐Ÿ”„ Change axis value's scalar type to Double to fix inaccuracies when using dates
  • v0.2.2 Changes

    • ๐Ÿ”จ Refactor circle and bubble views, now ChartPointEllipseView
    • ๐Ÿšš Rename BubbleView in InfoBubble and move it to example project
  • v0.2.1 Changes

    May 24, 2015
    • ๐Ÿ‘Œ Improve performance drawing guidelines
    • Generate calculation intensive coordinates spaces in the background (examples)
    • ๐ŸŽ Performance improvements calculating axis labels size
  • v0.2 Changes

    May 22, 2015

    โž• Added

    • ๐Ÿ‘ iOS7 support
    • Bars example with variable axes
    • Stacked bars layer and example
    • Bubble chart layer and example, example includes functionality to map model values to colors from gradient bar
    • Scatter chart layer and example
    • Bars layer, +/- bars with dynamic gradient example
    • Grouped bars layer and example

    โœ‚ Removed

    • Bars example with horizontal axis - now included in variable axes example
  • v0.1 Changes

    May 10, 2015

    First import, pods settings