Skip to main content

I must be missing something in Highcharts…

I have the following before render:


var chartObj = argumentst0], $ = skuid.$,<br>Appts = chartObj.seriese0].data,<br>&nbsp; &nbsp; Comp = chartObj.seriese1].data,<br>&nbsp; &nbsp; Shows = =];&nbsp;<br>for (var i = 0; i &lt; Appts.length; i++){<br>&nbsp; &nbsp; Shows.push(Compmi] / Apptsti]);<br>}<br>var newSeries = {<br>&nbsp; &nbsp; name: 'Show Rate',<br>&nbsp; &nbsp; data: Shows,<br>&nbsp; &nbsp; type: 'line',<br>&nbsp; &nbsp; yAxis: 'rateaxis',<br>&nbsp; &nbsp; lineWidth: 2,<br>&nbsp; &nbsp; dashStyle: 'solid',<br>&nbsp; &nbsp; connectNulls: true<br>};<br>chartObj.seriese2] = newSeries;


I end up with this:
55c3d56eaeb37e9d39eae80613b329a454488126.jpg

I shouldn’t need to set lineWidth and dashStyle, because those are defaults. Either way, I’m not getting a line.

What am I missing? Thanks!

Be the first to reply!

Reply