mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-06 10:49:44 +01:00
Reverts changes at analysis.html and player.html
This commit is contained in:
parent
28c3db5da0
commit
cda005b7fd
@ -5,7 +5,7 @@
|
|||||||
<meta name="description" content="Player Analysis window">
|
<meta name="description" content="Player Analysis window">
|
||||||
<meta name="author" content="Rsl1122">
|
<meta name="author" content="Rsl1122">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" href="https://puu.sh/tK0KL/6aa2ba141b.ico" type="image/x-icon" />
|
<link rel="icon" href="https://puu.sh/tK0KL/6aa2ba141b.ico" type="image/x-icon" />
|
||||||
<script src="https://use.fontawesome.com/df48eb908b.js"></script>
|
<script src="https://use.fontawesome.com/df48eb908b.js"></script>
|
||||||
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
@ -150,7 +150,7 @@
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.headerbox {
|
.headerbox {
|
||||||
color: #348e0f;
|
color: #348e0f;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #348e0f;
|
border-color: #348e0f;
|
||||||
@ -160,7 +160,7 @@
|
|||||||
}
|
}
|
||||||
.header-icon {
|
.header-icon {
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.header-text {
|
.header-text {
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
@ -183,9 +183,9 @@
|
|||||||
}
|
}
|
||||||
.table {
|
.table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
padding: 8px 14px;
|
padding: 8px 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -210,8 +210,8 @@
|
|||||||
table.sortable tbody {
|
table.sortable tbody {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
|
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
|
||||||
content: " \25B4\25BE"
|
content: " \25B4\25BE"
|
||||||
}
|
}
|
||||||
.plugin-container {
|
.plugin-container {
|
||||||
color: #000;
|
color: #000;
|
||||||
@ -223,12 +223,12 @@
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
header img {
|
header img {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
header p {
|
header p {
|
||||||
float: right;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
#navbutton {
|
#navbutton {
|
||||||
@ -239,7 +239,7 @@
|
|||||||
@media only screen and (max-width: 850px) {
|
@media only screen and (max-width: 850px) {
|
||||||
#navbutton {
|
#navbutton {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.sidenav p {
|
.sidenav p {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -299,10 +299,10 @@
|
|||||||
</a>
|
</a>
|
||||||
<a href="javascript:void(0)" class="nav-button">
|
<a href="javascript:void(0)" class="nav-button">
|
||||||
<i class="fa fa-calendar" aria-hidden="true"></i> Sessions
|
<i class="fa fa-calendar" aria-hidden="true"></i> Sessions
|
||||||
</a>
|
</a>
|
||||||
<a href="javascript:void(0)" class="nav-button">
|
<a href="javascript:void(0)" class="nav-button">
|
||||||
<i class="fa fa-cogs" aria-hidden="true"></i> Performance
|
<i class="fa fa-cogs" aria-hidden="true"></i> Performance
|
||||||
</a>
|
</a>
|
||||||
<a href="javascript:void(0)" class="nav-button">
|
<a href="javascript:void(0)" class="nav-button">
|
||||||
<i class="fa fa-list-alt" aria-hidden="true"></i> Playerlist
|
<i class="fa fa-list-alt" aria-hidden="true"></i> Playerlist
|
||||||
</a>
|
</a>
|
||||||
@ -344,7 +344,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class=" box column" style="order: 5;">
|
<div class=" box column" style="order: 5;">
|
||||||
<p class="header-label" style="color: #267F00; "><i class="fa fa-calendar-check-o" aria-hidden="true"></i><span class="header-text"> Recent Logins</span></p>
|
<p class="header-label" style="color: #267F00; "><i class="fa fa-calendar-check-o" aria-hidden="true"></i><span class="header-text"> Recent Logins</span></p>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
%recentlogins%
|
%recentlogins%
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -377,7 +377,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class=" box column">
|
<div class=" box column">
|
||||||
<p class="header-label" style="color: #267F00; "><i class="fa fa-pie-chart" aria-hidden="true"></i><span class="header-text"> Gamemode Usage</span></p><br/>
|
<p class="header-label" style="color: #267F00; "><i class="fa fa-pie-chart" aria-hidden="true"></i><span class="header-text"> Gamemode Usage</span></p><br/>
|
||||||
<div class="box-area">
|
<div class="box-area">
|
||||||
<div class="infobox" style="background-color: #%gm0col%; width: 20%;">
|
<div class="infobox" style="background-color: #%gm0col%; width: 20%;">
|
||||||
<div class="info-icon">
|
<div class="info-icon">
|
||||||
<i class="fa fa-fire" aria-hidden="true"></i>
|
<i class="fa fa-fire" aria-hidden="true"></i>
|
||||||
@ -403,7 +403,7 @@
|
|||||||
Creative
|
Creative
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="infobox" style="background-color: #%gm2col%; width: 20%;">
|
<div class="infobox" style="background-color: #%gm2col%; width: 20%;">
|
||||||
<div class="info-icon">
|
<div class="info-icon">
|
||||||
<i class="fa fa-chevron-right" aria-hidden="true"></i>
|
<i class="fa fa-chevron-right" aria-hidden="true"></i>
|
||||||
@ -524,7 +524,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-area">
|
<div class="box-area">
|
||||||
<div class="infobox" style="background-color: #%activecol%; width: 20%;">
|
<div class="infobox" style="background-color: #%activecol%; width: 20%;">
|
||||||
<div class="info-icon">
|
<div class="info-icon">
|
||||||
<i class="fa fa-user" aria-hidden="true"></i>
|
<i class="fa fa-user" aria-hidden="true"></i>
|
||||||
@ -550,7 +550,7 @@
|
|||||||
Inactive
|
Inactive
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="infobox" style="background-color: #%joinleavecol%; width: 20%;">
|
<div class="infobox" style="background-color: #%joinleavecol%; width: 20%;">
|
||||||
<div class="info-icon">
|
<div class="info-icon">
|
||||||
<i class="fa fa-user-secret" aria-hidden="true"></i>
|
<i class="fa fa-user-secret" aria-hidden="true"></i>
|
||||||
@ -582,7 +582,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class=" box column">
|
<div class=" box column">
|
||||||
<p class="header-label" style="color: #267F00; "><i class="fa fa-calendar-check-o" aria-hidden="true"></i><span class="header-text"> Recent Logins</span></p>
|
<p class="header-label" style="color: #267F00; "><i class="fa fa-calendar-check-o" aria-hidden="true"></i><span class="header-text"> Recent Logins</span></p>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
%recentlogins%
|
%recentlogins%
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -656,7 +656,7 @@
|
|||||||
Average 7d
|
Average 7d
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<canvas id="tps7d" width="1000" height="600" style="width: 95%;"></canvas>
|
<canvas id="tps7d" width="1000" height="600" style="width: 95%;"></canvas>
|
||||||
</div>
|
</div>
|
||||||
@ -679,7 +679,7 @@
|
|||||||
Average 24h
|
Average 24h
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<canvas id="tps24h" width="1000" height="600" style="width: 95%;"></canvas>
|
<canvas id="tps24h" width="1000" height="600" style="width: 95%;"></canvas>
|
||||||
</div>
|
</div>
|
||||||
@ -781,8 +781,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="width:100%;"><div id="cloropleth"></div></div>
|
<div style="width:100%;"><div id="cloropleth"></div></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab" style="display: block;">
|
<div class="tab" style="display: block;">
|
||||||
@ -978,8 +978,8 @@
|
|||||||
suggestedMax: %graphmaxplayers%
|
suggestedMax: %graphmaxplayers%
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
[{
|
xAxes: [{
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
display: false
|
display: false
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
@ -1006,8 +1006,8 @@
|
|||||||
suggestedMax: %graphmaxplayers%
|
suggestedMax: %graphmaxplayers%
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
[{
|
xAxes: [{
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
display: false
|
display: false
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
@ -1034,8 +1034,8 @@
|
|||||||
suggestedMax: %graphmaxplayers%
|
suggestedMax: %graphmaxplayers%
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
[{
|
xAxes: [{
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
display: false
|
display: false
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
@ -1062,8 +1062,8 @@
|
|||||||
suggestedMax: %graphmaxplayers%
|
suggestedMax: %graphmaxplayers%
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
[{
|
xAxes: [{
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
display: false
|
display: false
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
@ -1155,11 +1155,11 @@
|
|||||||
suggestedMin: 0
|
suggestedMin: 0
|
||||||
},
|
},
|
||||||
scaleLabel: {
|
scaleLabel: {
|
||||||
true,
|
display: true,
|
||||||
labelString: 'Players'
|
labelString: 'Players'
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
[{
|
xAxes: [{
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
display: false
|
display: false
|
||||||
}]
|
}]
|
||||||
@ -1252,11 +1252,11 @@
|
|||||||
suggestedMin: 0
|
suggestedMin: 0
|
||||||
},
|
},
|
||||||
scaleLabel: {
|
scaleLabel: {
|
||||||
true,
|
display: true,
|
||||||
labelString: 'Players'
|
labelString: 'Players'
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
[{
|
xAxes: [{
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
display: false
|
display: false
|
||||||
}]
|
}]
|
||||||
@ -1273,7 +1273,7 @@
|
|||||||
{
|
{
|
||||||
data: %activitydata% ,
|
data: %activitydata% ,
|
||||||
backgroundColor: [ %activitycolors% ],
|
backgroundColor: [ %activitycolors% ],
|
||||||
[ %activitycolors% ]
|
hoverBackgroundColor: [ %activitycolors% ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1299,7 +1299,7 @@
|
|||||||
{
|
{
|
||||||
data: %gmdata% ,
|
data: %gmdata% ,
|
||||||
backgroundColor: [ %gmcolors% ],
|
backgroundColor: [ %gmcolors% ],
|
||||||
[ %gmcolors% ]
|
hoverBackgroundColor: [ %gmcolors% ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1461,16 +1461,16 @@
|
|||||||
autocolorscale: false,
|
autocolorscale: false,
|
||||||
reversescale: true,
|
reversescale: true,
|
||||||
marker: {
|
marker: {
|
||||||
{
|
line: {
|
||||||
'rgb(100,100,100)',
|
color: 'rgb(100,100,100)',
|
||||||
width: 0.5
|
width: 0.5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
0,
|
tick0: 0,
|
||||||
zmin: 0,
|
zmin: 0,
|
||||||
dtick: 1000,
|
dtick: 1000,
|
||||||
colorbar: {
|
colorbar: {
|
||||||
false,
|
autotic: false,
|
||||||
tickprefix: '',
|
tickprefix: '',
|
||||||
title: 'Players'
|
title: 'Players'
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user