Skip to content

Latest commit

 

History

History
700 lines (439 loc) · 35.3 KB

CHANGELOG.md

File metadata and controls

700 lines (439 loc) · 35.3 KB

Change Log

v3.0.13 (2017-02-08)

Full Changelog

Fixed bugs:

  • selectionColorForDotAtHorizontalIndex doesn't change color #221
  • 内存泄露(leak!) #219
  • wrong dot color with NAN after click graph #216

Closed issues:

  • Amazing issue with width of JBLineChartView #220
  • Bar chart doesn't paint inside selected UITableViewCell #214
  • Does not conform with protocol #212
  • [question] Does JBChartView support logarithmic scale? #211
  • Fixed tool tip in Bar chart #210

v3.0.12 (2016-06-22)

Full Changelog

v3.0.11 (2016-06-22)

Full Changelog

Fixed bugs:

  • barChartView:barViewAtIndex: not called when reloading bar chart animated #207

Closed issues:

  • Not able to change the color of linechart with custom color #208

Merged pull requests:

  • Handle NaN line slope in line chart selection code. #209 (loumoore)

v3.0.10 (2016-05-31)

Full Changelog

v3.0.9 (2016-04-28)

Full Changelog

Implemented enhancements:

  • ability to set line chart view padding #205

Fixed bugs:

  • old gradient fill shows if chart is scrolled offscreen #204

Closed issues:

  • example of using gradient for fills #202

v3.0.8 (2016-02-29)

Full Changelog

Fixed bugs:

  • Cannot change bar colors after initial load #201

v3.0.7 (2016-02-26)

Full Changelog

Closed issues:

  • Directions not set in UIViewController #199
  • Many Line Charts in Table View #198

v3.0.6 (2016-01-21)

Full Changelog

v3.0.5 (2016-01-20)

Full Changelog

v3.0.4 (2016-01-20)

Full Changelog

v3.0.3 (2016-01-20)

Full Changelog

Closed issues:

  • Dot alpha doesn't return after unselection #197

v3.0.2 (2016-01-19)

Full Changelog

Merged pull requests:

  • Make sure to import dependent framework header explicitly #196 (yasuoza)

v3.0.1 (2016-01-16)

Full Changelog

v3.0.0 (2016-01-14)

Full Changelog

Closed issues:

  • Show data above each column #194

Merged pull requests:

v2.9.1 (2015-12-17)

Full Changelog

Implemented enhancements:

  • Min bars shouldn't animate bars when animating setState #192

v2.9.0 (2015-12-04)

Full Changelog

v2.8.19 (2015-11-23)

Full Changelog

Fixed bugs:

  • Straight lines #94

v2.8.18 (2015-11-22)

Full Changelog

Implemented enhancements:

  • Vertical values should be supplied by the DataSource delegate for LineCharts #180
  • JBLineChartDotsView reloadData performance issues #179

v2.8.17 (2015-11-21)

Full Changelog

Implemented enhancements:

  • Disabling/Enabling certain functionality: line chart selection and x-axis values #185
  • Add ability to set selection permanently. #153
  • The line fill color doesn't match the bottom of the drawn line #146

Fixed bugs:

  • Bug when quickly tapping a line chart in two different places #159

Closed issues:

  • Show dot only on vertical line selection #190
  • Needs to support negative values #189

v2.8.16 (2015-09-18)

Full Changelog

Closed issues:

  • Partially filled bar #186

Merged pull requests:

v2.8.15 (2015-08-12)

Full Changelog

Implemented enhancements:

  • Suggestion for the README.md #176

Fixed bugs:

  • Line color overlap issue #168

Closed issues:

  • JBLineChart reloadData problem #181
  • JBLineChartView: wrong width on iPhone6/6+ #177
  • Is there anyway to plot two vertical values for one horizontal index in the bar chart? #172
  • Charts not rendering properly #171
  • How can you set the bar chart to fill the width of a UIView? #170
  • Adding X and Y Values #169
  • Undefined symbols for architecture i386 #167
  • Not All Data Points Visible in Flexible View #166

Merged pull requests:

v2.8.14 (2015-04-30)

Full Changelog

Closed issues:

  • Will JBChartView integrated with React Native? #164
  • white dot+dotted lines sometimes does not appear when touched. #161
  • Small offset when using a footer for a x-axis #160
  • gradient for bar chart is lost / sizing problem #158

Merged pull requests:

v2.8.13 (2015-04-16)

Full Changelog

Fixed bugs:

  • Wrong calculation of the lineIndex #157

Closed issues:

  • Swift round up for respondsToSelector() and sizeWithFont() #156

v2.8.12 (2015-04-13)

Full Changelog

Fixed bugs:

  • Footer and Header view Swift implementation #152

Closed issues:

  • Problems with selection when JBLineChartView is within UITableView #155
  • Show chart selection permanently #151
  • Crash when returning NAN #150

Merged pull requests:

  • Fix warnings when building w/ Xcode 6.3 #154 (amro)

v2.8.11 (2015-03-31)

Full Changelog

Implemented enhancements:

  • Pass back barView & dot instances on selection #118
  • Add ability to have the line start or end at any given point #115
  • Consolidate dot view selection/unselection/color calls #101
  • Change dot radius to dot diameter #99
  • need Swift implementation details and example #80
  • Add bar/line caching for only visible content. #61

Closed issues:

  • Pie Chart support #149
  • hi is it possible to have x,y value because in example there is no y value and only 2 x value #141
  • imports without pods #140
  • How can I group Bars? #139
  • request: AreaChart - fillColorForLineAtLineIndex - add custom color for a specific X axis range #137
  • smallest value is shown as a blank bar #136
  • Is there any way I can use JBBarChartView as horizontal bars? #135
  • Multiple colors to a line graph #134
  • Overriding - (void)barChartView:(JBBarChartView *)barChartView didSelectBarAtIndex:(NSUInteger)index is not showing selection view? #133
  • Exception thrown on setState: #132
  • X and Y scale and reference values #131
  • Determine x-value of a certain point by a number instead of it's index in the input array? #130
  • How to accomplish similar didUnselectBarChartView #129
  • Is posible - scroll chart #126
  • Crash when vertical value for horizontal at index x less than zero #125
  • JBBarChartView does not display all the bars #124
  • "automatically normalized across the entire chart" #123
  • reloadData in viewDidLayoutSubviews does not trigger didDeselectLineInLineChartView on first selection #122
  • Question #121
  • Sublayers not properly resized #120
  • It will be really cool if "while on tap on line charts dots I can get the dot object do some scale animation" or something? #119
  • Is there any way I can pass new bar view while user selects particular bar? #117
  • Typo error in README #114
  • Dynamic/append values #113
  • It needs better documentation #112

Merged pull requests:

v2.8.10 (2014-09-23)

Full Changelog

v2.8.9 (2014-09-22)

Full Changelog

Closed issues:

  • JBLineChartView doesn't resize its subviews #111

v2.8.8 (2014-09-20)

Full Changelog

Fixed bugs:

  • iOS 8 warnings #110

Closed issues:

  • Noob level tutorial #109
  • Data points with uneavenly distributed x-values? #108

v2.8.7 (2014-09-09)

Full Changelog

Implemented enhancements:

  • Add hide custom dot functionality #100
  • Add footer padding #98
  • DotView is hidden when inside selected table view cell #82

Closed issues:

  • There should be flexibility to change to touch point to nearest data point so vertical selection view just jumps from one data point to another in JBLineChartView. #105
  • barWidth Method and barPadding property should be in JBBarChartView header file. #104
  • Why minimum and maximum should be positive? #102

Merged pull requests:

v2.8.6 (2014-08-29)

Full Changelog

v2.8.5 (2014-08-28)

Full Changelog

Implemented enhancements:

  • Invert option for bar charts #97

v2.8.4 (2014-08-27)

Full Changelog

v2.8.3 (2014-08-26)

Full Changelog

Implemented enhancements:

  • return type of barPaddingForBarChartView: #93
  • Custom dot functionality #92

v2.8.2 (2014-08-26)

Full Changelog

Fixed bugs:

  • Selection view width should equal bar width #96

Closed issues:

  • Changing dot radius in dotRadiusForLineAtLineIndex has no effect #95

v2.8.1 (2014-08-23)

Full Changelog

v2.8.0 (2014-08-15)

Full Changelog

Closed issues:

  • Don't bring selection view to front with line view #89

Merged pull requests:

  • Add per-line vertical selection color support. #90 (mszaro)

v2.7.4 (2014-08-15)

Full Changelog

Implemented enhancements:

  • Not able to create Y-Axis labels or background grid #20

Closed issues:

  • [Enhancement] Provide an option to disable Y-axis normalization for line graphs #88
  • Add left padding to the graph for y-axis labels #87
  • Error Protocol not implemented #86
  • What if I want to animate the LineChartView progression? #85
  • Enabling smooth lines in line chart view results in line graph clipping (Out of bounds)? #83

v2.7.3 (2014-08-07)

Full Changelog

Closed issues:

  • Can I animate bar charts? #79
  • Create generic dataSource and delegate for extensibility. #78

v2.7.2 (2014-08-04)

Full Changelog

v2.7.1 (2014-08-04)

Full Changelog

Closed issues:

  • Typo in JBBarChartView.h #77
  • Refactor datasource and delegate functions #76

v2.7.0 (2014-08-02)

Full Changelog

Closed issues:

  • Incorrect padding on line widths #75

v2.6.3 (2014-07-31)

Full Changelog

v2.6.2 (2014-07-25)

Full Changelog

v2.6.1 (2014-07-25)

Full Changelog

Merged pull requests:

v2.6.0 (2014-07-24)

Full Changelog

Closed issues:

  • Allow setting views for lines as well as bars #73
  • Requires iOS 7 or later #72
  • How to Know the x,width of each bar #70
  • Multiple y-axis #69
  • NSInternalInconsistencyException - JBLineChartView // dataSource must implement #68
  • Zoom and scrolling? (Question) #65
  • Support for missing data points rather than going to 0? #63
  • Interesting behavior 'barViewAtIndex' and 'colorForBarViewAtIndex'. #62
  • In LineChart x-axis, splits into more numbers and not able view x-axis last point #60
  • Overlay more than 1 chart? #59
  • Footer Views - Can they be perpendicular to the x-axis #58

Merged pull requests:

v2.5.5 (2014-05-14)

Full Changelog

Implemented enhancements:

  • Ability to draw lines with negative values #51

Closed issues:

  • How to adjust selected bar height for LineChart in demo project #56
  • Line Chart Collapse Animation Changed? #54

Merged pull requests:

  • Fixed barView's frame. #57 (pala)
  • Update sample code in readme #55 (pala)

v2.5.4 (2014-05-07)

Full Changelog

Merged pull requests:

  • Add delegate method barChartView:colorForBarViewAtIndex: to JBBarChartViewDataSource #53 (skywinder)
  • Compiling warrnings and typos #52 (skywinder)

v2.5.3 (2014-05-06)

Full Changelog

v2.5.2 (2014-05-06)

Full Changelog

v2.5.1 (2014-05-05)

Full Changelog

Closed issues:

  • non-evenly distributed plots #50
  • Using minimum of 0 as default #48

v2.5.0 (2014-05-04)

Full Changelog

v2.4.3 (2014-05-04)

Full Changelog

Closed issues:

  • Bars not drawn when all have the same height #47
  • Moving podspec to root #46

Merged pull requests:

v2.4.2 (2014-05-01)

Full Changelog

v2.4.1 (2014-04-30)

Full Changelog

Implemented enhancements:

  • Curved line charts #23

Closed issues:

  • JBChartView demo footerview problem #44

Merged pull requests:

v2.4.0 (2014-04-28)

Full Changelog

Closed issues:

  • Aligning X-axis, padding? #43
  • JBLineChartFooterView Value Marks are Inaccurate #41

Merged pull requests:

v2.3.0 (2014-04-18)

Full Changelog

Closed issues:

  • Crash, lineChartView "must implement numberOfPointsInLineChartView" ? #38

v2.2.0 (2014-04-14)

Full Changelog

Closed issues:

  • Typo in readme? #36
  • Nav bar background remains black #35

Merged pull requests:

  • Added delegate method to configure the width of the vertical selection bar in a line chart. #37 (ghost)

v2.1.6 (2014-04-11)

Full Changelog

Closed issues:

  • showsLineSelection Does Nothing #33
  • cocoapods #31

v2.1.5 (2014-04-10)

Full Changelog

Merged pull requests:

  • JBChartView: needs initWithCoder initializer for inflation from a xib #30 (gumbypp)

v2.1.4 (2014-04-10)

Full Changelog

Closed issues:

  • Stach bars? #29
  • Problem with Bar Height #28
  • Selection does not work without Auto Layout in iPhone 3.5" #27

v2.1.3 (2014-04-03)

Full Changelog

v2.1.2 (2014-04-02)

Full Changelog

v2.1.1 (2014-04-02)

Full Changelog

Closed issues:

  • representing negative values #26
  • Real time #25

v2.1.0 (2014-03-31)

Full Changelog

v2.0.2 (2014-03-27)

Full Changelog

Closed issues:

  • Negative Bars? #24

v2.0.1 (2014-03-19)

Full Changelog

Closed issues:

  • NSAssert on bar height in JBBarChartView, > 0 when it should be >= #22

v2.0.0 (2014-03-19)

Full Changelog

Implemented enhancements:

  • Multiple Lines on chart #6

Closed issues:

  • JBBarChartView Bar Height Problem With Storyboard/Autolayout #19
  • blank result #18
  • Bar Highlight Offset Issue #17
  • Following the tutorial creates an empty/blank view #16

Merged pull requests:

v1.1.6 (2014-03-03)

Full Changelog

Merged pull requests:

v1.1.5 (2014-02-12)

Full Changelog

v1.1.4 (2014-02-06)

Full Changelog

Closed issues:

  • What about ios6 #13
  • Could the Bar Chart data be nil ? #12

v1.1.3 (2014-01-06)

Full Changelog

Closed issues:

  • heightForIndex should return CGFloat instead of NSInteger #9

Merged pull requests:

v1.1.2 (2014-01-03)

Full Changelog

v1.1.1 (2014-01-02)

Full Changelog

Closed issues:

  • reloadData is not reducing height of other bars #7
  • Add barViewAtIndex: to datasource #5

Merged pull requests:

  • Reset cached max height on data reload Fixes #7 #8 (l4u)

v1.1.0 (2013-12-26)

Full Changelog

v1.0.3 (2013-12-23)

Full Changelog

Closed issues:

  • Single press on bar #3

v1.0.2 (2013-12-17)

Full Changelog

v1.0.1 (2013-12-15)

Full Changelog

Merged pull requests:

  • If there is no footer view, bars won't be added to the chart. #2 (joelkraut)

v1.0 (2013-12-11)

Full Changelog

Merged pull requests:

0.2.0 (2013-08-20)

Full Changelog

1.0 (2012-04-23)

Full Changelog

1.0.0 (2012-04-23)

* This Change Log was automatically generated by github_changelog_generator