<?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: Highlight multiple chart lines in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493663#M46028</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/217703"&gt;@paul_thomas_bb&lt;/a&gt; if you are on Splunk 7.x you can use seriesCompare option to have all series values at the same time as legends. Refer to an old answer: &lt;A href="https://answers.splunk.com/answers/710781/how-do-you-deal-with-visualization-disparities-in.html" target="_blank"&gt;https://answers.splunk.com/answers/710781/how-do-you-deal-with-visualization-disparities-in.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Second option would be to use Horizon Chart custom visualization: &lt;A href="https://splunkbase.splunk.com/app/3117/" target="_blank"&gt;https://splunkbase.splunk.com/app/3117/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please try out and confirm.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 03:04:55 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-09-30T03:04:55Z</dc:date>
    <item>
      <title>Highlight multiple chart lines</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493660#M46025</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;
More of an enhancement request unless there is an app / code that can do this.&lt;/P&gt;

&lt;P&gt;I always seem to come across the same chart issue time and again.&lt;BR /&gt;
We build a generic line chart with numerous group by categories and add to a dashboard.&lt;BR /&gt;
Such as a stat for numerous servers in a pool. &lt;/P&gt;

&lt;P&gt;When coming to compare, usually the items to compare are not next to each other.&lt;BR /&gt;
We can only highlight one line at a time by hovering over the legend.&lt;BR /&gt;
It would be good to be able to click or tick multiple legend items to remain highlighted for comparison.&lt;BR /&gt;
Or being able to drag and drop the order of the legend to make flicking between lines to compare.&lt;/P&gt;

&lt;P&gt;Pre-ordering is like looking into the crystal ball of which items you want to compare in future.&lt;/P&gt;

&lt;P&gt;Thanks Paul&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 10:48:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493660#M46025</guid>
      <dc:creator>paul_thomas_bb</dc:creator>
      <dc:date>2019-11-26T10:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight multiple chart lines</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493661#M46026</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/217703"&gt;@paul_thomas_bb&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;It would be difficult to hover over multiple legends at the same time.&lt;BR /&gt;
But to have better comparison, you could color code the categories.&lt;/P&gt;

&lt;P&gt;Edit the chart xml like below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.fieldColors"&amp;gt; 
{"Category01":0xeeeeee,"Category02":0x65a637,"Category03":0x333333,"Category04":0xd93f3c,"Category05"  
:0xf58f39,"Category06":0xf7bc38}
 &amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please accept and upvote if this helped.&lt;BR /&gt;
Happy Splunking!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:04:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493661#M46026</guid>
      <dc:creator>dindu</dc:creator>
      <dc:date>2020-09-30T03:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight multiple chart lines</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493662#M46027</link>
      <description>&lt;P&gt;Many things are both different and improved for the new dashboarding React framework.  Try downloading the &lt;CODE&gt;Dashboards (Beta)&lt;/CODE&gt; app and see if it can do something like this.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 00:03:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493662#M46027</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-27T00:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight multiple chart lines</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493663#M46028</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/217703"&gt;@paul_thomas_bb&lt;/a&gt; if you are on Splunk 7.x you can use seriesCompare option to have all series values at the same time as legends. Refer to an old answer: &lt;A href="https://answers.splunk.com/answers/710781/how-do-you-deal-with-visualization-disparities-in.html" target="_blank"&gt;https://answers.splunk.com/answers/710781/how-do-you-deal-with-visualization-disparities-in.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Second option would be to use Horizon Chart custom visualization: &lt;A href="https://splunkbase.splunk.com/app/3117/" target="_blank"&gt;https://splunkbase.splunk.com/app/3117/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please try out and confirm.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:04:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493663#M46028</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-30T03:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight multiple chart lines</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493664#M46029</link>
      <description>&lt;P&gt;Take a look at &lt;CODE&gt;swim lanes&lt;/CODE&gt; in ITSI.  That allows you to do what you are needing &lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 01:24:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493664#M46029</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-27T01:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight multiple chart lines</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493665#M46030</link>
      <description>&lt;P&gt;Thanks, but more thinking about users of dashboard and when you don't know what you will be comparing the next time.  Don't want to waste time in XML when investigating issues. &lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 08:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493665#M46030</guid>
      <dc:creator>paul_thomas_bb</dc:creator>
      <dc:date>2019-11-27T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight multiple chart lines</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493666#M46031</link>
      <description>&lt;P&gt;Thanks, will take a look&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 08:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493666#M46031</guid>
      <dc:creator>paul_thomas_bb</dc:creator>
      <dc:date>2019-11-27T08:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight multiple chart lines</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493667#M46032</link>
      <description>&lt;P&gt;Thanks, will take a look&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 08:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493667#M46032</guid>
      <dc:creator>paul_thomas_bb</dc:creator>
      <dc:date>2019-11-27T08:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight multiple chart lines</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493668#M46033</link>
      <description>&lt;P&gt;Sounds good, will try it out&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 08:39:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Highlight-multiple-chart-lines/m-p/493668#M46033</guid>
      <dc:creator>paul_thomas_bb</dc:creator>
      <dc:date>2019-11-27T08:39:53Z</dc:date>
    </item>
  </channel>
</rss>

