Skip to content

Commit

Permalink
Update stats page for january 2020 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jain authored Feb 8, 2020
1 parent 1ca2f7c commit ab696d3
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion _data/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ stats:
pTotalDate: Während des letzten Monats
pDailyAverageTrade: Täglich durchschnittliche Trades
pSoftwareDownloads: Software Downloads
pSoftwareDownloadsVersion: Für v1.2.4 (ungefähr)
pSoftwareDownloadsVersion: Für v1.2.5 (ungefähr)
pGithubContributors: GitHub Mitarbeiter
pToDate: Bis Ende letzten Monats
pTwitterFollowers: Twitter Follower
Expand Down
2 changes: 1 addition & 1 deletion _data/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ stats:
pTotalDate: Through last month
pDailyAverageTrade: Daily Average Trades
pSoftwareDownloads: Software Downloads
pSoftwareDownloadsVersion: For v1.2.4 (approximate)
pSoftwareDownloadsVersion: For v1.2.5 (approximate)
pGithubContributors: GitHub Contributors
pToDate: As of last month
pTwitterFollowers: Twitter Followers
Expand Down
2 changes: 1 addition & 1 deletion _data/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ stats:
pTotalDate: Durante el mes pasado
pDailyAverageTrade: Promedio diario de operaciones
pSoftwareDownloads: Las descargas de software fueron
pSoftwareDownloadsVersion: para la versión v1.2.4 (aproximado)
pSoftwareDownloadsVersion: para la versión v1.2.5 (aproximado)
pGithubContributors: Contribuyentes de GitHub
pToDate: Hasta el mes pasado
pTwitterFollowers: Seguidores de Twitter
Expand Down
2 changes: 1 addition & 1 deletion _data/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ stats:
pTotalDate: Au cours du mois dernier
pDailyAverageTrade: Moyenne journalière des transactions
pSoftwareDownloads: Téléchargements du logiciel
pSoftwareDownloadsVersion: For v1.2.4 (approximation)
pSoftwareDownloadsVersion: For v1.2.5 (approximation)
pGithubContributors: Contributeurs GitHub
pToDate: Depuis le mois dernier
pTwitterFollowers: Followers sur Twitter
Expand Down
2 changes: 1 addition & 1 deletion _data/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ stats:
pTotalDate: 先月まで
pDailyAverageTrade: 日々の平均トレード
pSoftwareDownloads: ソフトウェアダウンロード
pSoftwareDownloadsVersion: v1.2.4(概算)の場合
pSoftwareDownloadsVersion: v1.2.5(概算)の場合
pGithubContributors: GitHub 貢献者
pToDate: 先月より
pTwitterFollowers: Twitterフォロワー
Expand Down
2 changes: 1 addition & 1 deletion _data/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ stats:
pTotalDate: Até o fim do mês passado
pDailyAverageTrade: Média diária de negociações
pSoftwareDownloads: Downloads do software
pSoftwareDownloadsVersion: Para v1.2.4 (aproximadamente)
pSoftwareDownloadsVersion: Para v1.2.5 (aproximadamente)
pGithubContributors: Contribuidores no GitHub
pToDate: No mês passado
pTwitterFollowers: Seguidores no Twitter
Expand Down
2 changes: 1 addition & 1 deletion _data/pt-PT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ stats:
pTotalDate: Durante o mês passado
pDailyAverageTrade: Média de negócios por dia
pSoftwareDownloads: Downloads do Software
pSoftwareDownloadsVersion: Para v1.2.4 (aproximativa)
pSoftwareDownloadsVersion: Para v1.2.5 (aproximativa)
pGithubContributors: Contribuintes no GitHub
pToDate: Até o mês passado
pTwitterFollowers: Seguidores no Twitter
Expand Down
2 changes: 1 addition & 1 deletion _data/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ stats:
pTotalDate: 上月数据
pDailyAverageTrade: 每日交易数
pSoftwareDownloads: 软件下载数<
pSoftwareDownloadsVersion: 在 v1.2.4(近似数)
pSoftwareDownloadsVersion: 在 v1.2.5(近似数)
pGithubContributors: GitHub 贡献者
pToDate: 截止上月
pTwitterFollowers: Twitter 粉丝数
Expand Down
10 changes: 5 additions & 5 deletions _includes/statistics_data.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@

<div class='plain-stat-container'>
<p class='stat-label'>{{item.pTotalTrades}}</p>
<p class='stat-figure'>47,435</p>
<p class='stat-figure'>49,286</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'>73</p>
<p class='stat-figure'>77</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'>12,836</p> <!--2438+2802+6769+827=12,836-->
<p class='stat-figure'>11,215</p> <!--2224+2457+6308+226=11,215-->
<p class='stat-note'>{{item.pSoftwareDownloadsVersion}}</p>
</div>

Expand All @@ -25,12 +25,12 @@

<div class='plain-stat-container'>
<p class='stat-label'>{{item.pTwitterFollowers}}</p>
<p class='stat-figure'>19,670</p>
<p class='stat-figure'>19,951</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'>654</p>
<p class='stat-figure'>730</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"],
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"],
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]
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]
}],
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"],
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"],
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]
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]
}],
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"],
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"],
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] //3944024.48+1654.81 to compensate for january's burning
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]
}],
legend: {
enabled: false
Expand Down

0 comments on commit ab696d3

Please sign in to comment.