Skip to content

Commit

Permalink
Update stats page for february 2020 (bisq-network#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jain committed Apr 24, 2020
1 parent 29615eb commit 17689e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions _includes/statistics_data.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@

<div class='plain-stat-container'>
<p class='stat-label'>{{item.pTotalTrades}}</p>
<p class='stat-figure'>49,286</p>
<p class='stat-figure'>52,070</p>
<p class='stat-note'>{{item.pTotalDate}}</p>
</div>

<div class='plain-stat-container'>
<p class='stat-label'>{{item.pDailyAverageTrade}}</p>
<p class='stat-figure'>77</p>
<p class='stat-figure'>100</p>
<p class='stat-note'>{{item.pTotalDate}}</p>
</div>

<div class='plain-stat-container'>
<p class='stat-label'>{{item.pSoftwareDownloads}}</p>
<p class='stat-figure'>11,215</p> <!--2224+2457+6308+226=11,215-->
<p class='stat-figure'>13,093</p> <!--2572+2784+7473+264=13,093-->
<p class='stat-note'>{{item.pSoftwareDownloadsVersion}}</p>
</div>

<div class='plain-stat-container'>
<p class='stat-label'>{{item.pGithubContributors}}</p>
<p class='stat-figure'>209</p>
<p class='stat-figure'>210</p>
<p class='stat-note'>{{item.pToDate}}</p>
</div>

<div class='plain-stat-container'>
<p class='stat-label'>{{item.pTwitterFollowers}}</p>
<p class='stat-figure'>19,951</p>
<p class='stat-figure'>20,398</p>
<p class='stat-note'>{{item.pToDate}}</p>
</div>

<div class='plain-stat-container'>
<p class='stat-label'>{{item.pKeybaseUsers}}</p>
<p class='stat-figure'>730</p>
<p class='stat-figure'>790</p>
<p class='stat-note'>{{item.pToDate}}</p>
</div>
12 changes: 6 additions & 6 deletions js/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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","Aug '19","Sep '19","Oct '19","Nov '19","Dec '19","Jan '20"],
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","Sep '19","Oct '19","Nov '19","Dec '19","Jan '20","Feb '20"],
labels: {
step: 3,
style: {
Expand Down Expand Up @@ -77,7 +77,7 @@ $( document ).ready( function() {
tooltip: {
pointFormat: '{point.y:,.2f} BTC<br>'
},
data: [11.8995,41.3696,32.0541,40.8324,116.6891,73.2759,81.5417,115.763,168.2711,179.9098,114.6693,140.0966,142.6057,178.7778,116.686,58.4357,79.3912,61.1235,56.7454,54.829,64.6699,54.245,48.825,43.7748,41.1994,49.3965,66.1055,41.8279,40.148,40.8045,50.4425,59.1317,70.7977,77.302,84.2301,89.5436,86.4997,53.4374,44.2075,41.7215,50.2143,45.8008,54.1624,47.6012,55.6751,65.8068]
data: [11.8995,41.3696,32.0541,40.8324,116.6891,73.2759,81.5417,115.763,168.2711,179.9098,114.6693,140.0966,142.6057,178.7778,116.686,58.4357,79.3912,61.1235,56.7454,54.829,64.6699,54.245,48.825,43.7748,41.1994,49.3965,66.1055,41.8279,40.148,40.8045,50.4425,59.1317,70.7977,77.302,84.2301,89.5436,86.4997,53.4374,44.2075,41.7215,50.2143,45.8008,54.1624,47.6012,55.6751,65.8068,77.1661]
}],
legend: {
enabled: false
Expand All @@ -101,7 +101,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","Aug '19","Sep '19","Oct '19","Nov '19","Dec '19","Jan '20"],
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","Sep '19","Oct '19","Nov '19","Dec '19","Jan '20","Feb '20"],
labels: {
step: 3,
style: {
Expand Down Expand Up @@ -149,7 +149,7 @@ $( document ).ready( function() {
tooltip: {
pointFormat: '{point.y:,.2f} BTC<br>'
},
data: [18.562,43.8,23.62,9.772,140.046,48.298,46.778,68.409,14.239,63.339,19.658,32.289,50.764,42.658,153.797,25.036,55.785,45.85,18.156,12.376,116.34,39.315,21.325,34.727,27.252,19.22,33.793,27.194,317.094,284.131,1056.306,1296.902,1531.789,856.594,570.743,371.216,1263.668,967.156,2820.483,1609.363,2404.239,1091.328,449.350,417.844,347.873,247.628]
data: [18.562,43.8,23.62,9.772,140.046,48.298,46.778,68.409,14.239,63.339,19.658,32.289,50.764,42.658,153.797,25.036,55.785,45.85,18.156,12.376,116.34,39.315,21.325,34.727,27.252,19.22,33.793,27.194,317.094,284.131,1056.306,1296.902,1531.789,856.594,570.743,371.216,1263.668,967.156,2820.483,1609.363,2404.239,1091.328,449.350,417.844,347.873,247.628,486.598]
}],
legend: {
enabled: false
Expand All @@ -175,7 +175,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","Aug '19","Sep '19","Oct '19","Nov '19","Dec '19","Jan '20"],
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","Sep '19","Oct '19","Nov '19","Dec '19","Jan '20","Feb '20"],
labels: {
step: 2,
style: {
Expand Down Expand Up @@ -215,7 +215,7 @@ $( document ).ready( function() {
tooltip: {
pointFormat: '{point.y:,.0f} BSQ<br>'
},
data: [2548500,2620250,2671850,2722950,2769150,2806330,2830832,2868164,2889799,2934231,2971823,3018665,3052400,3272927,3344765,3406635,3520705,3657480,3726799,3726799,3735459,3727371,3704333,3774343,3848333.41,3907367.21,3945679.29,3930737.33]
data: [2548500,2620250,2671850,2722950,2769150,2806330,2830832,2868164,2889799,2934231,2971823,3018665,3052400,3272927,3344765,3406635,3520705,3657480,3726799,3726799,3735459,3727371,3704333,3774343,3848333.41,3907367.21,3945679.29,3930737.33,3969291.4]
}],
legend: {
enabled: false
Expand Down

0 comments on commit 17689e1

Please sign in to comment.