<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic charting.fieldDashStyle error in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/charting-fieldDashStyle-error/m-p/431037#M123218</link>
    <description>&lt;P&gt;I have a chart that needs only one field (percentage field) to have a dotted line property. &lt;BR /&gt;
I need to specify the percentage field to have the shortDash property using fieldDashStyles. &lt;/P&gt;

&lt;P&gt;Here is my chart:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index="singers" 
| top 20 singers
| eventstats avg(count) as average 
| eventstats sum(count) as total 
| eval percentage = round((count / total) * 100, 0) 
| fields - total&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
                                                           .......
          &amp;lt;option name="charting.fieldDashStyles"&amp;gt;{"average":"solid", "percentage":"shortDash"}&amp;lt;/option&amp;gt;
                                                           .......
      &amp;lt;/chart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In the source view of my dashboard, an error message shows up that says, 'Unknown option name="charting.fieldDashStyle" for node="chart"'.&lt;BR /&gt;
I'm unable to save the dashboard.&lt;/P&gt;

&lt;P&gt;Any help would be appreciated. Thank you. &lt;/P&gt;</description>
    <pubDate>Tue, 29 Jan 2019 08:35:53 GMT</pubDate>
    <dc:creator>dojiepreji</dc:creator>
    <dc:date>2019-01-29T08:35:53Z</dc:date>
    <item>
      <title>charting.fieldDashStyle error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/charting-fieldDashStyle-error/m-p/431037#M123218</link>
      <description>&lt;P&gt;I have a chart that needs only one field (percentage field) to have a dotted line property. &lt;BR /&gt;
I need to specify the percentage field to have the shortDash property using fieldDashStyles. &lt;/P&gt;

&lt;P&gt;Here is my chart:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index="singers" 
| top 20 singers
| eventstats avg(count) as average 
| eventstats sum(count) as total 
| eval percentage = round((count / total) * 100, 0) 
| fields - total&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
                                                           .......
          &amp;lt;option name="charting.fieldDashStyles"&amp;gt;{"average":"solid", "percentage":"shortDash"}&amp;lt;/option&amp;gt;
                                                           .......
      &amp;lt;/chart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In the source view of my dashboard, an error message shows up that says, 'Unknown option name="charting.fieldDashStyle" for node="chart"'.&lt;BR /&gt;
I'm unable to save the dashboard.&lt;/P&gt;

&lt;P&gt;Any help would be appreciated. Thank you. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 08:35:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/charting-fieldDashStyle-error/m-p/431037#M123218</guid>
      <dc:creator>dojiepreji</dc:creator>
      <dc:date>2019-01-29T08:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: charting.fieldDashStyle error</title>
      <link>https://community.splunk.com/t5/Splunk-Search/charting-fieldDashStyle-error/m-p/431038#M123219</link>
      <description>&lt;P&gt;Hi @dojiepreji What is the splunk version are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 08:55:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/charting-fieldDashStyle-error/m-p/431038#M123219</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-01-29T08:55:25Z</dc:date>
    </item>
  </channel>
</rss>

