iOS Charts X Axis labels are not all showing
问题 My app manages the score of a sport that has 4 quarter periods. My bar chart will not display the x-axis labels correctly. It only shows Qtr 1 and Qtr 3, whereas it should show all 4 quarters under each respective pair of bars. Screen shot of Bar Chart func setChart(dataPoints: [String], values1: [Double], values2: [Double]) { let legend = barChartView.legend legend.enabled = true legend.textColor = Style.labelTextColor let xaxis = barChartView.xAxis xaxis.drawGridLinesEnabled = true xaxis