df_to_annotations_labels: Function to create annotations arguments from a data frame

Description Usage Arguments Examples

View source: R/helpers.R

Description

Function to create annotations arguments from a data frame

Usage

1
df_to_annotations_labels(df, xAxis = 0, yAxis = 0)

Arguments

df

A data frame with x, y and text columns names.

xAxis

Index (js 0-based) of the x axis to put the annotations.

yAxis

Index (js 0-based) of the y axis to put the annotations.

Examples

1
2
3
df <- data.frame(text = c("hi", "bye"), x = c(0, 1), y = c(1, 0))

df_to_annotations_labels(df)

highcharter documentation built on Jan. 3, 2022, 5:08 p.m.