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!

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 ...