author | ymh <ymh.work@gmail.com> |
Tue, 15 Nov 2016 17:42:57 +0100 | |
changeset 424 | feb0d3e0fef9 |
parent 393 | 5ef3bfef0bff |
permissions | -rw-r--r-- |
424
feb0d3e0fef9
add dynamic date range calculation for dates, and add color gradient component, add color gradient for language and chrono
ymh <ymh.work@gmail.com>
parents:
393
diff
changeset
|
1 |
<div>{{ color-gradient domainStart=minCount domainEnd=maxCount scale=colorScale }}</div> |
393 | 2 |
{{#each decades as |decade| }} |
195
9d083636bd99
Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents:
98
diff
changeset
|
3 |
<div class="interval"> |
393 | 4 |
{{input type="checkbox" checked=(is-checked date decade) indeterminate=(is-indeterminate date decade) click=(action 'selectDecade' decade)}} |
5 |
<ul class="{{ decade }}"> |
|
6 |
{{#each (range decade 10) as |year| }} |
|
424
feb0d3e0fef9
add dynamic date range calculation for dates, and add color gradient component, add color gradient for language and chrono
ymh <ymh.work@gmail.com>
parents:
393
diff
changeset
|
7 |
{{ visu-chrono-year datestats=datestats year=year range=rangeArray scale=colorScale }} |
393 | 8 |
{{/each}} |
195
9d083636bd99
Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents:
98
diff
changeset
|
9 |
</ul> |
48
9ef0952033e0
add example of visualisation for "chonologie"
nowmad@nowmads-macbook-pro.local
parents:
diff
changeset
|
10 |
</div> |
393 | 11 |
{{/each}} |