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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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