From 2e277adfc20f743fe6534b5e512f6ebe9bdfb9b3 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Fri, 12 Jan 2024 20:58:37 -0500 Subject: [PATCH] Update nanoplot_options.Rd --- man/nanoplot_options.Rd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man/nanoplot_options.Rd b/man/nanoplot_options.Rd index 832587112f..2d30363916 100644 --- a/man/nanoplot_options.Rd +++ b/man/nanoplot_options.Rd @@ -12,6 +12,7 @@ nanoplot_options( data_line_type = NULL, data_line_stroke_color = NULL, data_line_stroke_width = NULL, + data_area_fill_color = NULL, data_bar_stroke_color = NULL, data_bar_stroke_width = NULL, data_bar_fill_color = NULL, @@ -99,6 +100,14 @@ The width of the connecting data line can be modified with the \code{data_line_stroke_width} option. By default, a value of \code{4} (as in '4px') is used.} +\item{data_area_fill_color}{\emph{Fill color for the data-point-bounded area} + +\verb{scalar} // \emph{default:} \code{NULL} (\code{optional}) + +The fill color for the area that bounds the data points in line plot. The +default is \code{"#FF0000"} (\code{"red"}) but can be changed by providing a color +value to \code{data_area_fill_color}.} + \item{data_bar_stroke_color}{\emph{Color of a data bar's outside line} \verb{scalar} // \emph{default:} \code{NULL} (\code{optional})