mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Server Preference Pie added to Inspect page
This commit is contained in:
parent
786b8045ef
commit
0898fc2238
@ -196,6 +196,11 @@
|
|||||||
timezoneOffset: ${timeZone} * 60
|
timezoneOffset: ${timeZone} * 60
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
var serverSeries = {
|
||||||
|
name:'Server Playtime',
|
||||||
|
colorByPoint:true,
|
||||||
|
data: ${serverPieSeries}
|
||||||
|
}
|
||||||
var worldSeries = {
|
var worldSeries = {
|
||||||
name:'World Playtime',
|
name:'World Playtime',
|
||||||
colorByPoint:true,
|
colorByPoint:true,
|
||||||
@ -227,6 +232,7 @@
|
|||||||
x.style.opacity = "1";
|
x.style.opacity = "1";
|
||||||
|
|
||||||
worldPie('worldPie', worldSeries, gmSeries);
|
worldPie('worldPie', worldSeries, gmSeries);
|
||||||
|
serverPie('serverPie', serverSeries);
|
||||||
punchCard('punchcard', punchcardSeries);
|
punchCard('punchcard', punchcardSeries);
|
||||||
${sessionTabGraphViewFunctions}
|
${sessionTabGraphViewFunctions}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user