Tooltip builder does not return the correct data. Using this pseudo code:
TooltipBehavior(
duration: 20000,
enable: true,
// Templating the tooltip
builder: (dynamic data, dynamic point, dynamic series, int pointIndex, int seriesIndex) {
print(data);
}