v3.0.13 (2017-02-08)
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)
v3.0.11 (2016-06-22)
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:
v3.0.10 (2016-05-31)
v3.0.9 (2016-04-28)
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)
Fixed bugs:
- Cannot change bar colors after initial load #201
v3.0.7 (2016-02-26)
Closed issues:
v3.0.6 (2016-01-21)
v3.0.5 (2016-01-20)
v3.0.4 (2016-01-20)
v3.0.3 (2016-01-20)
Closed issues:
- Dot alpha doesn't return after unselection #197
v3.0.2 (2016-01-19)
Merged pull requests:
v3.0.1 (2016-01-16)
v3.0.0 (2016-01-14)
Closed issues:
- Show data above each column #194
Merged pull requests:
- JBChartView 3.0 #195 (terryworona)
v2.9.1 (2015-12-17)
Implemented enhancements:
- Min bars shouldn't animate bars when animating setState #192
v2.9.0 (2015-12-04)
v2.8.19 (2015-11-23)
Fixed bugs:
- Straight lines #94
v2.8.18 (2015-11-22)
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)
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:
v2.8.16 (2015-09-18)
Closed issues:
- Partially filled bar #186
Merged pull requests:
- Delegate call to ignore touches on selected lines #188 (andrewloyola)
v2.8.15 (2015-08-12)
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:
- Return the available height instead of 0 #183 (0xPr0xy)
- Adds support for gradients to line charts #175 (benjaminsnorris)
v2.8.14 (2015-04-30)
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:
- Nil out delegate and datasource on dealloc #165 (eventualbuddha)
v2.8.13 (2015-04-16)
Fixed bugs:
- Wrong calculation of the lineIndex #157
Closed issues:
- Swift round up for respondsToSelector() and sizeWithFont() #156
v2.8.12 (2015-04-13)
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:
v2.8.11 (2015-03-31)
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:
- Keep tooltip subviews above line subviews #144 (vocaro)
- Fix crash and warnings that can occur when a chart line has no data #143 (vocaro)
- Add automatically generated change log file. #142 (skywinder)
- Update README.md #127 (paal123)
- Add ability to have the line start or end at any given point #116 (sebastianreloaded)
v2.8.10 (2014-09-23)
v2.8.9 (2014-09-22)
Closed issues:
- JBLineChartView doesn't resize its subviews #111
v2.8.8 (2014-09-20)
Fixed bugs:
- iOS 8 warnings #110
Closed issues:
v2.8.7 (2014-09-09)
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:
- iOS Framework Support #107 (thefirstnikhil)
- Only call
numberOfLinesInLineChartView:
once per loop. #106 (eventualbuddha)
v2.8.6 (2014-08-29)
v2.8.5 (2014-08-28)
Implemented enhancements:
- Invert option for bar charts #97
v2.8.4 (2014-08-27)
v2.8.3 (2014-08-26)
Implemented enhancements:
v2.8.2 (2014-08-26)
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)
v2.8.0 (2014-08-15)
Closed issues:
- Don't bring selection view to front with line view #89
Merged pull requests:
v2.7.4 (2014-08-15)
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)
Closed issues:
v2.7.2 (2014-08-04)
v2.7.1 (2014-08-04)
Closed issues:
v2.7.0 (2014-08-02)
Closed issues:
- Incorrect padding on line widths #75
v2.6.3 (2014-07-31)
v2.6.2 (2014-07-25)
v2.6.1 (2014-07-25)
Merged pull requests:
v2.6.0 (2014-07-24)
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:
- Fill Color on Line Chart #71 (legranddamien)
- Added documentation for usage in a Swift project #67 (jonparker)
v2.5.5 (2014-05-14)
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:
v2.5.4 (2014-05-07)
Merged pull requests:
- Add delegate method barChartView:colorForBarViewAtIndex: to JBBarChartViewDataSource #53 (skywinder)
- Compiling warrnings and typos #52 (skywinder)
v2.5.3 (2014-05-06)
v2.5.2 (2014-05-06)
v2.5.1 (2014-05-05)
Closed issues:
v2.5.0 (2014-05-04)
v2.4.3 (2014-05-04)
Closed issues:
Merged pull requests:
- fixed typo, renamed mininum -> minimum #49 (simonnickel)
v2.4.2 (2014-05-01)
v2.4.1 (2014-04-30)
Implemented enhancements:
- Curved line charts #23
Closed issues:
- JBChartView demo footerview problem #44
Merged pull requests:
v2.4.0 (2014-04-28)
Closed issues:
Merged pull requests:
v2.3.0 (2014-04-18)
Closed issues:
- Crash, lineChartView "must implement numberOfPointsInLineChartView" ? #38
v2.2.0 (2014-04-14)
Closed issues:
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)
Closed issues:
v2.1.5 (2014-04-10)
Merged pull requests:
v2.1.4 (2014-04-10)
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)
v2.1.2 (2014-04-02)
v2.1.1 (2014-04-02)
Closed issues:
v2.1.0 (2014-03-31)
v2.0.2 (2014-03-27)
Closed issues:
- Negative Bars? #24
v2.0.1 (2014-03-19)
Closed issues:
- NSAssert on bar height in JBBarChartView, > 0 when it should be >= #22
v2.0.0 (2014-03-19)
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:
- Multiple Line Support & Tooltips #21 (terryworona)
v1.1.6 (2014-03-03)
Merged pull requests:
v1.1.5 (2014-02-12)
v1.1.4 (2014-02-06)
Closed issues:
v1.1.3 (2014-01-06)
Closed issues:
- heightForIndex should return CGFloat instead of NSInteger #9
Merged pull requests:
v1.1.2 (2014-01-03)
v1.1.1 (2014-01-02)
Closed issues:
Merged pull requests:
v1.1.0 (2013-12-26)
v1.0.3 (2013-12-23)
Closed issues:
- Single press on bar #3
v1.0.2 (2013-12-17)
v1.0.1 (2013-12-15)
Merged pull requests:
v1.0 (2013-12-11)
Merged pull requests:
- JBChartViewDemo and JBChartView #1 (terryworona)
0.2.0 (2013-08-20)
1.0 (2012-04-23)
1.0.0 (2012-04-23)
* This Change Log was automatically generated by github_changelog_generator