diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 13:22:50 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 13:22:50 +0200 |
| commit | 95914436ee3b36e8c7b03941ca2cfd03a0404805 (patch) | |
| tree | a1cf678144f85d04ada7ffc453b4e5690c072003 /client | |
| parent | f98046ae89f42082ccbd3126533ba548d734aa78 (diff) | |
| parent | 4a11e59f991c8ca12ef4ca20a3b01741f311a0e4 (diff) | |
merge
Diffstat (limited to 'client')
| -rw-r--r-- | client/chart/constants.js | 4 | ||||
| -rw-r--r-- | client/chart/countriesByYear.chart.js | 1 |
2 files changed, 3 insertions, 2 deletions
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 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 { } }} /> + <div className='caption'>{paper.name}{' dataset citations by country per year'}</div> </div> ) } |
