Shivam Garg
Shivam Garg
Yes I know that but I was thinking if you could implement that somehow in your widget only. Although I am not quiet sure of how the UI will look...
Any updates? I want to show Icons or Images over bar rods. I tried to do this in getTooltipItem but it expects BarTooltipItem which only allows text.
any update?
Specifying unique key on BarChart() fixes this ```dart BarChart( key: UniqueKey(), ... ), ```