Skip to content

Commit

Permalink
graph-generator: update plotly.js to version 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jul 28, 2023
1 parent 9483db1 commit a502bf9
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.3.min.js");
tpl.tag("url", "https://cdn.plot.ly/plotly-basic-2.25.0.min.js");
scripts += tpl.generate().value();

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

0 comments on commit a502bf9

Please sign in to comment.