Commit 417a21cc authored by c24b's avatar c24b

[TPL] Bar for chart

parent 29f65267
...@@ -35,21 +35,24 @@ ...@@ -35,21 +35,24 @@
<br> <br>
</div> </div>
</div> </div>
<div id="monthly-move-chart"> <div class="bs-callout">
<center> <div class="row">
<p id="sources_time" class="help"> <div id="monthly-move-chart">
Select a frequency group in the chart with blue bars to zoom in </p> <center>
<p align="center"> <p id="sources_time" class="help">
<!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>--> Select a frequency group in the chart with blue bars to zoom in </p>
<a class="btn btn-xs btn-default" href="javascript:volumeChart.filterAll();dc.redrawAll();">Reset</a></p> <p align="center">
<!-- <p style="font-size:70%"> <!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>-->
<b>x</b>: amount of documents for the source <a class="btn btn-xs btn-default" href="javascript:volumeChart.filterAll();dc.redrawAll();">Reset</a></p>
<b>y</b>: number of sources with that amount <!-- <p style="font-size:70%">
</p> --> <b>x</b>: amount of documents for the source
<div class="clearfix"></div> <b>y</b>: number of sources with that amount
</center> </p> -->
<div class="clearfix"></div>
</center>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -93,17 +93,19 @@ em { ...@@ -93,17 +93,19 @@ em {
<br> <br>
</div> </div>
</div> </div>
<div id="monthly-move-chart"> <div class="bs-callout">
<center> <div class="row">
<p id="terms_time" class="help">Select a score/frequency range in the chart with blue bars to zoom in <p> <div id="monthly-move-chart">
<p align="center"> <center>
<!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>--> <p id="terms_time" class="help">Select a score/frequency range in the chart with blue bars to zoom in <p>
<a class="btn btn-xs btn-default" href="javascript:volumeChart.filterAll();dc.redrawAll();">Reset</a></p> <p align="center">
<div class="clearfix"></div> <!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>-->
</center> <a class="btn btn-xs btn-default" href="javascript:volumeChart.filterAll();dc.redrawAll();">Reset</a></p>
</div> <div class="clearfix"></div>
</div> </center>
</div> </div>
</div>
</div>
<div class="container"> <div class="container">
<!-- (values set by js) caching our DB ids (handy for list update commands) --> <!-- (values set by js) caching our DB ids (handy for list update commands) -->
......
...@@ -24,7 +24,10 @@ ...@@ -24,7 +24,10 @@
<div id="monthly-volume-chart"></div> <div id="monthly-volume-chart"></div>
</div> </div>
<div id="monthly-move-chart"> </div>
<div class="bs-callout">
<div class="row">
<div id="monthly-move-chart">
<center> <center>
<p class="help" id="titles_time">Select a time range in the chart with blue bars to zoom in </p> <p class="help" id="titles_time">Select a time range in the chart with blue bars to zoom in </p>
<p align="center"> <p align="center">
...@@ -33,6 +36,7 @@ ...@@ -33,6 +36,7 @@
</p> </p>
<div class="clearfix"></div> <div class="clearfix"></div>
</center> </center>
</div>
</div> </div>
<div id="content_loader"> <div id="content_loader">
<br> <br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment