Charts Versions Save

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.

v3.2.2

5 years ago

Highlights:

Implemented enhancements:

  • Multiple colors for valueline (Fixes #3480) #3709 (AlexeiGitH)
    • use useValueColorForLine to enable the same colors
  • Add Collection conformances to ChartDataSet types #3815 (jjatie)
  • improvements in barRect height calculation #3650 (potato04)

Fixed bugs:

  • CombinedChartView's candleData don't display in v3.2.0 #3662
  • Incorrect behavior for AxisBase.axisMaxLabels #3656
  • Horizontal Bar Chart legend issue #3301
  • Fixes sharp edges on the line chart #3764 (stokatyan)
  • Fix wrong assignment to axisMaxLabels property #3721 (ggirotto)
  • Fix legend offset bug for horizontal bar chart (Fixes #3301) #3736 (SvenMuc)
  • Add missing properties to copy(with:) methods #3715 (dstranz)
  • Fix applying lineCap value for line chart data sets (Fixes #3739) #3740 (anton-filimonov)
  • Fix memory leak after rendering #3680 (YusukeOba)
  • Fix condition that is checked before chartTranslated delegate method call #3804 (anton-filimonov)

Other merged pull requests:

Full changelog: https://github.com/danielgindi/Charts/blob/master/CHANGELOG.md

v3.2.1

5 years ago
  • Addresses crashes due to out of bounds exception when using stack bar charts
  • Updates podspec to use new swift version property

v3.2.0

5 years ago

Support for Swift 4.2 and Xcode 10.

Bug fixes and other improvements.

Don't use if you are NOT using Swift 4.2

v3.1.1

6 years ago

Support Xcode 9.3 and Swift 4.1 change log

v3.1.0

6 years ago

3.1 Release

(including pod)

  1. Refactored some components to better align with latest Swift language trend by jjatie.
  2. For bug and PRs, please check changelog, or https://github.com/danielgindi/Charts/projects/6
  3. New unit tests for pie chart.
  4. Support Xcode 9.2 and Swift 4.0.3

We are making Swift refactoring recently and target for 4.0 release along with some other features, thanks everyone for improving this project!

v3.0.5

6 years ago

Refactoring and New

  1. Refactored some components to better align with latest Swift language trend by jjatie.
  2. Add a new DataApproximator+N #2848 by 666tos.
  3. New unit tests for CombinedChartView and demo builds checker.

We are making Swift refactoring recently and target for 4.0 release along with some other features, thanks everyone for improving this project!

Bug fixes

to name a few that may impact users, others please refer change log:

  1. #2257 HorizontalBarChart does not update labels correctly
  2. #3132 Fix axis label disappear when zooming in deep enough
  3. #3149 Subclassing of LegendRenderer didn't take any effect
  4. #2049 fix the issue with axis dependencies in CombinedChartView
  5. Fix some Swift 4.0.3 errors to support Xcode 9.2

v3.0.4

6 years ago

Add Swift 4 support

v3.0.3

6 years ago
  • Adds Xcode 9 support
  • Adds Swift 3.2 support
  • Bug fixes and improvements

v3.0.2

7 years ago
  • Latest improvements / bugfixes
  • Icons support for most chart types
  • Updated to Swift 3.1

v3.0.1

7 years ago
  1. This release improves stability and fixes bugs.
  2. Added a new IndexAxisValueFormatter that you can pass an array of labels and have them behave like in Charts 2.0