Skip to content

Commit

Permalink
Merge pull request #47 from daniel-v/46-belobardata-painter-fix
Browse files Browse the repository at this point in the history
(fix) BelowBar considers its own color stops refs #46
  • Loading branch information
imaNNeo authored Jul 12, 2019
2 parents cec1bf0 + 8c0fc91 commit c69e033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/chart/line_chart/line_chart_painter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class LineChartPainter extends AxisChartPainter {
stops.add(ss * (index + 1));
});
} else {
stops = barData.colorStops;
stops = barData.belowBarData.gradientColorStops;
}

var from = barData.belowBarData.gradientFrom;
Expand Down

0 comments on commit c69e033

Please sign in to comment.