Skip to content

Commit

Permalink
Removing constant prices
Browse files Browse the repository at this point in the history
  • Loading branch information
dean-breed committed Dec 1, 2022
1 parent 6aed40f commit b62c343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/iati/BarChartOne.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const renderChart = (chartNode, noDataNode, data) => {
},
yAxis: {
type: 'value',
name: 'USD$ millions (constant 2019 prices)',
name: 'USD$ millions (current prices)',
nameLocation: 'middle',
nameGap: 50,
},
Expand Down

0 comments on commit b62c343

Please sign in to comment.