document.write('
');
Highcharts.chart('container_1650612', {
chart: {
zoomType: 'x'
},
credits: {
enabled: false
},
title:{
text:'',
style: {
color: '#000000',
fontSize: '13px',
fontWeight: 'bold'
}
},
navigation: {
buttonOptions: {
verticalAlign: 'top',
y: 0
}
},
legend: {
align: 'left',
x: 30,
verticalAlign: 'top',
y: -20,
margin: 0,
itemStyle: {
fontSize: '10px',
fontWeight: 'normal'
}
},
xAxis: {
type: 'datetime',
dateTimeLabelFormats: { // don't display the dummy year
month: '%e. %b',
year: '%b'
},
gridLineWidth: 1,
},annotations: [{
labelOptions: {
shape: 'connector',
align: 'right',
justify: true,
crop: true,
style: {
fontSize: '0.8em',
textOutline: '2px white',
color: 'red',
width: 100
}
},
labels: [
]
}],
tooltip: {
headerFormat: '{point.x:%d/%m/%Y}',
pointFormat: '{series.name}: | ' +
' {point.y:,.0f} |
',
footerFormat: '
',
shared: true,
useHTML: true,
crosshairs: false
},
plotOptions: {
series: {
cursor: 'pointer',
connectNulls: true,
marker: {
radius: 0,
enabled: true,
fillColor: '#FFFFFF',
lineWidth: 0.7,
lineColor: null // inherit from series
}
}
},
yAxis: {
title: {
text: null
},
tickInterval: 10,
min:0,
max:10
},
exporting: {
buttons: {
contextButton: {
menuItems: ['printChart',
'separator',
'downloadPNG',
'downloadJPEG',
'downloadPDF',
'downloadSVG']
}
}
},
series: [
{
name: ' ',
type: 'line',
lineWidth: 0.9,
showInLegend: false,
label: { onArea: true },
color: '#080998',
data: [ [1717376400000,8],[1717462800000,8],[1717549200000,8],[1717635600000,8],[1717722000000,8],[1717808400000,8],[1717894800000,8],[1717981200000,7],[1718067600000,8],[1718154000000,7],[1718240400000,8],[1718326800000,8],[1718413200000,7],[1718499600000,6],[1718586000000,7],[1718672400000,7],[1718758800000,8],[1718845200000,8],[1718931600000,8],[1719018000000,8],[1719104400000,8],[1719190800000,7],[1719277200000,7],[1719363600000,7],[1719450000000,7],[1719536400000,7],[1719622800000,8],[1719709200000,7],[1719795600000,7],[1719882000000,8],[1719968400000,8],[1720054800000,7],[1720141200000,7],[1720227600000,7],[1720314000000,7],[1720400400000,6],[1720486800000,7],[1720573200000,8],[1720659600000,8],[1720746000000,6],[1720832400000,7],[1720918800000,7],[1721005200000,7],[1721091600000,6],[1721178000000,7],[1721264400000,8],[1721350800000,8],[1721437200000,8],[1721523600000,8],[1721610000000,8],[1721696400000,8],[1721782800000,8],[1721869200000,8],[1721955600000,8],[1722042000000,8],[1722128400000,8],[1722214800000,8],[1722301200000,8],[1722387600000,8],[1722474000000,8],[1722560400000,8],[1722646800000,8],[1722733200000,8],[1722819600000,8],[1722906000000,8],[1722992400000,8],[1723078800000,8],[1723165200000,8],[1723251600000,8],[1723338000000,8],[1723424400000,8],[1723510800000,8],[1723597200000,8],[1723683600000,8],[1723770000000,8],[1723856400000,8],[1723942800000,8],[1724029200000,8],[1724115600000,8],[1724202000000,8],[1724288400000,8],[1724374800000,8],[1724461200000,8],[1724547600000,8],[1724634000000,8],[1724720400000,8],[1724806800000,8],[1724893200000,8],[1724979600000,8],[1725066000000,8],[1725152400000,8],[1725238800000,8],[1725325200000,8],[1725411600000,8],[1725498000000,8],[1725584400000,8],[1725670800000,8],[1725757200000,8],[1725843600000,8],[1725930000000,8],[1726016400000,8],[1726102800000,8],[1726189200000,8],[1726275600000,8],[1726362000000,8],[1726448400000,7],[1726534800000,8],[1726621200000,8],[1726707600000,8],[1726794000000,8],[1726880400000,8],[1726966800000,8],[1727053200000,8],[1727139600000,8],[1727226000000,8],[1727312400000,8],[1727398800000,8],[1727485200000,8],[1727571600000,8],[1727658000000,8],[1727744400000,8],[1727830800000,8],[1727917200000,8],[1728003600000,8],[1728090000000,8],[1728176400000,8],[1728262800000,8],[1728349200000,8],[1728435600000,8],[1728522000000,8],[1728608400000,8],[1728694800000,8],[1728781200000,8],[1728867600000,8],[1728954000000,8],[1729040400000,8],[1729126800000,8],[1729213200000,8],[1729299600000,8],[1729386000000,8],[1729472400000,8],[1729558800000,8],[1729645200000,8],[1729731600000,8],[1729818000000,8],[1729904400000,8],[1729990800000,8],[1730080800000,8],[1730167200000,8],[1730253600000,8],]
},]
});