<?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 do I change the names in the popup while keeping the legend names the same? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413056#M119100</link>
    <description>&lt;P&gt;Hey @niketnilay&lt;BR /&gt;
Its not Bar : 1. Its Bar-1 : 3, that is the name appearing on the popup needs to be Bar-1 while the one showing on legend should be Bar.&lt;BR /&gt;
Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jun 2018 14:12:02 GMT</pubDate>
    <dc:creator>dhruv101</dc:creator>
    <dc:date>2018-06-29T14:12:02Z</dc:date>
    <item>
      <title>How do I change the names in the popup while keeping the legend names the same?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413054#M119098</link>
      <description>&lt;P&gt;When we plot a chart like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| chart count time phase
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Lets say the legend appears as &lt;BR /&gt;
Foo &lt;BR /&gt;
Bar &lt;BR /&gt;
Hey &lt;BR /&gt;
Day&lt;/P&gt;

&lt;P&gt;When I hover over the columns, I see popups like&lt;BR /&gt;
time: ....&lt;BR /&gt;
Foo: 1&lt;/P&gt;

&lt;P&gt;time: ....&lt;BR /&gt;
Bar: 3&lt;/P&gt;

&lt;P&gt;I want to change the names in the popup while keeping the legend names the same(which means replace would not work). How do I go about this?&lt;/P&gt;

&lt;P&gt;Legend names still stay Foo Bar Hey Day&lt;BR /&gt;
But names in popup look like Foo-1 Bar-1 Hey-1 Day-1&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 21:14:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413054#M119098</guid>
      <dc:creator>dhruv101</dc:creator>
      <dc:date>2018-06-28T21:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the names in the popup while keeping the legend names the same?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413055#M119099</link>
      <description>&lt;P&gt;@dhruv101, please add more details.&lt;/P&gt;

&lt;P&gt;Do you just want to take out &lt;CODE&gt;time&lt;/CODE&gt; from the&lt;CODE&gt;Tooltip Text&lt;/CODE&gt; or do you want to have all Series to display count as 1?&lt;/P&gt;

&lt;P&gt;I could see &lt;CODE&gt;Bar: 3&lt;/CODE&gt; in your question but in your request you asked for &lt;CODE&gt;Bar: 1&lt;/CODE&gt; is it typo or requirement?&lt;/P&gt;

&lt;P&gt;You can refer to this answer by @Jeffland to change the chart Tooltip text: &lt;A href="https://answers.splunk.com/answers/337329/is-it-possible-to-show-a-custom-tooltip-whenever-a.html"&gt;https://answers.splunk.com/answers/337329/is-it-possible-to-show-a-custom-tooltip-whenever-a.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 01:11:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413055#M119099</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-29T01:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the names in the popup while keeping the legend names the same?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413056#M119100</link>
      <description>&lt;P&gt;Hey @niketnilay&lt;BR /&gt;
Its not Bar : 1. Its Bar-1 : 3, that is the name appearing on the popup needs to be Bar-1 while the one showing on legend should be Bar.&lt;BR /&gt;
Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:12:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413056#M119100</guid>
      <dc:creator>dhruv101</dc:creator>
      <dc:date>2018-06-29T14:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the names in the popup while keeping the legend names the same?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413057#M119101</link>
      <description>&lt;P&gt;@dhruv101, so are you saying that the values for phase itself is &lt;CODE&gt;Bar-1&lt;/CODE&gt;, &lt;CODE&gt;Hey-1&lt;/CODE&gt; and &lt;CODE&gt;Day-1&lt;/CODE&gt; etc? While you want them to appear as is in Tooltip, you want them to be different in Legends as &lt;CODE&gt;Bar&lt;/CODE&gt;, &lt;CODE&gt;Hay&lt;/CODE&gt; and &lt;CODE&gt;Day&lt;/CODE&gt;?&lt;BR /&gt;
Or is the requirement just the opposite?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 03:04:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413057#M119101</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-07-04T03:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the names in the popup while keeping the legend names the same?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413058#M119102</link>
      <description>&lt;P&gt;Hello @dhruv101,&lt;/P&gt;

&lt;P&gt;can you please reword your question in order to include the answers to @niketnilay comments, and make astatement of what you expect to see in the tooltips?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 06:21:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413058#M119102</guid>
      <dc:creator>poete</dc:creator>
      <dc:date>2018-07-04T06:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the names in the popup while keeping the legend names the same?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413059#M119103</link>
      <description>&lt;P&gt;Once I try this:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/344864/how-to-properly-add-an-event-listener-for-mouseove.html"&gt;https://answers.splunk.com/answers/344864/how-to-properly-add-an-event-listener-for-mouseove.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Maybe you could try?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 15:26:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413059#M119103</guid>
      <dc:creator>felipesewaybric</dc:creator>
      <dc:date>2018-07-04T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the names in the popup while keeping the legend names the same?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413060#M119104</link>
      <description>&lt;P&gt;I definitely think more details are needed.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 17:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413060#M119104</guid>
      <dc:creator>Noah_Woodcock</dc:creator>
      <dc:date>2018-07-04T17:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the names in the popup while keeping the legend names the same?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413061#M119105</link>
      <description>&lt;P&gt;More details will help in providing more accurate solution&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 23:08:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-change-the-names-in-the-popup-while-keeping-the-legend/m-p/413061#M119105</guid>
      <dc:creator>vidhyaArumalla</dc:creator>
      <dc:date>2018-07-04T23:08:53Z</dc:date>
    </item>
  </channel>
</rss>

