Skip to content

Releases: ChartsOrg/Charts

PieChart, LimitLine & interaction improvements

15 Oct 21:59
Compare
Choose a tag to compare
  • LimitLine improvements (more customizeability)
  • Highlight improvements
  • Animation bug fixes
  • PieChart offset fixes
  • PieChart center text now supports NSAttributedString (centerAttributedText is recommended instead of centerText)
  • Support for custom alpha for pie hole
  • Minor bugfixes
  • Some code cleanup
  • Code safety improvements using Swift 2.0 (guard etc.)
  • Changed renderer delegates into DataProvider protocols, that more closely matches the Android version, and allows more flexibility.
  • Custom minimum offset for Bar/Line/Pie charts
  • Support for legends above the chart
  • A new tvOS target

Critical fix for Radar chart, minor bugfixes and improvements

02 Oct 06:08
Compare
Choose a tag to compare

This is an intermediate release, with the following:

  1. CRITICAL fix for Radar Chart, for a bug that caused an endless loop due to skipWebLineCount feature.
  2. Custom minimum offset for Bar/Line/Pie charts
  3. Support for legends above the chart
  4. A new tvOS target
  5. Other minor features
  6. Other minor bugfixes and improvements

Swift 2.0, minor new features and bugfixes

21 Sep 21:16
Compare
Choose a tag to compare
  • Moved to Swift-2.0 (Xcode 7)
  • PieChart and HorizontalBarChart now support Markers
  • Introducing FillFormatter for individual LineDataSets
  • Introducing XAxisValueFormatter for custom XAxis label formatting
  • General bugfixes and improvements

This release contains the binaries of 2.1.4a release, for Carthage users. This is to prevent the hanging Radar chart problem. Since Carthage does not support letters after version numbers, we can't rely on 2.1.4a for Carthage users.

Minor fixes

05 Aug 08:52
Compare
Choose a tag to compare

This is just to catch up with missing changes in the Android version, and a few very minor fixes since then (Mainly concerning highlights).

Bugfixes & Enhancements

26 Jul 19:58
Compare
Choose a tag to compare
  • Stacked BarChart fixes for mixed positive/negative values
  • Fixed ChartMarker position in BarChart
  • Feature to allow forcing fixed number of YAxis labels
  • General bugfixes

Doubles, more customization, auto-scaling min/max

26 Jul 17:57
Compare
Choose a tag to compare
  • Moved to using doubles instead of floats
  • Auto-scaling y axis' min/max
  • Customizing legend values
  • Controlling extra offsets caused by the legend
  • Negative values in stacked bar charts
  • Word wrapping in pie chart's center text
  • Word wrapping in "below" legends
  • Support for multi-line text in x-axis
  • Better cooperation with scrollviews (Bar/Line charts automatically, Pie/Radar charts through enabling two-finger rotation in pie chart)
  • Viewport support for max scale on x axis
  • Many other small features
  • More bug fixes

Bubble chart, deceleration, bug fixes

05 May 17:06
Compare
Choose a tag to compare
  • New chart type: BubbleChart
  • Fixed issue concerning elevation
  • Fixed issue concerning jumping XAxis
  • Added deceleration to dragging gestures
  • General bugfixes

First official release!

08 Apr 13:47
Compare
Choose a tag to compare

We've started this project as a port of the 2.0.8 version,
And since then we've done some major work on the project! Including new features and bugfixes.
These are new styling features, custom easing for animations, LimitLines on the XAxis, and more...

Stay tuned!