Skip to content

Commit 75c50be

Browse files
authored
Merge pull request #658 from Gallinator/bar-chart-crash-fix
Fix BarChart crash
2 parents 813fbc2 + 1e4e2f4 commit 75c50be

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

chartLib/src/main/kotlin/info/appdev/charting/data/BarDataSet.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,4 @@ open class BarDataSet(yVals: MutableList<BarEntry>, label: String) : BarLineScat
193193
set(value) {
194194
mStackLabels = value
195195
}
196-
197-
override fun getEntryIndex(entry: BarEntry): Int {
198-
return this.getEntryIndex(entry)
199-
}
200196
}

0 commit comments

Comments
 (0)