Skip to content

Releases: ChartsOrg/Charts

3.2.2 Release

13 Feb 01:41
Compare
Choose a tag to compare

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:

Other merged pull requests:

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

3.2.1

08 Oct 19:58
Compare
Choose a tag to compare
  • Addresses crashes due to out of bounds exception when using stack bar charts
  • Updates podspec to use new swift version property

3.2.0

17 Sep 01:41
Compare
Choose a tag to compare

Support for Swift 4.2 and Xcode 10.

Bug fixes and other improvements.

Don't use if you are NOT using Swift 4.2

3.1.1 Release

02 Apr 08:14
Compare
Choose a tag to compare

Support Xcode 9.3 and Swift 4.1
change log

3.1 Release

22 Mar 01:35
0aeb63c
Compare
Choose a tag to compare

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!

3.0.5 Release

08 Jan 02:21
Compare
Choose a tag to compare

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

Swift 4 support

21 Sep 03:31
Compare
Choose a tag to compare

Add Swift 4 support

Xcode 9 and Swift 3.2 support

08 Sep 02:02
Compare
Choose a tag to compare
  • Adds Xcode 9 support
  • Adds Swift 3.2 support
  • Bug fixes and improvements

Minor improvements, icons supports, Swift 3.1

03 Apr 04:27
Compare
Choose a tag to compare
  • Latest improvements / bugfixes
  • Icons support for most chart types
  • Updated to Swift 3.1

Stability Improvements

20 Nov 09:49
Compare
Choose a tag to compare
  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