PlexLineChart constructor
const
PlexLineChart({})
Implementation
const PlexLineChart({
super.key,
this.title,
required this.series,
this.showArea = false,
this.height = 300,
this.showLegend = true,
this.onDataPointTap,
});