dev: Add plotly graphing library

This commit is contained in:
Jeremy Wall 2024-02-07 13:16:53 -06:00
parent 4d2524efdc
commit 757b86cb00
2 changed files with 9 additions and 0 deletions

View File

@ -78,6 +78,7 @@ pub async fn index(State(config): State<Config>) -> Markup {
title { ("Heracles - Prometheus Unshackled") }
}
body {
script { (PreEscaped(include_str!("../static/plotly-2.27.0.min.js"))) }
script { (PreEscaped(include_str!("../static/htmx.min.js"))) }
(app(State(config.clone())).await)
}

8
static/plotly-2.27.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long