From 5366253cc74b6df84cd0923220d288dc7385e111 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Sun, 31 Mar 2019 18:55:38 +0200 Subject: change gov/mil to mil/gov --- client/chart/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/chart') diff --git a/client/chart/constants.js b/client/chart/constants.js index 70375ba3..b916cbd2 100644 --- a/client/chart/constants.js +++ b/client/chart/constants.js @@ -59,6 +59,6 @@ export const institutionOrder = { export const institutionLabels = { 'edu': 'Academic', 'company': 'Commercial', - 'gov': 'Government / Military', - 'mil': 'Government / Military', + 'gov': 'Military / Government', + 'mil': 'Military / Government', } \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 5fd122dfdada96d4857fa48d2f7d1df8f787fcd5 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Mon, 1 Apr 2019 12:51:19 +0200 Subject: caption --- client/chart/countriesByYear.chart.js | 1 + 1 file changed, 1 insertion(+) (limited to 'client/chart') diff --git a/client/chart/countriesByYear.chart.js b/client/chart/countriesByYear.chart.js index 4257748c..2284f774 100644 --- a/client/chart/countriesByYear.chart.js +++ b/client/chart/countriesByYear.chart.js @@ -158,6 +158,7 @@ class CountriesByYearChart extends Component { } }} /> +
{paper.name}{' dataset citations by country per year'}
) } -- cgit v1.2.3-70-g09d2