var myChart = Highcharts.chart('graph_2317', {
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: 'Pistol - 50 Foot Precision Pistol (Bullseye) - NRA Gallery Course',
data: [{name:'01/31/2019 50 Foot Precision Pistol (Bullseye) - Gallery Course',y:257},{name:'02/03/2019 50 Foot Precision Pistol (Bullseye) - Gallery Course',y:245},{name:'02/10/2019 50 Foot Precision Pistol (Bullseye) - Gallery Course',y:258},{name:'02/17/2019 50 Foot Precision Pistol (Bullseye) - Gallery Course',y:254},{name:'02/24/2019 50 Foot Precision Pistol (Bullseye) - Gallery Course',y:266},{name:'03/03/2019 50 Foot Precision Pistol (Bullseye) - Gallery Course',y:266},{name:'03/10/2019 50 Foot Precision Pistol (Bullseye) - Gallery Course',y:275},{name:'03/31/2019 50 Foot Precision Pistol (Bullseye) - Gallery Course',y:248},]
},{
name: 'Pistol - Air 10m - 30 shots',
data: [{name:'02/10/2019 Air Pistol',y:257},{name:'02/17/2019 Air Pistol',y:258},{name:'02/24/2019 Air Pistol',y:259},{name:'02/28/2019 10 Meter Air Pistol - 30 Shots',y:260},{name:'03/03/2019 Air Pistol',y:260},{name:'03/10/2019 Air Pistol',y:259},{name:'12/31/2020 10 Meter Air Pistol - 30 Shots',y:261},{name:'01/31/2021 Air Pistol',y:263},{name:'01/31/2021 10 Meter Air Pistol - 30 Shots',y:267},{name:'02/07/2021 Air Pistol',y:268},{name:'02/14/2021 Air Pistol',y:266},{name:'02/21/2021 Air Pistol',y:266},]
},{
name: 'Pistol - 50 Foot Precision Pistol (Bullseye) - 900',
data: [{name:'03/31/2019 50 Foot Precision Pistol (Bullseye) - 900',y:775},]
},{
name: 'Pistol - Air 10m - 60 shots',
data: [{name:'01/31/2019 10 Meter Air Pistol - 60 Shots',y:509},{name:'02/28/2019 10 Meter Air Pistol - 60 Shots',y:518},{name:'01/31/2021 10 Meter Air Pistol - 60 Shots',y:527},]
}]
});