Skip to content

Commit f2d383a

Browse files
authored
Merge pull request #537 from AppDevNext/KotlinPieRadarChartBase
Kotlin pie radar chart base
2 parents 1bb6d9e + 8a6cf8e commit f2d383a

32 files changed

+586
-735
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/charts/HorizontalBarChart.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,6 @@ public void getBarBounds(BarEntry barEntry, RectF outputRect) {
224224
RectF bounds = outputRect;
225225
IBarDataSet set = mData.getDataSetForEntry(barEntry);
226226

227-
if (set == null) {
228-
outputRect.set(Float.MIN_VALUE, Float.MIN_VALUE, Float.MIN_VALUE, Float.MIN_VALUE);
229-
return;
230-
}
231-
232227
float y = barEntry.getY();
233228
float x = barEntry.getX();
234229

0 commit comments

Comments
 (0)