dyna3/app-proto
Aaron Fenyes 6d2e3d776b Show the loss history from the last realization
This introduces a dependency on the Charming crate, which we use to plot
the loss history, and the ECharts JavaScript library, which Charming
depends on.

Now that there's more than one canvas on the page, we have to pick out
the display by ID rather than by element type in our style sheet.
2025-06-09 22:21:34 -07:00
..
examples Encapsulate realization results 2025-06-09 22:21:34 -07:00
src Show the loss history from the last realization 2025-06-09 22:21:34 -07:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.lock Show the loss history from the last realization 2025-06-09 22:21:34 -07:00
Cargo.toml Show the loss history from the last realization 2025-06-09 22:21:34 -07:00
index.html Show the loss history from the last realization 2025-06-09 22:21:34 -07:00
main.css Show the loss history from the last realization 2025-06-09 22:21:34 -07:00
run-examples Encapsulate realization results 2025-06-09 22:21:34 -07:00