Releases: AppPear/ChartView
Releases · AppPear/ChartView
Fixed control flow issue
1.5.3 Fixed control flow error
Support for Xcode 12
1.5.2 Builded with xcode 12
Fix LineChartError
Fix values close to each other resulted a flat curve, now should be normal
Fixed a unwrap error
1.5.0 fixed unwrap error
LineChartView with multiple lines
Added a new view called MultiLineChartView, so you can display multiple value sets on a single linechart.
Also includes several bugfixes for the open issues
Added custom darkMode style, fixed couple of issues
1.4.8 Fixed infinite size compile error
Fixed line chart indicator point position
1.4.7 Fix line chart view indicator point (#40)
Labels for BarChart!
1.4.4: Fixed Issue 28 (#29)
Changed Int to Double in quadCurvedPathWithPoints and quadClosedCurvedPathWithPoints.
Fixed for negative numbers and doubles and empty array
This release fixes line chart crashing on negative numbers, also fixes a crash when you start with an empty array and fill up later