Skip to content

Commit

Permalink
Doc: fix <div> formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mkranj committed Aug 28, 2023
1 parent 623497f commit 98b1e68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/echarts4r.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ echarts_build <- function(e) {
#' @param ... Any other argument.
#' @param reorder Set to \code{FALSE} to not reorder numeric x axis values.
#'
#' @section Details: The chart is created inside a parent *<div>* element, the
#' dimensions of which are controlled by the \code{'width'} and
#' @section Details: The chart is created inside a parent \code{'<div>'}
#' element, the dimensions of which are controlled by the \code{'width'} and
#' \code{'height'} arguments. When these dimensions are small, it is possible
#' that the chart \code{'grid'} resizes to a size larger than the parent,
#' which might result in unexpected size given the input arguments. To disable
Expand Down Expand Up @@ -472,8 +472,8 @@ e_data <- function(e, data, x) {
#' @param id Target chart id.
#' @param session Shiny session.
#'
#' @section Details: The chart is created inside a parent *<div>* element, the
#' dimensions of which are controlled by the \code{'width'} and
#' @section Details: The chart is created inside a parent \code{'<div>'}
#' element, the dimensions of which are controlled by the \code{'width'} and
#' \code{'height'} arguments. When these dimensions are small, it is possible
#' that the chart \code{'grid'} resizes to a size larger than the parent,
#' which might result in unexpected size given the input arguments. To disable
Expand Down

0 comments on commit 98b1e68

Please sign in to comment.