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
No changes to my code, but after XCode update the bar chart behaves strangely.
PRIOR to Update
Bar chart loaded with one week's worth of data on viewDidLoad.
AFTER Update
Bar chart loads one week minus a day (six bars instead of 7)
Bars are invisible, touching on chart does not show white highlight but does register touch and drag (I have labels updating with data points, similar to your demo app on weather).
Switching to month and back to week via a segmented controller on my VC correctly loads bars and 7 days of data, all views are visible.
reloadData() is called at launch, and all delegate methods are returning correct values (numberOfBars returns 7, heightForBar returns data for the "missing" 7th day), but still there only 6 invisible bars in the chartView.
The text was updated successfully, but these errors were encountered:
No changes to my code, but after XCode update the bar chart behaves strangely.
PRIOR to Update
AFTER Update
reloadData() is called at launch, and all delegate methods are returning correct values (numberOfBars returns 7, heightForBar returns data for the "missing" 7th day), but still there only 6 invisible bars in the chartView.
The text was updated successfully, but these errors were encountered: