Dashboards & Visualizations

Why don't the x-axis values show?

Vish
Explorer

2023-02-28_11h27_31.png

 My components column has too much values so I tried to add a horizontal scroll using CSS style tag with ID selector but i am unable to use the same style body for all the other panel or other charts. I am getting duplicate ID error. So how to make use of style body for multiple panel or charts?

Labels (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

You need to have unique ids, but you can list multiple selectors for the same style

#selector1 <hierarchy of components>,
#selector2 <hierarchy of components>
{
   <style settings>
}

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

You need to have unique ids, but you can list multiple selectors for the same style

#selector1 <hierarchy of components>,
#selector2 <hierarchy of components>
{
   <style settings>
}

Vish
Explorer

Thank u it worked

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...