Skip to content

Commit

Permalink
Merge pull request #193 from m52go/update-graph-subtitles
Browse files Browse the repository at this point in the history
Change stats page graph subtitles
  • Loading branch information
Steve Jain authored Jul 5, 2019
2 parents fadf456 + e1ac9bc commit 749afd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $( document ).ready( function() {
y: 15
},
subtitle: {
text: 'As of March 2019',
text: 'Aggregate trading activity on the network',
align: 'left'
},
xAxis: {
Expand Down Expand Up @@ -129,7 +129,7 @@ $( document ).ready( function() {
y: 15
},
subtitle: {
text: 'As of March 2019',
text: 'Total BSQ issued net of BSQ burned for fees',
align: 'left'
},
xAxis: {
Expand Down

0 comments on commit 749afd8

Please sign in to comment.