Configuration for charts with no data
Usage
ax_nodata(
ax,
text = "No data",
align = "center",
verticalAlign = "middle",
color = NULL,
fontSize = NULL,
fontFamily = NULL,
offsetX = NULL,
offsetY = NULL
)
Arguments
- ax
An
apexchart()
htmlwidget
object.- text
The text to display when no-data is available.
- align
Horizontal alignment:
"left"
,"center"
or"right"
.- verticalAlign
Vertical alignment:
"top"
,"middle"
or"bottom"
.- color
ForeColor of the text.
- fontSize
FontSize of the text.
- fontFamily
FontFamily of the text.
- offsetX, offsetY
Text offset.
Value
An apexchart()
htmlwidget
object.