SwiftCharts
SwiftCharts copied to clipboard
x, y Axis didn't show in the Chart
i tried many time and copied, past the same source code and x,y didn't show in the chart.
@MoElnaggar14 I was facing the same issue. It turns out you need to create a stored property and make it point to the Chart object you created. It was rendering properly after that.
@vikas-chandra-mnnit can you provide a code example?