Splunk Search

Align multiple charts in one panel horizontally

nagar57
Communicator

I am using Simple XML. I put 4 charts inside one Panel.

Since I have other panels in the same row. I am struggling with the alignment. I tried adjusting the width in below CSS but it just reduced the size of the chart and didn't align the charts verctically.

#reqPerChanChart {
     width:25% !important;
  }
  #reqPerClientChart {
    width:25% !important;
  }
  #resPerChanChart {
  width:25% !important;
  }
  #resPerClientChart {
  width:25% !important;

  }
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @nagar57,
try to put after the Panel and Title tags the following tags:

  <html>
    <style type="text/css">
        .single {
          width: 50% !important;
          }
    </style>
  </html>

then put, one after one, the four pies in the same panel.

Ciao.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...