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 Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...