customizeSegment method
Changes the series color, border color, and border width.
Implementation
@override
void customizeSegment(ChartSegment segment) {
  updateSegmentColor(segment, color, borderWidth, isLineType: true);
  updateSegmentGradient(segment);
}