document.write('
');
Highcharts.chart('container_65359013', {
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: [ [1762221600000,8],[1762308000000,8],[1762394400000,8],[1762480800000,8],[1762567200000,8],[1762653600000,6],[1762740000000,8],[1762826400000,8],[1762912800000,8],[1762999200000,8],[1763085600000,8],[1763172000000,8],[1763258400000,7],[1763344800000,8],[1763431200000,8],[1763517600000,8],[1763604000000,8],[1763690400000,8],[1763776800000,8],[1763863200000,8],[1763949600000,8],[1764036000000,8],[1764122400000,8],[1764208800000,8],[1764295200000,8],[1764381600000,8],[1764468000000,8],[1764554400000,8],[1764640800000,8],[1764727200000,8],[1764813600000,8],[1764900000000,8],[1764986400000,8],[1765072800000,8],[1765159200000,8],[1765245600000,8],[1765332000000,8],[1765418400000,8],[1765504800000,8],[1765591200000,8],[1765677600000,8],[1765764000000,8],[1765850400000,8],[1765936800000,8],[1766023200000,8],[1766109600000,8],[1766196000000,8],[1766282400000,8],[1766368800000,8],[1766455200000,8],[1766541600000,8],[1766628000000,8],[1766714400000,8],[1766800800000,8],[1766887200000,8],[1766973600000,8],[1767060000000,8],[1767146400000,8],[1767232800000,8],[1767319200000,8],[1767405600000,8],[1767492000000,8],[1767578400000,8],[1767664800000,8],[1767751200000,7],[1767837600000,8],[1767924000000,8],[1768010400000,7],[1768096800000,7],[1768183200000,7],[1768269600000,7],[1768356000000,8],[1768442400000,8],[1768528800000,8],[1768615200000,8],[1768701600000,8],[1768788000000,8],[1768874400000,8],[1768960800000,8],[1769047200000,8],[1769133600000,8],[1769220000000,8],[1769306400000,8],[1769392800000,8],[1769479200000,8],[1769565600000,8],[1769652000000,8],[1769738400000,8],[1769824800000,8],[1769911200000,8],[1769997600000,8],[1770084000000,8],[1770170400000,8],[1770256800000,8],[1770343200000,8],[1770429600000,8],[1770516000000,8],[1770602400000,8],[1770688800000,8],[1770775200000,8],[1770861600000,8],[1770948000000,8],[1771034400000,8],[1771120800000,8],[1771207200000,8],[1771293600000,8],[1771380000000,8],[1771466400000,8],[1771552800000,8],[1771639200000,8],[1771725600000,8],[1771812000000,8],[1771898400000,8],[1771984800000,8],[1772071200000,8],[1772157600000,8],[1772244000000,8],[1772330400000,8],[1772416800000,8],[1772503200000,8],[1772589600000,8],[1772676000000,8],[1772762400000,8],[1772848800000,8],[1772935200000,8],[1773021600000,8],[1773108000000,8],[1773194400000,8],[1773280800000,8],[1773367200000,8],[1773453600000,8],[1773540000000,8],[1773626400000,8],[1773712800000,8],[1773799200000,8],[1773885600000,8],[1773972000000,8],[1774058400000,8],[1774144800000,8],[1774231200000,8],[1774317600000,8],[1774404000000,8],[1774490400000,8],[1774576800000,8],[1774663200000,8],[1774749600000,8],[1774832400000,8],[1774918800000,8],[1775005200000,8],[1775091600000,8],]
},]
});