Skip to content

Commit 0b62217

Browse files
committed
doc and examples
1 parent 8fac608 commit 0b62217

4 files changed

Lines changed: 71 additions & 1 deletion

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export(JS)
44
export(aes)
55
export(chartgpu)
66
export(chartgpuOutput)
7+
export(chartgpu_options)
78
export(chartgpu_serie)
89
export(chartgpu_theme)
910
export(chartgpu_theme_dark)

R/options.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @returns A [chartgpu()] `htmlwidget` object.
88
#' @export
99
#'
10-
#' @examples
10+
#' @example examples/chartgpu_options.R
1111
chartgpu_options <- function(chart, ...) {
1212
stopifnot("`chart` must have been created with `chartgpu`" = inherits(chart, "chartgpu"))
1313
chart$x$options <- modifyList(

man/chartgpu_options.Rd

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chartgpu_serie.Rd

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)