<?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 add dynamic overlays to chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/add-dynamic-overlays-to-chart/m-p/430480#M173341</link>
    <description>&lt;P&gt;Just wondering if there's a way to get a handle to the Highcharts javascript object that might have been created when generating the splunk chart?  I was hoping to be able to dynamically show and hide additional overlays on a specific chart via javascript.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jan 2019 23:42:30 GMT</pubDate>
    <dc:creator>devsplunkid</dc:creator>
    <dc:date>2019-01-28T23:42:30Z</dc:date>
    <item>
      <title>add dynamic overlays to chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/add-dynamic-overlays-to-chart/m-p/430480#M173341</link>
      <description>&lt;P&gt;Just wondering if there's a way to get a handle to the Highcharts javascript object that might have been created when generating the splunk chart?  I was hoping to be able to dynamically show and hide additional overlays on a specific chart via javascript.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 23:42:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/add-dynamic-overlays-to-chart/m-p/430480#M173341</guid>
      <dc:creator>devsplunkid</dc:creator>
      <dc:date>2019-01-28T23:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: add dynamic overlays to chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/add-dynamic-overlays-to-chart/m-p/430481#M173342</link>
      <description>&lt;P&gt;Was able to find the handle.  For any that might be looking, the container seems to be the div[data-highcharts-chart] tag.  &lt;/P&gt;

&lt;P&gt;From custom javascript included in the SimpleXML:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;var thehcobject = $('#mychartid div[data-highcharts-chart]').first().highcharts();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Jan 2019 23:30:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/add-dynamic-overlays-to-chart/m-p/430481#M173342</guid>
      <dc:creator>devsplunkid</dc:creator>
      <dc:date>2019-01-29T23:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: add dynamic overlays to chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/add-dynamic-overlays-to-chart/m-p/430482#M173343</link>
      <description>&lt;P&gt;@devsplunkid If your problem is resolved, please accept the answer to help future readers.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 12:29:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/add-dynamic-overlays-to-chart/m-p/430482#M173343</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-01-30T12:29:54Z</dc:date>
    </item>
  </channel>
</rss>

