Skip to content

Commit

Permalink
fix: Typo in bar chart data docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Peetee06 authored and imaNNeo committed Nov 26, 2024
1 parent e570ae6 commit b1f8bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/chart/bar_chart/bar_chart_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BarChartData extends AxisChartData with EquatableMixin {
/// It draws some titles on left, top, right, bottom sides per each axis number,
/// you can modify [titlesData] to have your custom titles,
/// also you can define the axis title (one text per axis) for each side
/// using [axisTitleData], you can restrict the y axis using [minX], and [maxY] values.
/// using [axisTitleData], you can restrict the y axis using [minY], and [maxY] values.
///
/// It draws a color as a background behind everything you can set it using [backgroundColor],
/// then a grid over it, you can customize it using [gridData],
Expand Down

0 comments on commit b1f8bdd

Please sign in to comment.