Combined stacked line/area graphs with non-stacked ones

To prevent the line graph from stacking with another graphs on a stacked line/area chart, just set its stackable property to false. I.e.:

graph.stackable = false;

The above works for both regular JavaScript Charts and JavaScript Stock Charts.