<?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: Treemap - Custom Visualization: How to get Tooltips and Drilldowns to work? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352304#M42633</link>
    <description>&lt;P&gt;It looks like Firefox (and now Chrome) are now registering events to objects which have no fill.  Add this to your dashboard and it should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row depends="$HideCSS$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          .splunk-treemap foreignObject.foreignobj {
            pointer-events: none;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Aug 2018 14:59:02 GMT</pubDate>
    <dc:creator>Kenshiro70</dc:creator>
    <dc:date>2018-08-28T14:59:02Z</dc:date>
    <item>
      <title>Treemap - Custom Visualization: How to get Tooltips and Drilldowns to work?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352299#M42628</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;Trying without any luck to get a tooltip to appear and a drilldown to work as documented here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Treemap/1.1.1/TreemapViz/TreeMapComponents"&gt;http://docs.splunk.com/Documentation/Treemap/1.1.1/TreemapViz/TreeMapComponents&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;(from the above link)&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Interactive elements:&lt;/P&gt;

&lt;P&gt;Click a rectangle in a treemap to get more information.&lt;/P&gt;

&lt;P&gt;Tooltips Hover on a rectangle to see a&lt;BR /&gt;
tooltip with details about the&lt;BR /&gt;
category.&lt;/P&gt;

&lt;P&gt;Drilldown Click on a child rectangle&lt;BR /&gt;
to open a search using the child&lt;BR /&gt;
category values.&lt;/P&gt;

&lt;P&gt;Zoom&lt;/P&gt;

&lt;P&gt;Click on a parent rectangle to zoom in on the parent category and its child categories.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It says that is has tooltips and drilldowns, but no examples given! It seems the only interactive element that works as listed is the Zoom?&lt;/P&gt;

&lt;P&gt;How does it work Splunk? Who wrote this doc?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 19:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352299#M42628</guid>
      <dc:creator>martinstack</dc:creator>
      <dc:date>2017-04-27T19:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Treemap - Custom Visualization: How to get Tooltips and Drilldowns to work?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352300#M42629</link>
      <description>&lt;P&gt;Hi @martinstack,&lt;BR /&gt;
I work on custom visualization documentation. As far as I know, tooltips and drilldown should work and do work as described in our docs,  in a test instance I just checked. A couple questions for troubleshooting purposes:&lt;/P&gt;

&lt;P&gt;What browser are you using? &lt;/P&gt;

&lt;P&gt;What Splunk Enterprise software version and treemap app version are you using?&lt;/P&gt;

&lt;P&gt;What query are you using to generate a treemap? &lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352300#M42629</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2017-04-27T20:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Treemap - Custom Visualization: How to get Tooltips and Drilldowns to work?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352301#M42630</link>
      <description>&lt;P&gt;For examples, I would suggest taking a look at the "Treemap gallery" dashboard that is packaged with the treemap app download from Splunkbase. The treemap visualizations here include tooltips and drilldown. You can click "Edit" to inspect the Simple XML source code, if you would like further detail. &lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 21:01:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352301#M42630</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2017-04-27T21:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Treemap - Custom Visualization: How to get Tooltips and Drilldowns to work?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352302#M42631</link>
      <description>&lt;P&gt;Hi @frobinson&lt;/P&gt;

&lt;P&gt;Latest splunk, latest version of treemap and latest version of Firefox.&lt;/P&gt;

&lt;P&gt;I can confirm it IS working in other browsers, but the drilldown and tooltips and not working in Firefox. &lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 21:19:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352302#M42631</guid>
      <dc:creator>martinstack</dc:creator>
      <dc:date>2017-04-27T21:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Treemap - Custom Visualization: How to get Tooltips and Drilldowns to work?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352303#M42632</link>
      <description>&lt;P&gt;Thanks for your notes. The firefox display problem is a known issue and we're working on a fix for it in the next treemap release. &lt;/P&gt;

&lt;P&gt;See the known issues listed here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Treemap/1.1.1/TreemapViz/TreeMapReleaseNotes"&gt;http://docs.splunk.com/Documentation/Treemap/1.1.1/TreemapViz/TreeMapReleaseNotes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 21:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352303#M42632</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2017-04-27T21:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Treemap - Custom Visualization: How to get Tooltips and Drilldowns to work?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352304#M42633</link>
      <description>&lt;P&gt;It looks like Firefox (and now Chrome) are now registering events to objects which have no fill.  Add this to your dashboard and it should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row depends="$HideCSS$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          .splunk-treemap foreignObject.foreignobj {
            pointer-events: none;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:59:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/352304#M42633</guid>
      <dc:creator>Kenshiro70</dc:creator>
      <dc:date>2018-08-28T14:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Treemap - Custom Visualization: How to get Tooltips and Drilldowns to work?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/561561#M74671</link>
      <description>&lt;P&gt;Thanks, This did the trick!&amp;nbsp; Cheers!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 20:44:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Treemap-Custom-Visualization-How-to-get-Tooltips-and-Drilldowns/m-p/561561#M74671</guid>
      <dc:creator>damiensurat</dc:creator>
      <dc:date>2021-07-30T20:44:57Z</dc:date>
    </item>
  </channel>
</rss>

