more height for param graphs

This commit is contained in:
Filip Graliński 2018-07-30 10:59:06 +02:00
parent b14e675c61
commit 877aa9ef49
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $if not (null params)
<tt>#{param}
$forall test <- selectedTests
<a name="link-chart-#{param}-#{toPathPiece $ entityKey test}">
<div id="chart-#{param}-#{toPathPiece $ entityKey test}">
<div style="height:800px" 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>