We are facing an issue in facet chart regarding info tooltip content function.
Normally the contentFunction accepts 3 parameters as follows.
contentsFunction: function (data, activeSeries, range) {}
The activeSeries parameter contains the information about the current stack of each bar.
We are getting null values for active series parameter. this issue typically comes for graphs which contains only one stacked bar. Please find the below attachment.

Please help.