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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...