Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Nov 19, 2024
1 parent 87a3c45 commit b25ffdc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions content/statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ weight = 4

# Projects on GitHub

<div>
<div class="chart-container" style="position: relative; height:40vh">
<canvas id="discovered"></canvas>
</div>

# Release Downloads

## Total

<div>
<div class="chart-container" style="position: relative; height:40vh">
<canvas id="total_download"></canvas>
</div>

## By Version

<div>
<div class="chart-container" style="position: relative; height:40vh">
<canvas id="version_download"></canvas>
</div>

## Platform

<div>
<div class="chart-container" style="position: relative; height:40vh">
<canvas id="platform_download"></canvas>
</div>

Expand Down Expand Up @@ -80,6 +80,7 @@ weight = 4
}]
},
options: {
maintainAspectRatio: false,
scales: {
x: {
type: 'time',
Expand Down Expand Up @@ -201,6 +202,7 @@ weight = 4
datasets: datasets
},
options: {
maintainAspectRatio: false,
scales: {
x: {
type: 'time',
Expand Down Expand Up @@ -228,6 +230,7 @@ weight = 4
}]
},
options: {
maintainAspectRatio: false,
scales: {
x: {
type: 'time',
Expand Down Expand Up @@ -273,7 +276,7 @@ weight = 4
}]
},
options: {
responsive: false
maintainAspectRatio: false
}
}

Expand Down

0 comments on commit b25ffdc

Please sign in to comment.