$(document).ready(function () { chart = new Highcharts.StockChart({ chart: { renderTo: 'chart', type: 'line', animation: false, showAxes: true, height: 500 }, xAxis: { ordinal: false, type: 'datetime', showEmpty: true, gridLineWidth: 1, gridLineDashStyle: 'dot', ordinal: false }, yAxis: { title: {text: 'Курс SKK, грн'}, lineWidth: 3, gridLineWidth: 1, gridLineDashStyle: 'dash', ordinal: false }, plotOptions: { series: {connectNulls: true, shadow: false}, spline: {marker: {enabled: true}} }, tooltip: {valueDecimals: 8, xDateFormat: '%d %b %Y', shared: true}, series: [ { name: 'Курс SKK', data: [[1095120000000,0.162129],[1095206400000,0.16263],[1095292800000,0.16263],[1095379200000,0.161723],[1095465600000,0.162395],[1095552000000,0.162395],[1095638400000,0.162395],[1095724800000,0.161258],[1095811200000,0.163432],[1095897600000,0.162698],[1095984000000,0.163426],[1096070400000,0.163241],[1096156800000,0.163241],[1096243200000,0.163241],[1096329600000,0.16257],[1096416000000,0.163455],[1096502400000,0.163354],[1096588800000,0.164429],[1096675200000,null],[1096761600000,null],[1096848000000,0.1644],[1096934400000,0.163129],[1097020800000,0.163194],[1097107200000,0.162778],[1097193600000,0.162986],[1097280000000,0.162986],[1097366400000,0.162986],[1097452800000,0.16329],[1097539200000,0.164311],[1097625600000,0.163267],[1097712000000,0.162639],[1097798400000,0.164106],[1097884800000,null],[1097971200000,0.164792],[1098057600000,0.164792],[1098144000000,0.165673],[1098230400000,0.166117],[1098316800000,0.167172],[1098403200000,0.167402],[1098489600000,0.167444],[1098576000000,0.167444],[1098662400000,0.167444],[1098748800000,0.169744],[1098835200000,0.169736],[1098921600000,0.16985],[1099008000000,0.168817],[1099094400000,0.169226],[1099180800000,0.169226],[1099267200000,0.169226],[1099353600000,0.169444],[1099440000000,0.168907],[1099526400000,0.169494],[1099612800000,null],[1099699200000,null],[1099785600000,null],[1099872000000,null],[1099958400000,null],[1100044800000,0.173757],[1100131200000,0.173757],[1100217600000,0.172579],[1100304000000,0.173091],[1100390400000,0.173091],[1100476800000,0.173091],[1100563200000,0.173503],[1100649600000,0.174333],[1100736000000,0.175237],[1100822400000,0.175365],[1100908800000,0.17595],[1100995200000,0.17595],[1101081600000,0.17595],[1101168000000,0.17617],[1101254400000,0.176927],[1101340800000,0.177427],[1101427200000,0.178604],[1101513600000,0.178805],[1101600000000,0.178805],[1101686400000,0.178805],[1101772800000,0.178972],[1101859200000,0.179598],[1101945600000,0.179859],[1102032000000,0.181029],[1102118400000,0.180705],[1102204800000,0.180705],[1102291200000,0.180705],[1102377600000,0.182161],[1102464000000,0.182642],[1102550400000,0.180503],[1102636800000,0.180681],[1102723200000,null],[1102809600000,null],[1102896000000,null],[1102982400000,0.180768],[1103068800000,0.182184],[1103155200000,0.183228],[1103241600000,0.183447],[1103328000000,0.182179],[1103414400000,0.182179],[1103500800000,0.182179],[1103587200000,0.184151],[1103673600000,0.184276],[1103760000000,0.183259],[1103846400000,0.18396],[1103932800000,0.18504],[1104019200000,0.18504],[1104105600000,0.18504],[1104192000000,0.184954],[1104278400000,0.186212],[1104364800000,0.186112]], tooltip: {valueSuffix: ' грн'}, type: 'area', step: true, color: '#888888', fillColor: { linearGradient: {x1: 0, y1: 0, x2: 0, y2: 1}, stops: [[0, '#CCCCCC'], [1, 'rgba(50,50,50,0)']] }, threshold: null }, { name: 'Среднее за период', data: [[1095206400000, 0.162718],[1095206400000, 0.162718],[1097798400000, 0.165692],[1100476800000, 0.174690],[1103068800000, 0.182830]], tooltip: {valueSuffix: ' грн'}, type: 'spline', step: false, color: '#0000CC', threshold: null }] }); });