gonito/templates/param-graphs.hamlet

14 lines
495 B
Plaintext
Raw Normal View History

2018-07-28 22:02:47 +02:00
$if not (null params)
<h3>Graphs by parameters
$forall param <- params
<h4>
<tt>#{param}
$forall test <- selectedTests
<a name="link-chart-#{param}-#{toPathPiece $ entityKey test}">
2018-07-30 10:59:06 +02:00
<div style="height:800px" id="chart-#{param}-#{toPathPiece $ entityKey test}">
2018-07-28 22:02:47 +02:00
[<a href="#link-chart-#{param}-#{toPathPiece $ entityKey test}">direct link</a>]
<script src="/static/js/d3.min.js" charset="utf-8"></script>
<script src="/static/js/c3.min.js"></script>