Dashboards & Visualizations

How do you modify drilldown customization from tag clouds?

twinspop
Influencer

I saw this post, but no one has answered with specifics. I've tried without success to modify the block of JS that calls Drilldown.handleDrilldown in the tagcloud sample app. I just want it to set form field values:

events: {
   'click a': function(e) {
      e.preventDefault();
      unsubmittedTokens.set('fieldtoken',e.target.text());
      submittedTokens.set('fieldtoken',e.target.text());
   }
},

But this doesn't work. Any hints?

Original JS block:

events: {
    'click a': function(e) {
        e.preventDefault();
        // Perform automatic drilldown on click on a tag
        Drilldown.handleDrilldown({
            name: this.settings.get('labelField'),
            value: $.trim($(e.target).text())
        }, 'row', this.manager);
    }
},

jlhamlet
Path Finder

Hello,

Any solution for this ?

Thank you for your help.

0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

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