menu
flutter_simple_charts package
documentation
charts/bar_chart.dart
BarChart
showLabels property
showLabels property
dark_mode
light_mode
showLabels
property
bool
showLabels
final
Whether to display labels on each bar of the chart. Defaults to true.
Implementation
final bool showLabels;
flutter_simple_charts package
documentation
charts/bar_chart
BarChart
showLabels property
BarChart class