mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix activity height
This commit is contained in:
parent
9e4f875427
commit
20eb5ccb9d
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
<h1>
|
<h1>
|
||||||
Attività su Discord negli ultimi 7 giorni
|
Attività su Discord negli ultimi 7 giorni
|
||||||
</h1>
|
</h1>
|
||||||
<canvas class="graph members-graph-7d" id="discord-members-graph-7d" height="240px"></canvas>
|
<canvas class="graph members-graph-7d" id="discord-members-graph-7d" height="60px"></canvas>
|
||||||
<script>
|
<script>
|
||||||
new Chart("discord-members-graph-7d",
|
new Chart("discord-members-graph-7d",
|
||||||
{
|
{
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<canvas class="graph cv-graph-7d" id="discord-cv-graph-7d" height="240px"></canvas>
|
<canvas class="graph cv-graph-7d" id="discord-cv-graph-7d" height="60px"></canvas>
|
||||||
<script>
|
<script>
|
||||||
new Chart("discord-cv-graph-7d",
|
new Chart("discord-cv-graph-7d",
|
||||||
{
|
{
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<canvas class="graph channels-graph-7d" id="discord-channels-graph-7d" height="240px"></canvas>
|
<canvas class="graph channels-graph-7d" id="discord-channels-graph-7d" height="60px"></canvas>
|
||||||
<script>
|
<script>
|
||||||
new Chart("discord-channels-graph-7d",
|
new Chart("discord-channels-graph-7d",
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue