Learn R Programming

vtree (version 5.6.5)

inlineCssSetup: Setup for inline CSS

Description

Initial CSS setup for the SVG.

Usage

inlineCssSetup(minheight, cursor_all, overflow, position, fill, cursor_text)

Arguments

minheight

minimum height in "px". Default is "200px".

cursor_all

The cursor symbol for the whole SVG. Default is "all-scroll".

overflow

Overflow value for the whole SVG. Default is "inherit".

position

CSS position of the SVG. Default is "sticky".

fill

Fill color for the SVG background. Default is "transparent".

cursor_text

The cursor symbol for text nodes. Default is "pointer".

See Also

use_svgzoom

Other Shiny Functions: init_js(), renderVtree(), use_svgzoom(), vtreeOutput()