Skip to contents

Core

Create widgets and add visualization layers

myIO()
myIO
addIoLayer()
addLayer()

Axes & Scales

Control axis formatting, limits, and orientation

setAxisFormat()
setAxisFormat()
setAxisLimits()
setAxisLimits()
defineCategoricalAxis()
defineCategoricalAxis()
flipAxis()
flipAxis()
suppressAxis()
suppressAxis()

Appearance

Customize colors, margins, themes, and visual elements

setMargin()
setMargin()
setColorScheme()
setColorScheme()
setTheme()
setTheme()
setTransitionSpeed()
setTransitionSpeed()
suppressLegend()
suppressLegend()

Interactions

Add interactive behaviors like tooltips, drag, and toggles

dragPoints()
dragPoints()
setReferenceLines()
setReferenceLines()
setToggle()
setToggle()
setToolTipOptions()
setToolTipOptions()

Shiny

Use myIO widgets in Shiny applications

myIOOutput() renderMyIO()
Shiny bindings for myIO