Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
11272370
Commit
11272370
authored
Oct 26, 2016
by
c24b
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TPL] Bar for chart
parent
ca3b8bd8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
26 deletions
+35
-26
sources.html
templates/pages/corpora/sources.html
+17
-14
terms.html
templates/pages/corpora/terms.html
+13
-11
titles.html
templates/pages/corpora/titles.html
+5
-1
No files found.
templates/pages/corpora/sources.html
View file @
11272370
...
...
@@ -35,21 +35,24 @@
<br>
</div>
</div>
<div
id=
"monthly-move-chart"
>
<center>
<p
id=
"sources_time"
class=
"help"
>
Select a frequency group in the chart with blue bars to zoom in
</p>
<p
align=
"center"
>
<!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>-->
<a
class=
"btn btn-xs btn-default"
href=
"javascript:volumeChart.filterAll();dc.redrawAll();"
>
Reset
</a></p>
<!-- <p style="font-size:70%">
<b>x</b>: amount of documents for the source
<b>y</b>: number of sources with that amount
</p> -->
<div
class=
"clearfix"
></div>
</center>
<div
class=
"bs-callout"
>
<div
class=
"row"
>
<div
id=
"monthly-move-chart"
>
<center>
<p
id=
"sources_time"
class=
"help"
>
Select a frequency group in the chart with blue bars to zoom in
</p>
<p
align=
"center"
>
<!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>-->
<a
class=
"btn btn-xs btn-default"
href=
"javascript:volumeChart.filterAll();dc.redrawAll();"
>
Reset
</a></p>
<!-- <p style="font-size:70%">
<b>x</b>: amount of documents for the source
<b>y</b>: number of sources with that amount
</p> -->
<div
class=
"clearfix"
></div>
</center>
</div>
</div>
</div>
</div>
</div>
...
...
templates/pages/corpora/terms.html
View file @
11272370
...
...
@@ -93,17 +93,19 @@ em {
<br>
</div>
</div>
<div
id=
"monthly-move-chart"
>
<center>
<p
id=
"terms_time"
class=
"help"
>
Select a score/frequency range in the chart with blue bars to zoom in
<p>
<p
align=
"center"
>
<!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>-->
<a
class=
"btn btn-xs btn-default"
href=
"javascript:volumeChart.filterAll();dc.redrawAll();"
>
Reset
</a></p>
<div
class=
"clearfix"
></div>
</center>
</div>
</div>
</div>
<div
class=
"bs-callout"
>
<div
class=
"row"
>
<div
id=
"monthly-move-chart"
>
<center>
<p
id=
"terms_time"
class=
"help"
>
Select a score/frequency range in the chart with blue bars to zoom in
<p>
<p
align=
"center"
>
<!--<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>-->
<a
class=
"btn btn-xs btn-default"
href=
"javascript:volumeChart.filterAll();dc.redrawAll();"
>
Reset
</a></p>
<div
class=
"clearfix"
></div>
</center>
</div>
</div>
</div>
<div
class=
"container"
>
<!-- (values set by js) caching our DB ids (handy for list update commands) -->
...
...
templates/pages/corpora/titles.html
View file @
11272370
...
...
@@ -24,7 +24,10 @@
<div
id=
"monthly-volume-chart"
></div>
</div>
<div
id=
"monthly-move-chart"
>
</div>
<div
class=
"bs-callout"
>
<div
class=
"row"
>
<div
id=
"monthly-move-chart"
>
<center>
<p
class=
"help"
id=
"titles_time"
>
Select a time range in the chart with blue bars to zoom in
</p>
<p
align=
"center"
>
...
...
@@ -33,6 +36,7 @@
</p>
<div
class=
"clearfix"
></div>
</center>
</div>
</div>
<div
id=
"content_loader"
>
<br>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment