mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Removed the ugly axis from the icon
This commit is contained in:
parent
c2b7fa3475
commit
9c393410ca
@ -44,9 +44,6 @@ public class PunchCardGraphCreator {
|
||||
for (int i = 0; i < 7; i++) {
|
||||
for (int j = 0; j < 24; j++) {
|
||||
int value = scaled[i][j];
|
||||
// if (value == 0) {
|
||||
// continue;
|
||||
// }
|
||||
if (j == 0) {
|
||||
arrayBuilder.append("{x:").append(24 * 3600000);
|
||||
} else {
|
||||
|
@ -17,7 +17,9 @@
|
||||
<i style="padding: 0; color: #fff; font-size: 100px;" class="fa fa-square fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #348e0f; font-size: 95px;" class="fa fa-square fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #fff; font-size: 60px;" class="fa fa-circle fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #348e0f; font-size: 30px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||
<span><div style="overflow: hidden; position: relative; width: 100%; height: 100%; top: -8px; left: 0px;">
|
||||
<i style="position: absolute; top: 10px; left: -4px; width: 100%; height: 100%; padding: 0px; color: #348e0f; font-size: 40px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||
</div></span>
|
||||
</p>
|
||||
<p class="right">Player Analytics v.${version}</p>
|
||||
</div>
|
||||
|
@ -17,7 +17,9 @@
|
||||
<i style="padding: 0; color: #fff; font-size: 100px;" class="fa fa-square fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #348e0f; font-size: 95px;" class="fa fa-square fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #fff; font-size: 60px;" class="fa fa-circle fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #348e0f; font-size: 30px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||
<span><div style="overflow: hidden; position: relative; width: 100%; height: 100%; top: -8px; left: 0px;">
|
||||
<i style="position: absolute; top: 10px; left: -4px; width: 100%; height: 100%; padding: 0px; color: #348e0f; font-size: 40px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||
</div></span>
|
||||
</p>
|
||||
<p class="right">Player Analytics v.${version}</p>
|
||||
<h1>${networkName} | Network</h1>
|
||||
|
@ -18,7 +18,9 @@
|
||||
<i style="padding: 0; color: #fff; font-size: 100px;" class="fa fa-square fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #348e0f; font-size: 95px;" class="fa fa-square fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #fff; font-size: 60px;" class="fa fa-circle fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #348e0f; font-size: 30px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||
<span><div style="overflow: hidden; position: relative; width: 100%; height: 100%; top: -8px; left: 0px;">
|
||||
<i style="position: absolute; top: 10px; left: -4px; width: 100%; height: 100%; padding: 0px; color: #348e0f; font-size: 40px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||
</div></span>
|
||||
</p>
|
||||
<p class="right">Player Analytics v.${version}</p>
|
||||
<h1>Player | ${playerName}</h1>
|
||||
|
@ -17,7 +17,9 @@
|
||||
<i style="padding: 0; color: #fff; font-size: 100px;" class="fa fa-square fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #348e0f; font-size: 95px;" class="fa fa-square fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #fff; font-size: 60px;" class="fa fa-circle fa-stack-1x"></i>
|
||||
<i style="padding: 0; color: #348e0f; font-size: 30px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||
<span><div style="overflow: hidden; position: relative; width: 100%; height: 100%; top: -8px; left: 0px;">
|
||||
<i style="position: absolute; top: 10px; left: -4px; width: 100%; height: 100%; padding: 0px; color: #348e0f; font-size: 40px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||
</div></span>
|
||||
</p>
|
||||
<p class="right">Player Analytics v.${version}</p>
|
||||
<h1>${serverName} | Server Analysis</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user