You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
***IMPROVEMENT** (by @imaNNeo) Remove assertion to check to provide only one of `color` or `gradient` property in the [BarChartRodData](https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/bar_chart.md#barchartroddata) and [BackgroundBarChartRodData](https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/bar_chart.md#backgroundbarchartroddata), #1121.
3
3
***IMPROVEMENT** (by @imaNNeo) Make `drawBehindEverything` property default to `true` in [AxisTitles](https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#axistitle) class, #1097.
4
4
***BUGFIX** (by @imaNNeo) Show `0` instead of `-0` in some edge-cases in the default titles
5
+
***FEATURE** (by @tamasapps): Add `tooltipAlignment` and `tooltipHorizontalOffset` property in [LineTouchTooltipData], [BarTouchTooltipData], [ScatterTouchTooltipData].
5
6
6
7
## 0.60.0
7
8
***IMPROVEMENT** (by @lsaudon) Replace flutter_lints by very_good_analysis
|tooltipRoundedRadius|background corner radius of the tooltip bubble|4|
100
100
|tooltipPadding|padding of the tooltip|EdgeInsets.symmetric(horizontal: 16, vertical: 8)|
101
101
|tooltipMargin|margin between the tooltip and the touched spot|16|
102
+
|tooltipAlignment|horizontal alginment of tooltip relative to the bar|FLHorizontalAlignment.center|
103
+
|tooltipHorizontalOffset|horizontal offset of tooltip|0|
102
104
|maxContentWidth|maximum width of the tooltip (if a text row is wider than this, then the text breaks to a new line|120|
103
105
|getTooltipItems|a callback that retrieve [BarTooltipItem](#BarTooltipItem) by the given [BarChartGroupData](#BarChartGroupData), groupIndex, [BarChartRodData](#BarChartRodData) and rodIndex |defaultBarTooltipItem|
104
106
|fitInsideHorizontally| forces tooltip to horizontally shift inside the chart's bounding box| false|
0 commit comments