You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am totally new to this library. I tried to follow the tutorial: http://www.appcoda.com/ios-charts-api-tutorial/.
However after installing via cocoa pods the library to my project and type
barChartView.noDataText = "You need to provide data for the chart."
I got the EXEC_BAD_INSTRUCTION error as shown in the below image.
Please suggest me where I am wrong.
P.S. I already set the view inside of BarChartView as
Class: BarChartView
Module: Charts
P.S. Actually, the noDataTextDescription method and others also doesn't work.
The text was updated successfully, but these errors were encountered:
patcharaploy
changed the title
barChartView.noDataText doesn't work
fatal error: unexpectedly found nil while unwrapping an Optional value error when I set barChartView.noDataText
Mar 11, 2016
Hello experts,
I am totally new to this library. I tried to follow the tutorial: http://www.appcoda.com/ios-charts-api-tutorial/.
However after installing via cocoa pods the library to my project and type
barChartView.noDataText = "You need to provide data for the chart."
I got the EXEC_BAD_INSTRUCTION error as shown in the below image.
Please suggest me where I am wrong.
P.S. I already set the view inside of BarChartView as
Class: BarChartView
Module: Charts
P.S. Actually, the noDataTextDescription method and others also doesn't work.
The text was updated successfully, but these errors were encountered: