Charts Versions Save

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

5.1.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/danielgindi/Charts/compare/5.0.0...5.1.0

5.0.0

10 months ago

A New Name!

Charts is now called DGCharts to prevent conflicts with Apple's SwiftUI Charts.

To fix your projects simply replace import Charts with import DGCharts

What's Changed

New Contributors

Full Changelog: https://github.com/danielgindi/Charts/compare/v4.1.0...5.0.0

v4.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/danielgindi/Charts/compare/v4.0.3...v4.1.0

v4.0.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/danielgindi/Charts/compare/v4.0.2...v4.0.3

v4.0.2

2 years ago
  • Fixes build issues by replacing class protocol conformance to AnyObject
  • Update swift-algorithms to 1.0
  • Add support for cocoapods for 4.0
  • Bump lowest supported versions to iOS 10, macOS 10.12, tvOS 10

v4.0.1

3 years ago

v4.0.1 Release

Thanks @jjatie, 4.0.1 release brings:

Support Swift Package Manager and switch to another Snapshot test framework.

Use Github Actions instead of Travis CI to run faster and work around Carthage issues against Xcode12.

Snapshot UT now supports Apple Silicon.

Adopt Swift-Algorithm crafted by Apple and the community.

Full changelog


We have merged our long waited 4.0 branch into master. It adopts latest Swift trends and benefits and more flexbile and More swift!

This is a huge release as a lot of APIs have changed and adopted new protocols. So please expect it will break your code especially about the collection protocols. We will add a few Pull requests in the near future such as https://github.com/danielgindi/Charts/pull/4411.

The pre-release could last a little bit longer since we don't want to push people to update. But we do encourage people to try it out and give us feed back.

v3.6.0

3 years ago

Xcode 12 support

v3.5.0

4 years ago

Build on Xcode 11.4 and latest Swift (pod)

Change log:https://github.com/danielgindi/Charts/blob/master/CHANGELOG.md

Merged pull requests: Full github commit log

v3.4.0

4 years ago

Support Xcode 11 and new Swift 5

Bug Fix

#4029: Index out of bounds exception in v3.2 in createAccessibleElement #4094: Horizontal Bezier Line Graph Not Drawing Through All Points #4093: Line chart x axis animation is broken #4099: Line renderer did not render lines if their coordinates fell outside of the viewport full change log:https://github.com/danielgindi/Charts/blob/master/CHANGELOG.md

pod updated

v3.3.0

5 years ago

This will be a breaking update due to #3847 that we changed dataSet initializers API interface and fixed Xcode warnings for previous release.

pod has been updated again to 3.3.0 tag, it's previously using 3.3

Now supports Xcode 10.2 and Swift 5.0

Highlights of fixed issues and merged requests:

Full change log

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