var myChart = Highcharts.chart('graph_2128', {
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:'04/30/2018 Prone Air Rifle - 6x10',y:523},]
},{
name: 'Pistol - Air 10m - 30 shots',
data: [{name:'05/12/2019 Air Pistol',y:246},{name:'05/19/2019 Air Pistol',y:249},{name:'05/26/2019 Air Pistol',y:256},{name:'06/02/2019 Air Pistol',y:254},{name:'06/09/2019 Air Pistol',y:253},{name:'12/31/2019 10 Meter Air Pistol - 30 Shots',y:252},{name:'02/02/2020 Air Pistol',y:251},{name:'02/09/2020 Air Pistol',y:247},{name:'02/16/2020 Air Pistol',y:258},{name:'02/23/2020 Air Pistol',y:255},{name:'03/01/2020 Air Pistol',y:249},{name:'02/28/2021 10 Meter Air Pistol - 30 Shots',y:262},{name:'03/31/2021 10 Meter Air Pistol - 30 Shots',y:258},]
},{
name: 'Pistol - Air 10m - 60 shots',
data: [{name:'03/31/2018 10 Meter Air Pistol',y:499},{name:'04/30/2018 10 Meter Air Pistol',y:513},{name:'04/30/2019 10 Meter Air Pistol - 60 Shots',y:490},{name:'05/31/2019 10 Meter Air Pistol - 60 Shots',y:501},{name:'11/30/2019 10 Meter Air Pistol - 60 Shots',y:501},{name:'12/31/2019 10 Meter Air Pistol - 60 Shots',y:495},{name:'01/31/2020 10 Meter Air Pistol - 60 Shots',y:517},{name:'02/29/2020 10 Meter Air Pistol - 60 Shots',y:501},{name:'03/31/2020 10 Meter Air Pistol - 60 Shots',y:512},{name:'01/31/2021 10 Meter Air Pistol - 60 Shots',y:502},{name:'02/28/2021 10 Meter Air Pistol - 60 Shots',y:523},{name:'03/31/2021 10 Meter Air Pistol - 60 Shots',y:520},]
}]
});