Skip to content

Commit

Permalink
graph-generator: update plotly.js to version 2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jul 19, 2023
1 parent f224337 commit 9483db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph-generator/generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ nonstd::expected<std::string, std::string> generate_header(Template& tpl)
{
return "Failed to load section 'script' from template.";
}
tpl.tag("url", "https://cdn.plot.ly/plotly-basic-2.24.2.min.js");
tpl.tag("url", "https://cdn.plot.ly/plotly-basic-2.24.3.min.js");
scripts += tpl.generate().value();

if (!tpl.load_section("header"))
Expand Down

0 comments on commit 9483db1

Please sign in to comment.