ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

x, y Axis didn't show in the Chart #424

Open MoElnaggar14 opened 2 years ago

MoElnaggar14 commented 2 years ago

i tried many time and copied, past the same source code and x,y didn't show in the chart.

vikas-chandra-mnnit commented 2 years ago

@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.

EstiT commented 2 years ago

@vikas-chandra-mnnit can you provide a code example?