createAreaChart: Create an Area Chart in Highcharter

View source: R/createAreaChart.R

createAreaChartR Documentation

Create an Area Chart in Highcharter

Description

This function creates an area chart in highcharter

Usage

createAreaChart(title, qbSource, dat, nameLabel, valueLabel, categoryLabel)

Arguments

title

This is the title of the chart

qbSource

This is the source html link

dat

This is the data source to be graphed

nameLabel

This is the name of the column that contains the "names" of the data series

valueLabel

This is the name of the column that contains the "data" of the data series

categoryLabel

This is the name of the column that contains the "categories" or x axis of the data series

Examples

createAreaChart("Iris Data Set Area Chart Example","https://en.wikipedia.org/wiki/Iris_flower_data_set",iris,"Species","Sepal.Length","Petal.Length")

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.