document.write('
'); Highcharts.chart('container_99110458', { 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: [ [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],[1730340000000,8],[1730426400000,8],[1730512800000,8],[1730599200000,8],[1730685600000,8],[1730772000000,8],[1730858400000,8],[1730944800000,8],[1731031200000,8],[1731117600000,8],[1731204000000,8],[1731290400000,8],[1731376800000,8],[1731463200000,8],[1731549600000,8],[1731636000000,8],[1731722400000,8],[1731808800000,8],[1731895200000,8],[1731981600000,8],[1732068000000,8],[1732154400000,8],[1732240800000,8],[1732327200000,8],[1732413600000,8],[1732500000000,8],[1732586400000,8],[1732672800000,8],[1732759200000,8],[1732845600000,8],[1732932000000,8],[1733018400000,8],[1733104800000,8],[1733191200000,8],[1733277600000,8],[1733364000000,8],[1733450400000,8],[1733536800000,8],[1733623200000,8],[1733709600000,8],[1733796000000,8],[1733882400000,8],[1733968800000,8],[1734055200000,8],[1734141600000,8],[1734228000000,8],[1734314400000,8],[1734400800000,8],[1734487200000,8],[1734573600000,8],[1734660000000,8],[1734746400000,8],[1734832800000,8],[1734919200000,8],[1735005600000,8],[1735092000000,8],[1735178400000,8],[1735264800000,8],[1735351200000,8],[1735437600000,8],[1735524000000,8],[1735610400000,8],[1735696800000,8],[1735783200000,8],[1735869600000,8],[1735956000000,8],[1736042400000,8],[1736128800000,8],[1736215200000,8],[1736301600000,8],[1736388000000,8],[1736474400000,8],[1736560800000,8],[1736647200000,8],[1736733600000,8],[1736820000000,8],[1736992800000,0],[1737079200000,8],[1737165600000,8],[1737252000000,8],[1737338400000,7],[1737424800000,8],[1737511200000,8],[1737597600000,8],[1737684000000,8],[1737770400000,8],[1737856800000,8],[1737943200000,7],[1738029600000,8],[1738116000000,8],[1738202400000,8],[1738288800000,8],[1738375200000,8],[1738461600000,8],[1738548000000,7],[1738634400000,8],[1738720800000,7],] },] });