Skip to content

Commit 948e7b4

Browse files
committed
typo
1 parent 9d0ea28 commit 948e7b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/scatter.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ hgch_scatter_NumNum <- function(data,
3838

3939
hc <- hchart(d, type = "scatter", hcaes(x = a, y = b)) %>%
4040
hc_tooltip(headerFormat = "",
41-
pointFormat = paste0("<b>", horlabel, "</b>: {point.a} <br/><b>",
41+
pointFormat = paste0("<b>", horLabel, "</b>: {point.a} <br/><b>",
4242
verLabel, "</b>: {point.b}")) %>%
4343
hc_title(text = title) %>%
4444
hc_subtitle(text = subtitle) %>%
@@ -330,7 +330,7 @@ hgch_scatter_CatNumNumNum <- function(data,
330330
#' @section ctypes:
331331
#' Cat-Num-Num
332332
#' @examples
333-
#' hgch_scatter_coloured_CatNumNumNum(sampleData("Cat-Num-Num", nrow = 10))
333+
#' hgch_scatter_coloured_CatNumNumNum(sampleData("Cat-Num-Num-Num", nrow = 10))
334334
#' @export hgch_scatter_coloured_CatNumNumNum
335335
hgch_scatter_coloured_CatNumNumNum <- function(data,
336336
title = NULL,

0 commit comments

Comments
 (0)