summaryrefslogtreecommitdiff
path: root/client/chart/pie.charts.js
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2019-04-18 16:55:14 +0200
committerjules@lens <julescarbon@gmail.com>2019-04-18 16:55:14 +0200
commit2e4daed06264f3dc3bbabd8fa4fc0d8ceed4c5af (patch)
tree1a17bb4459776ac91f7006a2a407ca12edd3471e /client/chart/pie.charts.js
parent3d32e5b4ddbfbfe5d4abeda57ff200adf1532f4c (diff)
parentf8012f88641b0bb378ba79393f277c8918ebe452 (diff)
Merge branch 'master' of asdf.us:megapixels_dev
Diffstat (limited to 'client/chart/pie.charts.js')
-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>
)