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 display lineChart in the viewDidLoad in myViewController but I need to display another lineChart with new data in the same view in myViewController after I click button that exist in myViewController.
I called setChart() in my button action with new data but it still display the lineChart that called in the viewDidLoad
The text was updated successfully, but these errors were encountered:
I display lineChart in the viewDidLoad in myViewController but I need to display another lineChart with new data in the same view in myViewController after I click button that exist in myViewController.
I called setChart() in my button action with new data but it still display the lineChart that called in the viewDidLoad
The text was updated successfully, but these errors were encountered: