Skip to content

Commit

Permalink
graph-generator: update plotly.js to version 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 6, 2024
1 parent 011ea22 commit a2a7f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graph-generator/generator.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
-------------------------------------------------------------------------------
This file is part of thermos.
Copyright (C) 2022, 2023 Dirk Stolle
Copyright (C) 2022, 2023, 2024 Dirk Stolle
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down 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.27.1.min.js");
tpl.tag("url", "https://cdn.plot.ly/plotly-basic-2.28.0.min.js");
scripts += tpl.generate().value();

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

0 comments on commit a2a7f34

Please sign in to comment.