Charts v3.3.0 Release Notes

Release Date: 2019-04-24 // almost 5 years ago
  • Full Changelog

    Implemented enhancements:

    • Provide pre-compiled universal binary #3867
    • 📇 Renamed values to entries to reflect the property's type #3847 (jjatie)

    🛠 Fixed bugs:

    • Pie chart with vertical orientation clips last legend entry #3860

    Closed issues:

    • 雷达图的拐点是怎么设置的 #3964
    • BarChartView没有从0开始 #3963
    • 🔖 version 3.3 using spm results invalid string error #3962
    • 折线图能分页吗 就是滑动到最左边 网络请求再加载数据 #3961
    • BarChartView problem on dataset count changed #3958
    • No Such Module 'Charts' #3955
    • drawing asynchronous #3952
    • demo can not run #3951
    • BarChartView extends all bars to bottom when all values are negative #3949
    • xcode10.2,swift5,chart version 3.3.0 #3948
    • 🚀 Compiling for iOS 8.1, but module 'Charts' has a minimum deployment target of iOS 8.4 #3946
    • X轴的Label显示间隔会随着值的增加而变大, 能控制显示间隔吗? #3943
    • the first point of LineChartView is not displayed, and so is demo #3938
    • why????? #3934
    • 🏗 The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. Supported values are: 4.0, 4.2, 5.0. This setting can be set in the build settings editor. #3932
    • 👍 error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'Charts') #3929
    • 最新版更新后的问题 #3927
    • How can i get CenterEntry in the View when i setted the MaxVisibleRange? #3925
    • EXC_BAD_ACCESS error on PieChart #3923
    • The first dot doesn't show up when I use lineChart #3915
    • 👍 Swift 5 Support w/ Cocoapods #3913
    • HOW to create pie chart like below image . https://user-images.githubusercontent.com/20434573/54804603-1d31fa80-4c9a-11e9-9960-00cf7c7d117d.png #3908
    • x Axis grid line origin is wrong ! maybe a bug, anxious!!! #3904
    • why not use CAShapeLayer? #3903
    • Chart legend #3896
    • Wrong values from pixelForValues #3895
    • Cannot set labels for RadarChart #3893
    • I can't migrate the swift files(combined chart) in objective c project. Could please share the objective c code fully. Thanks in advance. #3890
    • Draw circle only on last value #3887
    • Mismatch left axis maximum and minimum values #3886
    • How to animate? start poisiton is not from zero. #3885
    • I want to change line chart fill colours #3882
    • Circle view is not showing for first point of line chart #3881
    • 👌 support ECG demo? #3880
    • 🚚 How to remove the values given outside the circle in piechart #3878
    • 👀 file was built for x86_64 which is not the architecture being linked (arm64):error: linker command failed with exit code 1 (use -v to see invocation) #3877
    • Clipping first and last circle from line chart IOS. #3873
    • Smoothly moving a slowly changing linechart #3859
    • Monthly X-Axis labels (corresponding values) in my LineChart are not at the right position #3858
    • CandleChart do not render the first candle in CombineChartView #3857
    • Have 2 or more tresholds for one graph #3856
    • Unexpected crash on 3.2.2 #3855
    • How to change the display of legends? #3853
    • I want to call a method after the chart has been dragged and stopped. How can I detect it and the chart has stopped? #3851
    • HorizontalBarChartView bar negative values position #3850
    • charts 有数据创建图表后,点击按钮将数据置为空则崩溃 #3849
    • No circle is drawn on a line chart when there is only one data. (version 3.2.2 only) #3848
    • slice color #3844
    • BarChartView showing consecutive values in xAxis #3843
    • How to hide those icons? #3842
    • 🗄 Swift 4.2: 'values' is deprecated Warnings #3840
    • Y-axis values draw error #3837
    • Horizontal Bar Chart Value Labels Cut Off #3836
    • The right Y axis displays incorrect values that does not fit the chart #3835
    • How to align labels on left side and put values inside bars on HorizontalBarChartView? [HELP WANTED] #3833
    • How to show the tooltip like value when clicked on candle of candleStick chart #3832
    • In line chart, can I make all labels in Chart area even with changing yOffset? #3829
    • Multiline value labels on BarChart. #3826
    • how can I spin the selected slice of piechart to top. #3825
    • ⚡️ Update Cocoapods #3773
    • Select circles on line chart #3307

    🔀 Merged pull requests:

    • 🛠 Fix horizontal bar chart not drawing values and add unit tests #3906 (liuxuan30)
    • 🛠 fix #3860. maxHeight didn't count the last label #3900 (liuxuan30)
    • Migrating to built-in algorithms #3892 (jjatie)
    • 👉 Use a stock iterator instead of a custom one. #3891 (phughes)
    • ✂ Removed unnecessary #if statements and unified style to align with Xc… #3884 (jjatie)
    • Velocity samples calculation #3883 (jjatie)
    • ⚡️ Minor updates for Swift 5 #3874 (jjatie)
    • Replace AnyObject with Any #3864 (jjatie)
    • Data as any #3863 (jjatie)
    • Reassess convenience initializers #3862 (jjatie)
    • HorizontalBarChar value label offset calculation #3854 (chaaarly)
    • Create chartViewDidEndAnimate in ChartViewDelegate #3852 (Lcsmarcal)
    • Align ChartLimit.LabelPosition naming with UIRectCorner #3846 (jjatie)