Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stats for december 2019 #325

Merged
merged 1 commit into from
Jan 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ stats:
pTotalDate: Während des letzten Monats
pDailyAverageTrade: Täglich durchschnittliche Trades
pSoftwareDownloads: Software Downloads
pSoftwareDownloadsVersion: Für v1.2.3 (ungefähr)
pSoftwareDownloadsVersion: Für v1.2.4 (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 @@ -287,7 +287,7 @@ stats:
pTotalDate: Through last month
pDailyAverageTrade: Daily Average Trades
pSoftwareDownloads: Software Downloads
pSoftwareDownloadsVersion: For v1.2.3 (approximate)
pSoftwareDownloadsVersion: For v1.2.4 (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 @@ -333,7 +333,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.3 (aproximado)
pSoftwareDownloadsVersion: para la versión v1.2.4 (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 @@ -305,7 +305,7 @@ stats:
pTotalDate: Au cours du mois dernier
pDailyAverageTrade: Moyenne journalière des transactions
pSoftwareDownloads: Téléchargements du logiciel
pSoftwareDownloadsVersion: For v1.2.3 (approximation)
pSoftwareDownloadsVersion: For v1.2.4 (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 @@ -306,7 +306,7 @@ stats:
pTotalDate: 先月まで
pDailyAverageTrade: 日々の平均トレード
pSoftwareDownloads: ソフトウェアダウンロード
pSoftwareDownloadsVersion: v1.2.3(概算)の場合
pSoftwareDownloadsVersion: v1.2.4(概算)の場合
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 @@ -285,7 +285,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.3 (aproximadamente)
pSoftwareDownloadsVersion: Para v1.2.4 (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 @@ -312,7 +312,7 @@ stats:
pTotalDate: Durante o mês passado
pDailyAverageTrade: Média de negócios por dia
pSoftwareDownloads: Downloads do Software
pSoftwareDownloadsVersion: Para v1.2.3 (aproximativa)
pSoftwareDownloadsVersion: Para v1.2.4 (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 @@ -335,7 +335,7 @@ stats:
pTotalDate: 上月数据
pDailyAverageTrade: 每日交易数
pSoftwareDownloads: 软件下载数<
pSoftwareDownloadsVersion: 在 v1.2.3(近似数)
pSoftwareDownloadsVersion: 在 v1.2.4(近似数)
pGithubContributors: GitHub 贡献者
pToDate: 截止上月
pTwitterFollowers: Twitter 粉丝数
Expand Down
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'>44,458</p>
<p class='stat-figure'>47,435</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'>75</p>
<p class='stat-figure'>73</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'>10,658</p> <!--2142+2170+5538+808=10,658-->
<p class='stat-figure'>12,836</p> <!--2438+2802+6769+827=12,836-->
<p class='stat-note'>{{item.pSoftwareDownloadsVersion}}</p>
</div>

<div class='plain-stat-container'>
<p class='stat-label'>{{item.pGithubContributors}}</p>
<p class='stat-figure'>207</p>
<p class='stat-figure'>209</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,325</p>
<p class='stat-figure'>19,670</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'>405</p>
<p class='stat-figure'>654</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"],
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"],
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]
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]
}],
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"],
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"],
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]
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]
}],
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"],
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"],
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]
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
}],
legend: {
enabled: false
Expand Down