Skip to content

Commit

Permalink
Update BarChartRenderer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
oatrice authored Feb 7, 2020
1 parent 33240f9 commit 90e5230
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ protected void drawDataSet(Canvas c, IBarDataSet dataSet, int index) {

trans.pointValuesToPixel(buffer.buffer);

boolean isCustomFill = dataSet.getFills() != null && !dataSet.getFills().isEmpty();

final boolean isCustomFill = dataSet.getFills() != null && !dataSet.getFills().isEmpty();
final boolean isSingleColor = dataSet.getColors().size() == 1;
final boolean isInverted = mChart.isInverted(dataSet.getAxisDependency());

Expand Down

0 comments on commit 90e5230

Please sign in to comment.