var myChart = Highcharts.chart('graph_2690', {
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 10m - 30 shots',
data: [{name:'04/12/2020 10 Meter Air Pistol - 30 Shots',y:267},{name:'04/15/2020 10 Meter Air Pistol - 30 Shots',y:268},{name:'04/16/2020 10 Meter Air Pistol - 30 Shots',y:277},{name:'04/20/2020 10 Meter Air Pistol - 30 Shots',y:285},{name:'04/24/2020 10 Meter Air Pistol - 30 Shots',y:272},{name:'04/25/2020 10 Meter Air Pistol - 30 Shots',y:273},{name:'04/26/2020 10 Meter Air Pistol - 30 Shots',y:272},{name:'04/27/2020 10 Meter Air Pistol - 30 Shots',y:274},{name:'04/28/2020 10 Meter Air Pistol - 30 Shots',y:276},{name:'05/03/2020 Air Pistol',y:275},{name:'05/10/2020 Air Pistol',y:271},{name:'05/17/2020 Air Pistol',y:274},{name:'05/24/2020 Air Pistol',y:275},{name:'05/31/2020 Air Pistol',y:277},{name:'06/01/2020 10 Meter Air Pistol',y:271},{name:'06/02/2020 10 Meter Air Pistol',y:281},{name:'06/03/2020 10 Meter Air Pistol',y:282},{name:'06/04/2020 10 Meter Air Pistol',y:276},{name:'06/07/2020 Air Pistol',y:276},{name:'06/08/2020 10 Meter Air Pistol',y:277},{name:'06/09/2020 10 Meter Air Pistol',y:272},{name:'06/10/2020 10 Meter Air Pistol',y:271},{name:'06/11/2020 10 Meter Air Pistol',y:279},{name:'06/14/2020 10 Meter Air Pistol',y:274},{name:'06/15/2020 10 Meter Air Pistol',y:278},{name:'06/16/2020 10 Meter Air Pistol',y:277},{name:'06/25/2020 10 Meter Air Pistol',y:273},{name:'06/26/2020 10 Meter Air Pistol',y:273},]
},{
name: 'Pistol - Air 10m - 60 shots',
data: [{name:'04/30/2020 10 Meter Air Pistol - 60 Shots',y:551},{name:'05/31/2020 10 Meter Air Pistol - 60 Shots',y:542},{name:'06/30/2020 10 Meter Air Pistol - 60 Shots',y:558},]
}]
});