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
But this still does not help with tooltop, I am specifically talking about callback defined to get tooltip text... BarTooltipItem touchTooltipData(BarChartGroupData group, int groupIndex, BarChartRodData rod, int rodIndex),
Can you pass BarTouchedSpot to touchTooltipData (property of BarTouchData)? It would be a breaking change, but would be better than having 6 parameters to a function.
ezmegy
pushed a commit
to ezmegy/fl_chart
that referenced
this issue
Nov 16, 2020
As per the current implementation of
BarTooltipItem
, the function to customize the tooltip is as belowBarTooltipItem touchTooltipData(BarChartGroupData group, int groupIndex, BarChartRodData rod, int rodIndex)
The callback is missing the index for
stack
position, because of this the tooltip cannot be customized as per stack position.Versions
The text was updated successfully, but these errors were encountered: