Skip to content

Commit

Permalink
improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaPispisa committed Jan 19, 2025
1 parent b47e4ed commit aa74c42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/src/chart/bar_chart/bar_chart_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,11 @@ class BarTouchTooltipData with EquatableMixin {
/// if [BarTouchData.handleBuiltInTouches] is true,
/// [BarChart] shows a tooltip popup on top of rods automatically when touch happens,
/// otherwise you can show it manually using [BarChartGroupData.showingTooltipIndicators].
/// Tooltip shows on top of rods, with [getTooltipColor] as a background color,
/// and you can set corner radius using [tooltipRoundedRadius], of if you need a custom
/// border you can use [tooltipBorderRadius].
/// Tooltip shows on top of rods, with [getTooltipColor] as a background color.
/// You can set the corner radius using [tooltipRoundedRadius],
/// or if you need a custom border, you can use [tooltipBorderRadius].
/// Note that if both [tooltipRoundedRadius] and [tooltipBorderRadius] are set,
/// the value from [tooltipBorderRadius] will be used.
/// If you want to have a padding inside the tooltip, fill [tooltipPadding],
/// or If you want to have a bottom margin, set [tooltipMargin].
/// Content of the tooltip will provide using [getTooltipItem] callback, you can override it
Expand Down

0 comments on commit aa74c42

Please sign in to comment.