Fixed tooltip
Usage
set_tooltip_fixed(
ax,
position = c("topLeft", "topRight", "bottomLeft", "bottomRight"),
offsetX = NULL,
offsetY = NULL
)Arguments
- ax
An
apexchart()htmlwidgetobject.- position
Predefined position:
"topLeft","topRight","bottomLeft"or"bottomRight".- offsetX
Sets the left offset for the tooltip container in fixed position.
- offsetY
Sets the top offset for the tooltip container in fixed position.
Value
An apexchart() htmlwidget object.