forked from filipg/gonito
minor fixes in the template for param graphs
This commit is contained in:
parent
9d54deb68f
commit
701223e27a
@ -15,9 +15,12 @@ $if not (null params)
|
||||
<h3>Graphs by parameters
|
||||
|
||||
$forall param <- params
|
||||
<h4>#{param}
|
||||
<h4>
|
||||
<tt>#{param}
|
||||
$forall test <- selectedTests
|
||||
<a name="link-chart-#{param}-#{toPathPiece $ entityKey test}">
|
||||
<div id="chart-#{param}-#{toPathPiece $ entityKey test}">
|
||||
[<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>
|
||||
|
Loading…
Reference in New Issue
Block a user