Highcharts Stock Demo

author(s): Torstein Hønsi

HTML

<div id="container" style="height: 400px; min-width: 600px"></div>
<div id="containerStock" style="height: 400px; min-width: 600px"></div>
<script type="text/javascript" src="http://highcharts.com/js/testing-stock.js"></script>

JavaScript

$(document).ready(function() {

    var data1 = [[1267484400000, 70955.0] ,[1267570800000, 73819.0] ,[1267657200000, 77636.0] ,[1267743600000, 74458.0] ,[1267830000000, 76042.0] ,[1267916400000, 55130.0] ,[1268002800000, 56115.0] ,[1268089200000, 73983.0] ,[1268175600000, 75014.0] ,[1268262000000, 75109.0] ,[1268348400000, 75377.0] ,[1268434800000, 72900.0] ,[1268521200000, 54196.0] ,[1268607600000, 53797.0] ,[1268694000000, 71744.0] ,[1268780400000, 71597.0] ,[1268866800000, 70482.0] ,[1268953200000, 74896.0] ,[1269039600000, 68255.0] ,[1269126000000, 49623.0] ,[1269212400000, 50947.0] ,[1269298800000, 77295.0] ,[1269385200000, 69600.0] ,[1269471600000, 80120.0] ,[1269558000000, 86129.0] ,[1269644400000, 90721.0] ,[1269730800000, 71004.0] ,[1269817200000, 70773.0] ,[1269903600000, 89274.0] ,[1269990000000, 92169.0] ,[1270076400000, 85863.0] ,[1270162800000, 80965.0] ,[1270249200000, 76756.0] ,[1270335600000, 58929.0] ,[1270422000000, 59040.0] ,[1270508400000, 64192.0] ,[1270594800000, 81151.0] ,[1270681200000, 87054.0] ,[1270767600000, 89708.0] ,[1270854000000, 87211.0] ,[1270940400000, 67119.0] ,[1271026800000, 62811.0] ];
    var data2 = [[1267484400000, 51744.0] ,[1267570800000, 57614.0] ,[1267657200000, 61537.0] ,[1267743600000, 59204.0] ,[1267830000000, 57584.0] ,[1267916400000, 45744.0] ,[1268002800000, 46218.0] ,[1268089200000, 58034.0] ,[1268175600000, 60377.0] ,[1268262000000, 57197.0] ,[1268348400000, 58953.0] ,[1268434800000, 58050.0] ,[1268521200000, 45118.0] ,[1268607600000, 44555.0] ,[1268694000000, 58160.0] ,[1268780400000, 56881.0] ,[1268866800000, 54195.0] ,[1268953200000, 59053.0] ,[1269039600000, 48651.0] ,[1269126000000, 40815.0] ,[1269212400000, 41580.0] ,[1269298800000, 63323.0] ,[1269385200000, 53262.0] ,[1269471600000, 63482.0] ,[1269558000000, 69060.0] ,[1269644400000, 67747.0] ,[1269730800000, 48270.0] ,[1269817200000, 43832.0] ,[1269903600000, 69305.0] ,[1269990000000, 71803.0] ,[1270076400000, 69859.0] ,[1270162800000, 63941.0]...