var myChart = Highcharts.chart('graph_2177', {
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 Prone (6x10)',
data: [{name:'07/31/2018 Prone Air Rifle - 6x10',y:573},{name:'08/31/2018 Prone Air Rifle - 6x10',y:584},]
},{
name: 'Rifle - Air - Precision 3 Position - Full Course',
data: [{name:'08/31/2018 3 Position Air Rifle',y:571},]
},{
name: 'Rifle - Air - Precision Prone (3x10)',
data: [{name:'07/31/2018 Prone Air Rifle - 3x10',y:289},{name:'08/31/2018 Prone Air Rifle - 3x10',y:297},]
},{
name: 'Rifle - Air - Precision Standing (6 x 10)',
data: [{name:'07/31/2018 Standing Air Rifle - 6x10',y:559},{name:'08/31/2018 Standing Air Rifle - 6x10',y:565},{name:'10/31/2019 Standing Air Rifle - 60 Shots',y:571},{name:'01/07/2020 Standing Air Rifle - 60 Shots',y:579},]
},{
name: 'Rifle - Smallbore - Metric 3 Position 50ft (3x10)',
data: [{name:'11/03/2019 50 Foot Metric 3 Position Smallbore Rifle',y:284},{name:'11/10/2019 50 Foot Metric 3 Position Smallbore Rifle',y:284},{name:'11/17/2019 50 Foot Metric 3 Position Smallbore Rifle',y:281},{name:'11/24/2019 50 Foot Metric 3 Position Smallbore Rifle',y:277},{name:'12/01/2019 50 Foot Metric 3 Position Smallbore Rifle',y:276},{name:'12/08/2019 50 Foot Metric 3 Position Smallbore Rifle',y:283},]
},{
name: 'Rifle - Smallbore Metric 3 Position 50ft Half Course',
data: [{name:'02/28/2019 50 Foot 3 Position Smallbore Rifle',y:583},]
},{
name: 'Rifle - Smallbore Metric Prone - 50ft (6 x 10)',
data: [{name:'02/28/2019 50 Foot Prone Smallbore Rifle',y:586},]
},{
name: 'Rifle - Smallbore Metric 3 Position IRONS 50ft Half Course',
data: [{name:'04/30/2019 50 Foot 3 Position Smallbore Rifle - IRONS',y:568},{name:'10/31/2019 50 Foot 3 Position Smallbore Rifle - IRONS',y:565},]
},{
name: 'Rifle - Air - 3 Position - Half Course',
data: [{name:'11/04/2018 3 Position Air Rifle',y:288},{name:'11/11/2018 3 Position Air Rifle',y:286},{name:'11/18/2018 3 Position Air Rifle',y:291},{name:'11/25/2018 3 Position Air Rifle',y:291},{name:'12/02/2018 3 Position Air Rifle',y:291},]
},{
name: 'Rifle - Air - Precision Standing (3x10)',
data: [{name:'07/31/2018 Standing Air Rifle - 3x10',y:271},{name:'08/31/2018 Standing Air Rifle - 3x10',y:279},{name:'11/04/2018 Standing Air Rifle',y:274},{name:'11/11/2018 Standing Air Rifle',y:274},{name:'11/18/2018 Standing Air Rifle',y:282},{name:'11/25/2018 Standing Air Rifle',y:283},{name:'12/02/2018 Standing Air Rifle',y:285},{name:'10/31/2019 Standing Air Rifle - 30 Shots',y:288},{name:'11/03/2019 Standing Air Rifle',y:288},{name:'11/10/2019 Standing Air Rifle',y:287},{name:'11/17/2019 Standing Air Rifle',y:288},{name:'11/24/2019 Standing Air Rifle',y:287},{name:'12/01/2019 Standing Air Rifle',y:287},{name:'12/08/2019 Standing Air Rifle',y:292},{name:'01/07/2020 Standing Air Rifle - 30 Shots',y:289},]
}]
});