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!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...