var myChart = Highcharts.chart('graph_2432', {
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 - Air - Pistol (2x10)',
data: [{name:'02/03/2019 Air Pistol - Rookie Division',y:179},{name:'02/10/2019 Air Pistol - Rookie Division',y:183},{name:'02/17/2019 Air Pistol - Rookie Division',y:179},{name:'02/24/2019 Air Pistol - Rookie Division',y:170},{name:'02/28/2019 10 Meter Air Pistol - Rookie Division',y:174},{name:'03/03/2019 Air Pistol - Rookie Division',y:183},{name:'03/10/2019 Air Pistol - Rookie Division',y:187},{name:'08/31/2019 10 Meter Air Pistol - Rookie Division',y:185},]
},{
name: 'Pistol - Air 10m - 30 shots',
data: [{name:'01/31/2019 10 Meter Air Pistol - 30 Shots',y:261},{name:'02/03/2019 Air Pistol',y:271},{name:'02/10/2019 Air Pistol',y:260},{name:'02/17/2019 Air Pistol',y:272},{name:'02/24/2019 Air Pistol',y:278},{name:'02/28/2019 10 Meter Air Pistol - 30 Shots',y:278},{name:'03/03/2019 Air Pistol',y:272},{name:'03/10/2019 Air Pistol',y:279},{name:'03/31/2019 10 Meter Air Pistol - 30 Shots',y:272},{name:'04/30/2019 10 Meter Air Pistol - 30 Shots',y:272},{name:'06/30/2019 10 Meter Air Pistol - 30 Shots',y:274},{name:'07/31/2019 10 Meter Air Pistol - 30 Shots',y:279},{name:'08/04/2019 Air Pistol',y:277},{name:'08/11/2019 Air Pistol',y:271},{name:'08/18/2019 Air Pistol',y:279},{name:'08/25/2019 Air Pistol',y:280},{name:'08/31/2019 10 Meter Air Pistol - 30 Shots',y:278},{name:'09/01/2019 Air Pistol',y:280},{name:'09/08/2019 Air Pistol',y:283},{name:'07/31/2020 10 Meter Air Pistol - 30 Shots',y:274},]
},{
name: 'Pistol - Air 10m - 60 shots',
data: [{name:'01/31/2019 10 Meter Air Pistol - 60 Shots',y:514},{name:'02/28/2019 10 Meter Air Pistol - 60 Shots',y:540},{name:'03/31/2019 10 Meter Air Pistol - 60 Shots',y:527},{name:'05/31/2019 10 Meter Air Pistol - 60 Shots',y:532},{name:'06/30/2019 10 Meter Air Pistol - 60 Shots',y:539},{name:'07/31/2019 10 Meter Air Pistol - 60 Shots',y:551},]
}]
});