iOS Charts - single values not showing Swift
When I have multiple points in an array for a line on a line graph, everything shows perfectly. But when there is only one point, the dot does not show. I dont know why? the delegate is being set elsewhere, but this doesnt seem to be the issue. The below examples shows Test 2 and Test exercise. The first image is where each has one value, the second they each have 2. heres my code func startChart(){ chart.dragEnabled = true chart.legend.form = .circle chart.drawGridBackgroundEnabled = false let xaxis = chart.xAxis xaxis.valueFormatter = axisFormatDelegate xaxis.labelCount = dataSets.count