in src/visual.ts [1676:1681]
public isPopupShow(d: DataPoint): boolean {
if (!this.popupHeight || !d || !d.popupInfo || (this.animationIsPlaying() && !d.selected)) {
return false;
}
return d.selected;
}