NrbMultiLineChart constructor
const
NrbMultiLineChart({})
Constructor for the multi-line chart.
Implementation
const NrbMultiLineChart({
super.key,
required this.series,
required this.xAxisLabels,
this.width = double.infinity,
this.height = 250.0,
this.gridColor = const Color(0xFFE0E0E0), // Light grey for day mode
this.textColor = const Color(0xFF555555), // Dark grey for day mode
this.animationDuration = const Duration(milliseconds: 1500),
});