Utils
LightweightCharts.lwc_save
— Functionlwc_save(filepath::String, plt)
Saves a chart plt
by the filepath
(the preferred saved file extension is html
).
See also lwc_show
.
LightweightCharts.lwc_show
— Functionlwc_show(plt; filepath = joinpath(homedir(), "lightweightcharts.html"))
Saves a chart plt
by the filepath
and then displays it in the browser.
See also lwc_save
.