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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...