var myChart = Highcharts.chart('graph_2519', {
chart: {
backgroundColor:'#ffffff',
type: 'spline'
},
credits: {enabled: false},
title: {
text: 'Shooting Performance'
},
subtitle: {
text: 'Individual Scores'
},
xAxis: {
title: {
text: 'Number of Competitions'
},
plotLines: [{
value: 0,
width: 1,
color: '#808080'
}]
},
yAxis: {
title: {
text: 'Score'
},
plotLines: [{
value: 0,
width: 1,
color: '#808080'
}]
},
tooltip: {
headerFormat: '{series.name}
',
pointFormat: '\u25CF {point.name} Score:{point.y}
',
valueSuffix: ''
},
legend: {
layout: 'vertical',
align: 'center',
verticalAlign: 'bottom',
borderWidth: 0
},
series: [{
name: 'Rifle - Air - Precision Standing (6 x 10)',
data: [{name:'04/30/2020 Standing Air Rifle - 60 Shots',y:582},]
},{
name: 'Rifle - Smallbore - Metric 3 Position 50ft (3x10)',
data: [{name:'11/03/2019 50 Foot Metric 3 Position Smallbore Rifle',y:264},{name:'11/10/2019 50 Foot Metric 3 Position Smallbore Rifle',y:254},{name:'11/17/2019 50 Foot Metric 3 Position Smallbore Rifle',y:257},{name:'11/24/2019 50 Foot Metric 3 Position Smallbore Rifle',y:261},{name:'12/01/2019 50 Foot Metric 3 Position Smallbore Rifle',y:272},]
},{
name: 'Rifle - Air - Precision Standing (3x10)',
data: [{name:'04/19/2020 Standing Air Rifle - 30 Shots',y:292},{name:'04/25/2020 Standing Air Rifle - 30 Shots',y:295},{name:'05/03/2020 Standing Air Rifle',y:290},{name:'05/10/2020 Standing Air Rifle',y:291},{name:'05/17/2020 Standing Air Rifle',y:293},{name:'05/24/2020 Standing Air Rifle',y:294},{name:'05/31/2020 Standing Air Rifle',y:294},{name:'06/07/2020 Standing Air Rifle',y:289},]
}]
});
Dylan Gregory
Teams: