mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Possible mobile graph fix
This commit is contained in:
parent
13622d7c65
commit
49908536df
1 changed files with 4 additions and 4 deletions
|
@ -16,9 +16,9 @@
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="discord-activity">
|
<div class="discord-activity">
|
||||||
<h1>
|
<h1>
|
||||||
Attività su Discord
|
Attività su Discord negli ultimi 7 giorni
|
||||||
</h1>
|
</h1>
|
||||||
<canvas class="graph members-graph-7d" id="discord-members-graph-7d" height="40"></canvas>
|
<canvas class="graph members-graph-7d" id="discord-members-graph-7d" height="240px"></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="40"></canvas>
|
<canvas class="graph cv-graph-7d" id="discord-cv-graph-7d" height="240px"></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="40"></canvas>
|
<canvas class="graph channels-graph-7d" id="discord-channels-graph-7d" height="240px"></canvas>
|
||||||
<script>
|
<script>
|
||||||
new Chart("discord-channels-graph-7d",
|
new Chart("discord-channels-graph-7d",
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue