datavzrd 2.64.0

A tool to create visual HTML reports from collections of CSV/TSV tables
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
</head>

<body>
<script src="config.js"></script>
<script src="functions.js"></script>
<script src="../static/bundle.js"></script>
<script src="plots/plots.js"></script>
<script src="data/data_{{ current_page }}.js"></script>

</body>
</html>