score:0

you can do this with the visible property, just add to your options:

series: [{
        visible: false
    }, {
        visible: true
    }]

series represents your array of series, in this example has two series, the first hidden and the second visible. you can check this fiddle that uses data csv too:

http://jsfiddle.net/u4yaxk58/

hope it helps!


Related Query

More Query from same tag