mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-02 21:41:28 +01:00
Disabled average online players graphing
Affects issues: - Reopen #1796
This commit is contained in:
parent
4b24cf1cdd
commit
b3674dfbda
@ -339,7 +339,7 @@ function playersChart(id, playersOnlineSeries, sel) {
|
|||||||
type: s.type.spline,
|
type: s.type.spline,
|
||||||
tooltip: s.tooltip.zeroDecimals,
|
tooltip: s.tooltip.zeroDecimals,
|
||||||
data: averageGroupPoints(groupByInterval, minDate),
|
data: averageGroupPoints(groupByInterval, minDate),
|
||||||
color: "#1E90FF",
|
color: "#02458d",
|
||||||
yAxis: 0
|
yAxis: 0
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -360,7 +360,7 @@ function playersChart(id, playersOnlineSeries, sel) {
|
|||||||
type: s.type.spline,
|
type: s.type.spline,
|
||||||
tooltip: s.tooltip.zeroDecimals,
|
tooltip: s.tooltip.zeroDecimals,
|
||||||
data: [],
|
data: [],
|
||||||
color: "#1E90FF",
|
color: "#02458d",
|
||||||
yAxis: 0
|
yAxis: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -373,18 +373,20 @@ function playersChart(id, playersOnlineSeries, sel) {
|
|||||||
softMax: 2,
|
softMax: 2,
|
||||||
softMin: 0
|
softMin: 0
|
||||||
},
|
},
|
||||||
|
/* Average online players graph Disabled
|
||||||
xAxis: {
|
xAxis: {
|
||||||
events: {
|
events: {
|
||||||
afterSetExtremes: updateAveragePlayers
|
afterSetExtremes: updateAveragePlayers
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
title: {text: ''},
|
title: {text: ''},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
areaspline: {
|
areaspline: {
|
||||||
fillOpacity: 0.4
|
fillOpacity: 0.4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
series: [playersOnlineSeries, emptyAveragePlayersSeries]
|
series: [playersOnlineSeries, /*emptyAveragePlayersSeries*/]
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user