view method
Renders the widget to a string or View.
Use layout widgets like Row and Column to compose child views.
Implementation
@override
Object view() => _renderBarChartString(
values,
width ?? 40,
height ?? 10,
barStyle ?? const UvStyle(),
axisStyle ?? const UvStyle(),
gridStyle ?? const UvStyle(),
labelStyle ?? const UvStyle(),
showAxis,
showGrid,
gridRows,
gridCols,
xLabels,
yLabels,
legendEntries,
legendColumns,
legendRowGap,
legendPosition,
legendPadding,
barChar,
barGap,
);