Skip to content

Commit

Permalink
Merge pull request #634 from luisDVA/patch-1
Browse files Browse the repository at this point in the history
typo in opts.R
  • Loading branch information
JohnCoene authored Jun 11, 2024
2 parents 57b6410 + e78c976 commit 063883b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ e_text_style <- function(e, ...) {
#' @param ids Scalar, vector or list of ids of chart to connect with.
#' @param rows,cols Number of rows and columns.
#' @param ... Any \code{echarts} objects.
#' @param width Wdith of columns, one of \code{xs}, \code{md}, \code{lg}.
#' @param width Width of columns, one of \code{xs}, \code{md}, \code{lg}.
#' @param group Group name.
#' @param title Title of charts.
#'
Expand Down Expand Up @@ -1179,4 +1179,4 @@ e_locale_manual <- function(e, locale, path){

e$x$mainOpts$locale <- locale
return(e)
}
}

0 comments on commit 063883b

Please sign in to comment.