Splunk Search

Why are D3 Bubble Charts not displaying when I change the selection on a drop-down from the default value?

ashish9433
Communicator

I want to display D3 Bubble charts on selection of a value from the drop-down. The chart for the default value is displayed.

alt text

But when i change the selection from the drop-down, the bubble chart is not displayed.

alt text

However, it gets displayed on refreshing the page.
The code is as follows:

<form script="autodiscover.js">
  <label>BubbleChart</label>
  <description></description>
  <fieldset autoRun="true"  submitButton="false"  searchWhenChanged="true">
    <input type="dropdown" token="field1_tok">
      <label>Select a User:</label>
      <default>*_004402600010833.usagestats.txt</default>
      <choice value="*_004402600010833.usagestats.txt">MEID 004402600010833</choice>
      <choice value="*_004402600008210.usagestats.txt">MEID 004402600008210</choice>
    </input>
  </fieldset>
  <row>
    <html>
          <h2>Time Spent per Category(Per User)</h2>
            <div id="bubbleSearch1"
                 class="splunk-manager"
                 data-require="splunkjs/mvc/searchmanager"
                 data-options='{
                    "search": "sourcetype=\"usage\" source=$field1_tok$|eval NEW_TIME=rtrim(Duration,\" ms\")|eval CONV = round((NEW_TIME/60000),2)|stats sum(CONV) as TDURATION by tag,APP",
                    "earliest_time": "",
                    "status_buckets": 0,
                    "cancelOnUnload": true,
                    "auto_cancel": 90,
                    "preview": true
                 }'>
            </div>    
        <div id="bubbleChart1"
                 class="splunk-view"
                 data-require="app/simple_xml_examples/components/bubblechart/bubblechart"
                 data-options='{
                    "managerid": "bubbleSearch1",
                    "nameField": "APP",
                    "categoryField": "tag",
                    "valueField": "TDURATION",
                    "height": 450
                 }'>
            </div>
        </html>
  </row>
</form>
Tags (4)
0 Karma

gyslainlatsa
Motivator

hi ashish9433,
trying to put earlist_time: "0" and latest_time : "now" in the section `

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...