Jawbone / JBChartView

iOS-based charting library for both line and bar graphs.
Other
3.73k stars 420 forks source link

Updated XCode, now bar chart incorrectly loads data and bars are invisible #235

Open dancemonkey opened 7 years ago

dancemonkey commented 7 years ago

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.

srajsushmitha commented 6 years ago

Similar issue. Bar chart displays max values even when the data is 0. Checked data in heightforbar, it's 0.0 Could anybody help out in this