BEMSimpleLineGraph v3.2 Release Notes

Release Date: 2014-11-02 // over 9 years ago
  • 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 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 to YAxisLabelXOffset.
      • Fixed documentation of autoScaleYAxis.
    • ๐Ÿ›  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)