From 10fe4eee199170eb4b08fe88f21034137250535c Mon Sep 17 00:00:00 2001 From: pvictor Date: Sat, 15 Feb 2020 13:07:05 +0100 Subject: [PATCH] regenerate man --- man/ax_colors.Rd | 2 +- man/ax_dataLabels.Rd | 2 +- man/ax_labs.Rd | 6 +++--- man/ax_legend.Rd | 6 +++--- man/ax_tooltip.Rd | 2 +- man/events_opts.Rd | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/man/ax_colors.Rd b/man/ax_colors.Rd index 620bba8..af926e3 100644 --- a/man/ax_colors.Rd +++ b/man/ax_colors.Rd @@ -9,7 +9,7 @@ ax_colors(ax, ...) \arguments{ \item{ax}{A \code{apexcharts} \code{htmlwidget} object.} -\item{...}{Colors for the chart’s series. When all colors are used, it starts from the beginning.} +\item{...}{Colors for the chart's series. When all colors are used, it starts from the beginning.} } \value{ A \code{apexcharts} \code{htmlwidget} object. diff --git a/man/ax_dataLabels.Rd b/man/ax_dataLabels.Rd index 233a06d..b9e57ff 100644 --- a/man/ax_dataLabels.Rd +++ b/man/ax_dataLabels.Rd @@ -21,7 +21,7 @@ ax_dataLabels( \item{enabled}{To determine whether to show dataLabels or not.} -\item{textAnchor}{The alignment of text relative to dataLabel’s drawing position. +\item{textAnchor}{The alignment of text relative to dataLabel's drawing position. Accepted values \code{"start"}, \code{"middle"} or \code{"end"}.} \item{offsetX}{Sets the left offset for dataLabels.} diff --git a/man/ax_labs.Rd b/man/ax_labs.Rd index 5f2906e..2d6a365 100644 --- a/man/ax_labs.Rd +++ b/man/ax_labs.Rd @@ -27,11 +27,11 @@ meteo_paris <- data.frame( tmin = c(3, 3, 5, 7, 11, 14, 16, 16, 13, 10, 6, 3) ) -apex(meteo_paris, type = "column", aes(x = month, y = tmin)) \%>\% +apex(meteo_paris, type = "column", aes(x = month, y = tmin)) \%>\% ax_labs( title = "Average minimal temperature in Paris", subtitle = "Data from NOAA", - x = "Month", - y = "Temperature (°C)" + x = "Month", + y = "Temperature (\u00b0C)" ) } diff --git a/man/ax_legend.Rd b/man/ax_legend.Rd index 9b1713e..585bd85 100644 --- a/man/ax_legend.Rd +++ b/man/ax_legend.Rd @@ -36,15 +36,15 @@ ax_legend( \item{showForSingleSeries}{Show legend even if there is just 1 series.} -\item{showForNullSeries}{Allows you to hide a particular legend if it’s series contains all null values.} +\item{showForNullSeries}{Allows you to hide a particular legend if it's series contains all null values.} -\item{showForZeroSeries}{Allows you to hide a particular legend if it’s series contains all 0 values.} +\item{showForZeroSeries}{Allows you to hide a particular legend if it's series contains all 0 values.} \item{horizontalAlign}{Available options for horizontal alignment: \code{"right"}, \code{"center"}, \code{"left"}.} \item{fontSize}{Sets the fontSize of legend text elements} -\item{textAnchor}{The alignment of text relative to legend’s drawing position} +\item{textAnchor}{The alignment of text relative to legend's drawing position} \item{offsetY}{Sets the top offset for legend container.} diff --git a/man/ax_tooltip.Rd b/man/ax_tooltip.Rd index 4a6bc54..00eea79 100644 --- a/man/ax_tooltip.Rd +++ b/man/ax_tooltip.Rd @@ -31,7 +31,7 @@ ax_tooltip( \item{shared}{Logical. When having multiple series, show a shared tooltip.} -\item{followCursor}{Logical. Follow user’s cursor position instead of putting tooltip on actual data points.} +\item{followCursor}{Logical. Follow user's cursor position instead of putting tooltip on actual data points.} \item{intersect}{Logical. Show tooltip only when user hovers exactly over datapoint.} diff --git a/man/events_opts.Rd b/man/events_opts.Rd index 372cb40..713a3cd 100644 --- a/man/events_opts.Rd +++ b/man/events_opts.Rd @@ -35,7 +35,7 @@ events_opts( \item{dataPointSelection}{Fires when user clicks on a datapoint (bar/column/marker/bubble/donut-slice).} -\item{dataPointMouseEnter}{Fires when user’s mouse enter on a datapoint (bar/column/marker/bubble/donut-slice).} +\item{dataPointMouseEnter}{Fires when user's mouse enter on a datapoint (bar/column/marker/bubble/donut-slice).} \item{dataPointMouseLeave}{MouseLeave event for a datapoint (bar/column/marker/bubble/donut-slice).}