Stacked Area Spline Chart with negative values misbehaving

Thanks J, that worked great!

Here’s the snippet if anyone else runs into this:


var chartObj = arguments[0],
$ = skuid.$;

$.extend(chartObj,{
    tooltip: {
        shared:true,
        enabled:true,
        crosshairs:true
    }   ,
    plotOptions:{

   series:{
      
   threshold: 0
   }
    }
});