document.write('
'); Highcharts.chart('container_43470453', { 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: '' + '', footerFormat: '
{series.name}: {point.y:,.0f}
', 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: [ [1702000800000,8],[1702087200000,8],[1702173600000,8],[1702260000000,8],[1702346400000,8],[1702432800000,8],[1702519200000,8],[1702605600000,8],[1702692000000,8],[1702778400000,8],[1702864800000,8],[1702951200000,8],[1703037600000,8],[1703124000000,8],[1703210400000,8],[1703296800000,8],[1703383200000,8],[1703469600000,8],[1703556000000,8],[1703642400000,8],[1703728800000,8],[1703815200000,8],[1703901600000,8],[1703988000000,8],[1704074400000,8],[1704160800000,8],[1704247200000,8],[1704333600000,8],[1704420000000,8],[1704506400000,8],[1704592800000,8],[1704679200000,8],[1704765600000,8],[1704852000000,8],[1704938400000,8],[1705024800000,8],[1705111200000,8],[1705197600000,8],[1705284000000,8],[1705370400000,7],[1705456800000,7],[1705543200000,6],[1705629600000,6],[1705716000000,6],[1705802400000,6],[1705888800000,6],[1705975200000,6],[1706061600000,6],[1706148000000,7],[1706234400000,7],[1706320800000,8],[1706407200000,7],[1706493600000,6],[1706580000000,6],[1706666400000,6],[1706752800000,6],[1706839200000,7],[1706925600000,7],[1707012000000,6],[1707098400000,6],[1707184800000,7],[1707271200000,7],[1707357600000,7],[1707444000000,8],[1707530400000,7],[1707616800000,7],[1707703200000,7],[1707789600000,7],[1707876000000,6],[1707962400000,8],[1708048800000,7],[1708135200000,6],[1708221600000,6],[1708308000000,6],[1708394400000,7],[1708480800000,8],[1708567200000,8],[1708653600000,8],[1708740000000,8],[1708826400000,8],[1708912800000,6],[1708999200000,7],[1709085600000,6],[1709172000000,8],[1709258400000,6],[1709344800000,7],[1709431200000,6],[1709517600000,6],[1709604000000,7],[1709690400000,6],[1709776800000,7],[1709863200000,7],[1709949600000,8],[1710036000000,7],[1710122400000,6],[1710208800000,7],[1710295200000,7],[1710381600000,7],[1710468000000,8],[1710554400000,8],[1710640800000,8],[1710727200000,8],[1710813600000,8],[1710900000000,7],[1710986400000,7],[1711072800000,7],[1711159200000,7],[1711245600000,8],[1711332000000,8],[1711418400000,8],[1711504800000,8],[1711591200000,7],[1711677600000,8],[1711764000000,6],[1711850400000,6],[1711933200000,6],[1712019600000,8],[1712106000000,8],[1712192400000,7],[1712278800000,7],[1712365200000,6],[1712451600000,6],[1712538000000,6],[1712624400000,6],[1712710800000,6],[1712797200000,7],[1712883600000,7],[1712970000000,8],[1713056400000,8],[1713142800000,8],[1713229200000,7],[1713315600000,7],[1713402000000,7],[1713488400000,8],[1713574800000,6],[1713661200000,5],[1713747600000,5],[1713834000000,8],[1713920400000,8],[1714006800000,8],[1714093200000,8],[1714179600000,7],[1714266000000,8],[1714352400000,7],[1714438800000,6],[1714525200000,6],[1714611600000,7],[1714698000000,6],[1714784400000,6],[1714870800000,6],] },] });