fixed typos

This commit is contained in:
pvictor 2020-10-05 09:44:14 +02:00
parent c7d037eea8
commit be7b3d4061
6 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#' @title Quick ApexChart
#' @title Quick ApexCharts
#'
#' @description Initialize a chart with three main parameters :
#' data, mapping and type of chart.

View File

@ -127,7 +127,7 @@ config_update <- function(series_animate = TRUE,
#' @param quoted Is \code{expr} a quoted expression (with \code{quote()})? This
#' is useful if you want to save an expression in a variable.
#'
#' @return An Apexchart output that can be included in the application UI.
#' @return An Apexcharts output that can be included in the application UI.
#'
#' @name apexcharter-shiny
#'

View File

@ -1,7 +1,8 @@
#' @title Add a line to a chart
#'
#' @description On bar and scatter cherts add a line, on scatter charts add a smooth line.
#' @description Add a line to an existing chart (bar, scatter and line types supported).
#' On scatter charts you can also add a smooth line.
#'
#' @param ax An \code{\link{apex}} \code{htmlwidget} object.
#' @param mapping Default list of aesthetic mappings to use for chart.

View File

@ -48,7 +48,8 @@ the \code{data.frame} provided in \code{apex()} will be used.}
A \code{apexcharts} \code{htmlwidget} object.
}
\description{
On bar and scatter cherts add a line, on scatter charts add a smooth line.
Add a line to an existing chart (bar, scatter and line types supported).
On scatter charts you can also add a smooth line.
}
\examples{
library(apexcharter)

View File

@ -2,7 +2,7 @@
% Please edit documentation in R/apex.R
\name{apex}
\alias{apex}
\title{Quick ApexChart}
\title{Quick ApexCharts}
\usage{
apex(
data,

View File

@ -31,7 +31,7 @@ string and have \code{'px'} appended.}
is useful if you want to save an expression in a variable.}
}
\value{
An Apexchart output that can be included in the application UI.
An Apexcharts output that can be included in the application UI.
}
\description{
Output and render functions for using apexcharter within Shiny