Release 2.0.0-beta.8
Unclaimed project
Are you a maintainer of ChartView? Claim this project to take control of your public changelog and roadmap.
Release 2.0.0-beta.8
Release 2.0.0-beta.7
Release 2.0.0-beta.6
.setBackground(colorGradient: ColorGradient(.red, .yellow))
Added new axis labels
new functions are:
func setAxisYLabels(_ labels: [String], position: AxisLabelsYPosition = .leading)
func setAxisXLabels(_ labels: [String])
func setAxisYLabels(_ labels: [(Double, String)], range: ClosedRange<Int>, position: AxisLabelsYPosition = .leading)
func setAxisXLabels(_ labels: [(Double, String)], range: ClosedRange<Int>)