ashumilov

Results 3 comments of ashumilov

I've got the same error on big dataset. I've removed `one_hot_max_size` paramater and error disappeared.

All labels are gone, bars are shown fully. Yes, labels are out of bound, but what a reason for it? let statsVC = UIViewController() let barChartView = HorizontalBarChartView() statsVC.view.addSubview(barChartView) barChartView.snp.makeConstraints...

Tried with `barChartView.data = barChartData` on the last line. No change. The same for manual call of `notifyDataSetChanged()` in my case.