Michael WARREN
9
Michael
WARREN
9
Michael
WARREN
Height
194 cm
Weight
89 kg
Age
36
Club From
South Bunbury
League From
SWFL
Position
N/A
Disposals per game
Marks per game
Goals per game
$(document).ready(function()
var radar_data =
type: 'radar',
data:
labels: ["D", "K", "H", "M", "T", "G"],
datasets: [
data: [
8.5,
4.0,
4.5,
2.5,
0.4,
0.2 ],
label: "Career Average", borderColor: "#00a6a6",
pointBorderColor: '#FFFFFF',
pointBackgroundColor: '#00a6a6',
,
data: [
8.4,
5.1,
3.3,
2.2,
0.9,
0.6 ],
label: "League Average",
borderColor: "#ffdc11",
pointBorderColor: '#FFFFFF',
pointBackgroundColor: '#ffdc11',
]
,
options:
legend:
display: false,
,
tooltips:
backgroundColor: "rgba(49,64,75,0.8)",
titleFontSize: 10,
titleSpacing: 2,
titleMarginBottom: 4,
bodyFontFamily: 'Montserrat, sans-serif',
bodyFontSize: 9,
bodySpacing: 0,
cornerRadius: 2,
xPadding: 10,
displayColors: false,
,
scale:
angleLines:
color: "rgba(255,255,255,0.025)",
,
pointLabels:
fontColor: "#9a9da2",
fontFamily: 'Montserrat, sans-serif',
,
ticks:
beginAtZero: true,
display: false,
,
gridLines:
color: "rgba(255,255,255,0.05)",
lineWidth: 2,
,
labels:
display: false
,
scaleSteps: 3
,
;
var ctx = $('#player-stats');
var playerInfo = new Chart(ctx, radar_data);
)