JBChartView v2.8.11 Release Notes

Release Date: 2015-03-31 // about 9 years ago
  • 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:

    • 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)