Skip to content

Latest commit

 

History

History
245 lines (122 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

245 lines (122 loc) · 12.2 KB

Change Log

Full Changelog

Implemented enhancements:

  • NSString methods for y values/popups? #119

  • How to draw a null point? #104

  • Ability to draw negative values with different color #82

Fixed bugs:

  • Popup Suffix Issue when alwaysDisplayPop enabled #134

  • lineGraphDidFinishLoading #124

Closed issues:

  • Bottom Gradient not in latest Podspec #113

Merged pull requests:

  • Added a bunch of options including left/right y axis positioning, float values in Y-Axis and popovers, null graph values, and customizations around how the X and Y axes are displayed! #132 (RobDay)

  • Added a bunch of options including left/right y axis positioning, float values in Y-Axis and popovers, and null graph values! #129 (RobDay)

  • Added support for float on popup labels and Y-axis #114 (Boris-Em)

  • Additional check to #80 #91 (skywinder)

v3.3 (2015-01-31)

Full Changelog

Implemented enhancements:

  • huge performance improvement suggestion #107

Fixed bugs:

  • popupReport will not show up if animation has been set off #106

  • autoScaleYAxis Not working with Bezier curves #99

  • Popup Labels Displaying as Double with iOS8 #74

  • BezierCurve do not always work #73

Closed issues:

  • Gradient fill #57

Merged pull requests:

v3.2 (2014-11-02)

Full Changelog

Implemented enhancements:

  • Dots still animating when animationGraphStyle set to BEMLineAnimationNone #80

  • enableReferenceAxisLines should be two: enableReferenceY-AxisLines and enableReferenceX-AxisLines #69

  • Y-axis label issues #62

  • Touch interaction on touch-down, not just start-pan? #59

Fixed bugs:

  • Dots still animating when animationGraphStyle set to BEMLineAnimationNone #80

  • BackgroundPopUplabel never show if enableYAxisLabel is set NO #71

Merged pull requests:

  • Split enableReferenceAxisLines into two properties #87 (gavinbunney)

  • fix issue #80 #86 (skywinder)

  • Fix wrong presentation of years in code exmple + auto-update graph by clicking on segment controll #85 (skywinder)

  • update travis script to avoid "exited with 134" #84 (skywinder)

  • Fix representation of negative values in Y axis #83 (skywinder)

  • Fix several UI bug when displaying data with negative numbers #79 (ben181231)

  • Fixed issue #73 and labels Y axis height #78 (Boris-Em)

  • Add segment to select Bezier or straght line #76 (skywinder)

v3.1 (2014-08-28)

Full Changelog

Fixed bugs:

  • alwaysDisplayDots=YES is not having effect when animationGraphEntranceTime=0.0 #61

v3.0 (2014-08-19)

Full Changelog

Fixed bugs:

  • Crash with one point or less on Feature branch #56

  • X-Axis label displays under the graph view #47

Merged pull requests:

v2.3 (2014-06-02)

Full Changelog

Fixed bugs:

  • index beyond bounds when touch graph #31

  • On Device #29

Merged pull requests:

  • Feature branch catch up on Master branch #32 (Boris-Em)

v2.2 (2014-05-19)

Full Changelog

Fixed bugs:

  • Graph Displaying Opposite Direction #20

  • Outside the Graph #18

Merged pull requests:

  • Feature branch catch up on Master branch #25 (Boris-Em)

  • Added support for scrolling with a GraphView placed in UIScrollView #12 (nmattisson)

v2.1 (2014-04-20)

Full Changelog

Fixed bugs:

  • Demo projects not working. #14

v2.0.1 (2014-03-03)

Full Changelog

v2.0 (2014-03-02)

Full Changelog

Implemented enhancements:

  • Several Graphs in the same View Controller #11

Fixed bugs:

  • Bug: The chart can not draw a single dot and it crashes. #6

  • CALayerInvalidGeometry exception for duplicate & zeroed data points #3

Merged pull requests:

v1.3 (2014-02-08)

Full Changelog

Merged pull requests:

v1.2.2 (2014-01-14)

Full Changelog

v1.2.1 (2014-01-08)

Full Changelog

v1.2 (2014-01-04)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator