showTooltipAction()

in src/visual.tsx [79:81]


    showTooltipAction(tooltipEntry: DataEntry) {
        this.setState({ isTooltipShown: true, tooltipEntry });
    }