hideTooltipAction()

in src/visual.tsx [83:85]


    hideTooltipAction() {
        this.setState({ isTooltipShown: false });
    }