score:2

Accepted answer

You shoudl use two series: http://jsfiddle.net/ughPE/

    series : [{
                name : 'AAPL Stock Price',
                data : [[1146441600000,6],
[1146528000000,5],
[1146614400000,10],
[1146700800000,7],
[1146787200000,12],
[1147046400000,8],
[1147132800000,9]],
                type : 'area'
            },{
                name : 'AAPL Stock Price',
                data : [
[1146787200000,22],
[1147046400000,18],
[1147132800000,1]],
                type : 'area'
            }]

Related Query

More Query from same tag