Initial CSS setup for the SVG.
inlineCssSetup(minheight, cursor_all, overflow, position, fill, cursor_text)
minimum height in "px"
. Default is "200px".
The cursor symbol for the whole SVG. Default is "all-scroll".
Overflow value for the whole SVG. Default is "inherit".
CSS position of the SVG. Default is "sticky".
Fill color for the SVG background. Default is "transparent".
The cursor symbol for text nodes. Default is "pointer".
use_svgzoom
Other Shiny Functions:
init_js()
,
renderVtree()
,
use_svgzoom()
,
vtreeOutput()