Dashboards & Visualizations

How to hide categories in trellis dashboard visualization using SimpleXML?

willemjongeneel
Communicator

Good afternoon,

I have a question on customizing trellis dashboard visualization.

I want to remove the titles/categories on the second trellis visualization (the ones that are highlighted in yellow).

alt text

Does anyone know if there is an option in SimpleXML to make this possible?

Thanks, kind regards,
Willem Jongeneel

Labels (2)
0 Karma
1 Solution

493669
Super Champion

@willemjongeneel ,
Include single value id in xml like below-

 <single id="single2">

Then refer one css in xml code and include below code in css-

div#single2 .facet-label {
    display: none !important;
}

Let me know if it helps!

View solution in original post

0 Karma

493669
Super Champion

@willemjongeneel ,
Include single value id in xml like below-

 <single id="single2">

Then refer one css in xml code and include below code in css-

div#single2 .facet-label {
    display: none !important;
}

Let me know if it helps!

0 Karma

willemjongeneel
Communicator

Hello,

Yes that did the trick. Thank you!

Kind regards,
Willem

0 Karma
Get Updates on the Splunk Community!

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 ...

Introducing the Splunk Community Dashboard Challenge!

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

Wondering How to Build Resiliency in the Cloud?

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