Correct version string of plotly cache file name

This commit is contained in:
Jks Liu 2021-01-11 22:48:04 +08:00
parent 7b8609ea1a
commit d0e01a8d88

View File

@ -79,7 +79,7 @@ function __init__()
end
if get(ENV, "PLOTS_HOST_DEPENDENCY_LOCAL", "false") == "true"
global plotly_local_file_path[] = joinpath(@get_scratch!("plotly"), "plotly-1.54.2.min.js")
global plotly_local_file_path[] = joinpath(@get_scratch!("plotly"), "plotly-1.57.1.min.js")
if !isfile(plotly_local_file_path[])
download("https://cdn.plot.ly/plotly-1.57.1.min.js", plotly_local_file_path[])
end