Global settings

Global settings

VegaLite.renderer โ€” Function.

renderer()

show current rendering mode (svg or canvas)

renderer(::Symbol)

set rendering mode (svg or canvas)

source
VegaLite.actionlinks โ€” Function.

actionlinks()::Bool

show if plots will have (true) or not (false) the action links displayed

actionlinks(::Bool)

indicate if actions links should be dislpayed under the plot

source