From 1b8c74dfabcff554cbdae051492fc5396ac95cd1 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Tue, 7 Oct 2025 12:48:50 -0700 Subject: [PATCH] typo: paramters->parameters --- inst/mansections/gvisOptions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/mansections/gvisOptions.txt b/inst/mansections/gvisOptions.txt index ec40495..514361a 100644 --- a/inst/mansections/gvisOptions.txt +++ b/inst/mansections/gvisOptions.txt @@ -38,7 +38,7 @@ such as: \code{options=list(titleTextStyle="\{color:'red', fontName:'Courier', fontSize:16\}")} } -\item{paramters that can have more than one value per sub-options are +\item{parameters that can have more than one value per sub-options are wrapped in "[ ]". For example to set the labels for left and right axes use: \code{options=list(vAxes="[\{title:'val1'\}, \{title:'val2'\}]")}