From 8c35b559447bae1146e7a25c79434a1d347769b9 Mon Sep 17 00:00:00 2001 From: Steve Jain Date: Tue, 3 Sep 2019 09:16:42 -0400 Subject: [PATCH] Update stats page for august --- _data/strings_en.yml | 26 +++++++++++++------------- js/stats.js | 10 +++++----- stats.html | 24 ++++++++++++------------ 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/_data/strings_en.yml b/_data/strings_en.yml index 9616ea76..3172d50e 100644 --- a/_data/strings_en.yml +++ b/_data/strings_en.yml @@ -300,29 +300,29 @@ markets: stats: hNetworkStats: Network Stats pSeeMarkets: "

See Markets page for volume by currency.

" - pBSQDistribution: Mainnet BSQ distribution is slated for April 2019. + pBSQDistribution: The mainnet BSQ genesis distribution took place in April 2019. pTotalTrades: >

Total Trades

-

34,535

-

Through July 2019

+

37,570

+

Through August 2019

pDailyAverage: >

Daily Average Trades

-

72

-

For July 2019

+

98

+

For August 2019

pSoftwareDownloads: >

Software Downloads

-

17,968

-

For v1.1.2 (approximate)

+

10,381

+

For v1.1.5 (approximate)

pGithubContributors: >

GitHub Contributors

-

182

-

As of July 2019

+

188

+

As of August 2019

pTwitterFollowers: >

Twitter Followers

-

17,945

-

As of July 2019

+

18,364

+

As of August 2019

pSlackUsers: >

Slack Users

-

1,258

-

As of July 2019

+

1,327

+

As of August 2019

pNetworkLoad: "

For P2P network load, Tor metrics, and other network data, please visit the Bisq Network Monitor.

" diff --git a/js/stats.js b/js/stats.js index 74dd074d..948a2f4f 100644 --- a/js/stats.js +++ b/js/stats.js @@ -30,7 +30,7 @@ $( document ).ready( function() { align: 'left' }, xAxis: { - categories: ["Apr '16","May '16","Jun '16","Jul '16","Aug '16","Sep '16","Oct '16","Nov '16","Dec '16","Jan '17","Feb '17","Mar '17","Apr '17","May '17","Jun '17","Jul '17","Aug '17","Sep '17","Oct '17","Nov '17","Dec '17","Jan '18","Feb '18","Mar '18","Apr '18","May '18","Jun '18","Jul '18","Aug '18","Sep '18","Oct '18","Nov '18","Dec '18","Jan '19","Feb '19","Mar '19","Apr '19","May '19","Jun '19","Jul '19"], + categories: ["Apr '16","May '16","Jun '16","Jul '16","Aug '16","Sep '16","Oct '16","Nov '16","Dec '16","Jan '17","Feb '17","Mar '17","Apr '17","May '17","Jun '17","Jul '17","Aug '17","Sep '17","Oct '17","Nov '17","Dec '17","Jan '18","Feb '18","Mar '18","Apr '18","May '18","Jun '18","Jul '18","Aug '18","Sep '18","Oct '18","Nov '18","Dec '18","Jan '19","Feb '19","Mar '19","Apr '19","May '19","Jun '19","Jul '19","Aug '19"], labels: { step: 3, style: { @@ -98,7 +98,7 @@ $( document ).ready( function() { tooltip: { pointFormat: '{point.y:,.0f} USD
' }, - data: [13792.27157,39004.41862,34747.10333,33664.25475,149112.1901,72826.8349,80373.7636,133111.5085,147766.9444,223908.8823,142296.5827,196890.8353,238489.7743,410331.0229,716650.0242,209568.3684,536809.9232,440571.7911,393269.1143,520430.1413,3041714.944,1245149.433,634527.5756,713308.1799,545125.1617,586420.8052,675849.95,498015.4563,2427576.136,2111553.753,7095065.072,6615781.172,5858861.337,3421269.52,2402016.115,1794322.36,6999662.84,8003598.58,28835330.08,17942143.88] + data: [13792.27157,39004.41862,34747.10333,33664.25475,149112.1901,72826.8349,80373.7636,133111.5085,147766.9444,223908.8823,142296.5827,196890.8353,238489.7743,410331.0229,716650.0242,209568.3684,536809.9232,440571.7911,393269.1143,520430.1413,3041714.944,1245149.433,634527.5756,713308.1799,545125.1617,586420.8052,675849.95,498015.4563,2427576.136,2111553.753,7095065.072,6615781.172,5858861.337,3421269.52,2402016.115,1794322.36,6999662.84,8003598.58,28835330.08,17942143.88,26324989.90] },{ yAxis: 1, @@ -107,7 +107,7 @@ $( document ).ready( function() { tooltip: { pointFormat: '{point.y:,.2f} BTC
' }, - data: [30.4614,85.1692,55.6743,50.6044,256.7352,121.5743,128.2444,184.0622,182.4798,243.2483,134.3275,172.3857,193.37,221.4358,270.4825,83.472,135.1765,106.9736,74.9017,67.2054,181.0099,93.5597,70.1503,78.5016,68.451,68.6165,99.8987,69.0223,357.2422,324.9354,1106.7487,1356.0337,1602.5863,933.8959,654.9728,460.76,1350.17,1020.59,2864.69,1651.09] + data: [30.4614,85.1692,55.6743,50.6044,256.7352,121.5743,128.2444,184.0622,182.4798,243.2483,134.3275,172.3857,193.37,221.4358,270.4825,83.472,135.1765,106.9736,74.9017,67.2054,181.0099,93.5597,70.1503,78.5016,68.451,68.6165,99.8987,69.0223,357.2422,324.9354,1106.7487,1356.0337,1602.5863,933.8959,654.9728,460.76,1350.17,1020.59,2864.69,1651.09,2454.45] }], legend: { enabled: false @@ -133,7 +133,7 @@ $( document ).ready( function() { align: 'left' }, xAxis: { - categories: ["Oct '17","Nov '17","Dec '17","Jan '18","Feb '18","Mar '18","Apr '18","May '18","Jun '18","Jul '18","Aug '18","Sep '18","Oct '18","Nov '18","Dec '18","Jan '19","Feb '19","Mar '19","Apr '19","May '19","Jun '19","Jul '19"], + categories: ["Oct '17","Nov '17","Dec '17","Jan '18","Feb '18","Mar '18","Apr '18","May '18","Jun '18","Jul '18","Aug '18","Sep '18","Oct '18","Nov '18","Dec '18","Jan '19","Feb '19","Mar '19","Apr '19","May '19","Jun '19","Jul '19","Aug '19"], labels: { step: 2, style: { @@ -173,7 +173,7 @@ $( document ).ready( function() { tooltip: { pointFormat: '{point.y:,.0f} BSQ
' }, - data: [2548500,2620250,2671850,2722950,2769150,2806330,2830832,2868164,2889799,2934231,2971823,3018665,3052400,3272927,3344765,3406635,3520705,3657480,3726799,3726799,3735459,3727371] + data: [2548500,2620250,2671850,2722950,2769150,2806330,2830832,2868164,2889799,2934231,2971823,3018665,3052400,3272927,3344765,3406635,3520705,3657480,3726799,3726799,3735459,3727371,3704333] }], legend: { enabled: false diff --git a/stats.html b/stats.html index 38797f38..7f931260 100644 --- a/stats.html +++ b/stats.html @@ -25,38 +25,38 @@

Network Stats

Total Trades

-

34,535

-

Through July 2019

+

37,570

+

Through August 2019

Daily Average Trades

-

72

-

For July 2019

+

98

+

For August 2019

Software Downloads

-

17,968

-

For v1.1.2 (approximate)

+

10,381

+

For v1.1.5 (approximate)

GitHub Contributors

-

182

-

As of July 2019

+

188

+

As of August 2019

Twitter Followers

-

17,945

-

As of July 2019

+

18,364

+

As of August 2019

Slack Users

-

1,258

-

As of July 2019

+

1,327

+

As of August 2019