Skip to content

Commit b4a013f

Browse files
committed
Extendendo gráfico de calor para todos os anos
1 parent 9613193 commit b4a013f

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

analytics/controller.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,10 @@ def _compute_publication_and_citing_years_heat(query_result):
394394
def publication_and_citing_years_heat(self, issn, titles, raw=False):
395395

396396
end = datetime.now()
397-
start = end - timedelta(365*15)
398397

399398
query_result = self.publication_and_citing_years(
400399
issn,
401400
titles,
402-
py_range=[start.year, end.year],
403401
raw=raw
404402
)
405403

analytics/templates/website/bibliometrics_journal_received_citations_heat_chart.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
$.getJSON(url, function(data) {
1414
15-
data['options']['title'] = {'text': 'Citações recebidas pelo periódico (15 anos)'};
15+
data['options']['title'] = {'text': 'Citações recebidas pelo periódico'};
1616
data['options']['subtitle'] = {'text': '${selected_journal}'}
1717
data['options']['tooltip'] = {
1818
'formatter': function () {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="analytics",
33-
version='1.13.3',
33+
version='1.14.3',
3434
description="A analytics frontend for SciELO usage and publication statistics",
3535
author="SciELO",
3636
author_email="scielo-dev@googlegroups.com",

0 commit comments

Comments
 (0)