<?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 Re: How to change color or style of a single line in line graph in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264174#M79304</link>
    <description>&lt;P&gt;i'm not sure you can change it to be dashed, but you should be able to change the color using the charting.fieldColors option. You should be able to use the field name and then it uses a hexadecimal color value. It might be the charting.seriesColors option, though, too.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartConfigurationReference"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartConfigurationReference&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2016 18:46:21 GMT</pubDate>
    <dc:creator>cmerriman</dc:creator>
    <dc:date>2016-12-06T18:46:21Z</dc:date>
    <item>
      <title>How to change color or style of a single line in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264173#M79303</link>
      <description>&lt;P&gt;I have a timechart graph in which I have put an overlay to represent the max allowed value of used HDD space. Can I change this ONE LINE to be dashed, or at least a single bolder color than the rest?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:30:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264173#M79303</guid>
      <dc:creator>feickertmd</dc:creator>
      <dc:date>2016-12-06T18:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to change color or style of a single line in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264174#M79304</link>
      <description>&lt;P&gt;i'm not sure you can change it to be dashed, but you should be able to change the color using the charting.fieldColors option. You should be able to use the field name and then it uses a hexadecimal color value. It might be the charting.seriesColors option, though, too.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartConfigurationReference"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartConfigurationReference&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264174#M79304</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-12-06T18:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change color or style of a single line in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264175#M79305</link>
      <description>&lt;P&gt;Try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.lineDashStyle"&amp;gt;dashDot &amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Following are various option for series style:&lt;BR /&gt;
(dashDot | dot | longDash | longDashDot | longDashDotDot | shortDash | shortDot | shortDashDot | solid)&lt;/P&gt;

&lt;P&gt;Refer to the following documentation: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:50:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264175#M79305</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2016-12-06T18:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to change color or style of a single line in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264176#M79306</link>
      <description>&lt;P&gt;That changes all lines, unfortunately&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:51:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264176#M79306</guid>
      <dc:creator>feickertmd</dc:creator>
      <dc:date>2016-12-06T18:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change color or style of a single line in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264177#M79307</link>
      <description>&lt;P&gt;How did I miss that?1 I was too focused on seriesColors.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:52:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264177#M79307</guid>
      <dc:creator>feickertmd</dc:creator>
      <dc:date>2016-12-06T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to change color or style of a single line in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264178#M79308</link>
      <description>&lt;P&gt;Yes since it affects all &lt;STRONG&gt;Line&lt;/STRONG&gt; series, I usually try creating chart as &lt;STRONG&gt;Column&lt;/STRONG&gt;. So, only overlaid field is line and remaining are column. I do use fieldColors and seriesColor for all the series to have differnt prominence.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 19:23:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264178#M79308</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2016-12-06T19:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to change color or style of a single line in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264179#M79309</link>
      <description>&lt;P&gt;Anyone know how to edit just one line rather than all lines using charting.lineDashStyle?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 13:35:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264179#M79309</guid>
      <dc:creator>jackreeves</dc:creator>
      <dc:date>2017-09-04T13:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to change color or style of a single line in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264180#M79310</link>
      <description>&lt;P&gt;Yes. Use the &lt;CODE&gt;charting.fieldDashStyles&lt;/CODE&gt; option. Tested in Splunk 7.3.0:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.fieldDashStyles"&amp;gt;{"fieldname": "dash"}&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Oct 2019 06:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264180#M79310</guid>
      <dc:creator>Graham_Hanningt</dc:creator>
      <dc:date>2019-10-18T06:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to change color or style of a single line in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264181#M79311</link>
      <description>&lt;P&gt;I wish there were a corresponding &lt;CODE&gt;fieldLineWidths&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 06:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-color-or-style-of-a-single-line-in-line-graph/m-p/264181#M79311</guid>
      <dc:creator>Graham_Hanningt</dc:creator>
      <dc:date>2019-10-18T06:10:18Z</dc:date>
    </item>
  </channel>
</rss>

