diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-01 12:51:19 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-01 12:51:19 +0200 |
| commit | 5fd122dfdada96d4857fa48d2f7d1df8f787fcd5 (patch) | |
| tree | daea0550f41e4f41da417139b1e8c75ca87b5139 | |
| parent | 1d261333895cb9305c73d02170e61c5100a39358 (diff) | |
caption
| -rw-r--r-- | client/chart/countriesByYear.chart.js | 1 |
1 files changed, 1 insertions, 0 deletions
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> ) } |
