File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
335335hgch_scatter_coloured_CatNumNumNum <- function (data ,
336336 title = NULL ,
You can’t perform that action at this time.
0 commit comments