I need disable some elements from my chart.
I used the iOS-charts library in (Swift 2), however I can\'t understand how to disable the following:
H
self.chartView.drawEntryLabelsEnabled = false
This will hide the label from PieChart and shows only value. Also shows legend with label texts.
PieChart