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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...