examples/RStudio-Widget.R

require(hcslim)

options = list(
  chart = list(type = 'line'),
  title = list(text = 'Some Numbers'),
  yAxis = list(
    title = list(
      text = '123456'
    )
  ),
  series = list(
    list(
      name = '123',
      data = c(1, 2, 3)
    ),
    list(
      name = '456',
      data = c(4, 5, 6)
    )
  )
)

hc_widget(options = options)
superchordate/hcslim documentation built on Feb. 20, 2025, 3:28 p.m.