summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/chart/pie.charts.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/chart/pie.charts.js b/client/chart/pie.charts.js
index 84e85c3a..c3b94b7b 100644
--- a/client/chart/pie.charts.js
+++ b/client/chart/pie.charts.js
@@ -87,7 +87,7 @@ class PieCharts extends Component {
height: countryRows.length < 4 ? 316 : 336,
}}
/>
- <span className='chartCaption'>{paper.name}{' dataset citations by country'}</span>
+ <span className='chartCaption'>{citations.length + ' verified ' + paper.name + ' dataset citations by country'}</span>
</div>
<div>
<C3Chart
@@ -107,7 +107,7 @@ class PieCharts extends Component {
height: 316,
}}
/>
- <span className='chartCaption'>{paper.name}{' dataset citations by organization type'}</span>
+ <span className='chartCaption'>{citations.length + ' verified ' + paper.name + ' dataset citations by organization type'}</span>
</div>
</div>
)