<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>18.2 New Feature of Line Chart</title><link>https://community.appian.com/discussions/f/general/12651/18-2-new-feature-of-line-chart</link><description>Hi Everyone, Can anyone check with Connect Null Values in Line Charts it&amp;#39;s 18.2 new feature. Connect Null Values in Line Charts are not working, the null values are not connecting like previous versions.. 
 https://docs.appian.com/suite/help/18.2/Appian_Release_Notes</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: 18.2 New Feature of Line Chart</title><link>https://community.appian.com/thread/56514?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 11:14:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de26abdb-62ff-4e02-8eb9-7d1263bcb22b</guid><dc:creator>Narmada</dc:creator><description>It&amp;#39;s working thank you..&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 18.2 New Feature of Line Chart</title><link>https://community.appian.com/thread/56513?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 11:05:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cdf320be-b842-4fe7-b43d-bf0e58b9f3e6</guid><dc:creator>Sachin</dc:creator><description>&lt;p&gt;Hi Narmada (narmadap) ,&lt;/p&gt;
&lt;p&gt;in a!lineChartField we have a new parameter called connectNulls which accepts boolean value.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; a!lineChartField(
    label: &amp;quot;Line Chart&amp;quot;,
    labelPosition: &amp;quot;ABOVE&amp;quot;,
    categories: {&amp;quot;Category 1&amp;quot;, &amp;quot;Category 2&amp;quot;, &amp;quot;Category 3&amp;quot;, &amp;quot;Category 4&amp;quot;, &amp;quot;Category 5&amp;quot;},
    series: {
      a!chartSeries(label: &amp;quot;Chart Series&amp;quot;, data: {1, null, 3,null,5})
    },
    showLegend: true,
    showTooltips: true,
    connectNulls :true()
  )&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>