summaryrefslogtreecommitdiff
path: root/client/chart
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-02 20:35:50 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-02 20:35:50 +0200
commitf58d41731fc07d94d594d5582aef203564f990ec (patch)
tree0224ecd6801a61e6c6e4a8c7be6c4f7a3dd2e649 /client/chart
parentee2fa8546b9620c156bbb36d5131a2369950629e (diff)
modal image gallery
Diffstat (limited to 'client/chart')
-rw-r--r--client/chart/countriesByYear.chart.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/chart/countriesByYear.chart.js b/client/chart/countriesByYear.chart.js
index 78ab4434..df7a4530 100644
--- a/client/chart/countriesByYear.chart.js
+++ b/client/chart/countriesByYear.chart.js
@@ -160,7 +160,7 @@ class CountriesByYearChart extends Component {
}
}}
/>
- <div className='caption'>{paper.name}{' dataset citations by country per year'}</div>
+ <div className='caption'>{paper.name}{' dataset citations per country per year. We verified ' + citations.length + ' papers that used the dataset.'}</div>
</div>
)
}