PlexBarChart constructor
const
PlexBarChart({})
Implementation
const PlexBarChart({
super.key,
this.title,
required this.series,
this.orientation = PlexBarOrientation.vertical,
this.stacked = false,
this.height = 300,
this.showLegend = true,
this.onDataPointTap,
});