Releases: ChartsOrg/Charts
Releases · ChartsOrg/Charts
PieChart, LimitLine & interaction improvements
- LimitLine improvements (more customizeability)
- Highlight improvements
- Animation bug fixes
- PieChart offset fixes
- PieChart center text now supports
NSAttributedString
(centerAttributedText
is recommended instead ofcenterText
) - 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
This is an intermediate release, with the following:
- CRITICAL fix for Radar Chart, for a bug that caused an endless loop due to skipWebLineCount feature.
- Custom minimum offset for Bar/Line/Pie charts
- Support for legends above the chart
- A new tvOS target
- Other minor features
- Other minor bugfixes and improvements
Swift 2.0, minor new features and bugfixes
- 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
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
- 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
- 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
- New chart type: BubbleChart
- Fixed issue concerning elevation
- Fixed issue concerning jumping XAxis
- Added deceleration to dragging gestures
- General bugfixes
First official release!
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!