Usage
fusionCustomAxis(
fusionPlot,
showlabels = TRUE,
xAxisPosition = c("bottom", "top", "left", "right"),
yAxisPosition = c("left", "right", "top", "bottom"),
AxisNameBorderColor = NULL,
AxisNameBorderAlpha = "0",
AxisNameBorderPadding = "6",
AxisNameBorderRadius = "3",
AxisNameBorderThickness = "2",
AxisNameBorderDashed = FALSE,
AxisNameBorderDashLen = "4",
AxisNameBorderDashGap = "2",
AxisNameBgColor = NULL,
AxisNameBgAlpha = "0",
AxisNameFontAlpha = "100",
AxisValueFont = "Arial",
AxisValueFontSize = "1px",
AxisValueFontColor = NULL,
AxisValueFontBold = FALSE,
AxisValueFontItalic = FALSE,
AxisValueAlpha = "100",
AxisValueBgColor = NULL,
AxisValueBgAlpha = "50",
AxisValueBorderColor = "#ffffff",
AxisValueBorderAlpha = "0",
AxisValueBorderPadding = "5",
AxisValueBorderRadius = "2",
AxisValueBorderThickness = "3",
AxisValueBorderDashed = FALSE,
AxisValueBorderDashLen = "2",
AxisValueBorderDashGap = "2"
)