public get popupHeight()

in src/visual.ts [740:746]


    public get popupHeight(): number {
        return this.data
            && this.data.settings
            && this.data.settings.popup
            && this.data.settings.popup.show
            && this.data.settings.popup.height || 0;
    }