This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
Version 3.2
New Features
- New behavior for
numberOfYAxisLabelsOnLineGraph
(2406512). - Added segmented control to select Bezier or Straight curve in sample app (c33a560).
- Added support for negative data points (80b6b0c).
- New property to enable/disable the XAxis labels
enableXAxisLabel
(5fe260e). - New delegate method to customize the size of the vertical padding on the graph
staticPaddingForLineGraph
(5ee055c).
Minor Changes
- The "No Data" Label is now optional thanks to delegate method
noDataLabelEnableForLineGraph
(cb7d5bd). - Split property
enableReferenceAxisLines
into two properties for X and Y-Axis (63a1d91).
Bug Fixes
- Fixed
enableYAxisLabel
(5ffaed9)- Fixed the way the offset on the Y-Axis label is calculated when
enableYAxisLabel
is set to NO. - Fixed the way the labels are displayed when
enableYAxisLabel
is set to NO. - Deleted the calculation of the offset distance for Y-Axis Label (since it was already done).
- Fixed the Y-Axis labels when
enableYAxisLabel
is set to NO. - Fixed the position of the dots when
enableYAxisLabel
is set to NO.
- Fixed the way the offset on the Y-Axis label is calculated when
- Fixed
alwaysDisplayPopUpLabels
(3da4fb7)- Fixed issue with
alwaysDisplayPopUpLabels
where the background wouldn’t be displayed when the Y-axis was displayed (see issue #71). - Changed name of property
labelYaxisOffset
toYAxisLabelXOffset
. - Fixed documentation of
autoScaleYAxis
.
- Fixed issue with
- Fixed
popupLabel
(3e3338a)- When the Y-Axis labels were activated, the popup label on the very edge of the Y-Axis label would display over the axis.
- Fixed issue with bezier curve (47a583d)
- Fixed issue where the bezier curve used to be deactivated if 3 points with the same value were following each other. See issue #73.
- Fixed issue #73 and labels Y axis height (12587c0)
- The issue with bezier curves should now be totally fixed.
- The height of the labels on the Y-axis has been increased to make sure the could display all the text.
- Fix representation of negative values in Y axis (0e586b9)
- Fix incorrect presentation of years in code example (d36074d)