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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.