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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...