Dashboards & Visualizations

How do I put multiple charts inside of the single panel ?

parimalan
Explorer

Need to have multiple charts inside to one single panel

strong text

pie chart
line chart
single value

Thanks
Pari

0 Karma
1 Solution

horsefez
Motivator

Hi @parimalan,

it is possible, but might not look like you intended it to look.

Just go ahead and edit the SimpleXML code like the following.

What your code looks like with all the charts in a panel each:

<row>
    <panel>
    <chart>
    ...
    </chart>
    </panel>

    <panel>
    <chart>
    ...
    </chart>
    </panel>

    <panel>
    <single>
    ...
    </single>
    </panel>
</row>

How the end result must look like

<row>
<panel>
<html>
<div style="text-align: center;">
<h1>STRONG TEXT</h1>
</div>
</html>
</panel>
</row>

<row>
    <panel>
    <chart>
    ...
    </chart>
    <chart>
    ...
    </chart>
    <single>
    ...
    </single>
    </panel>
</row>

View solution in original post

0 Karma

horsefez
Motivator

Hi @parimalan,

it is possible, but might not look like you intended it to look.

Just go ahead and edit the SimpleXML code like the following.

What your code looks like with all the charts in a panel each:

<row>
    <panel>
    <chart>
    ...
    </chart>
    </panel>

    <panel>
    <chart>
    ...
    </chart>
    </panel>

    <panel>
    <single>
    ...
    </single>
    </panel>
</row>

How the end result must look like

<row>
<panel>
<html>
<div style="text-align: center;">
<h1>STRONG TEXT</h1>
</div>
</html>
</panel>
</row>

<row>
    <panel>
    <chart>
    ...
    </chart>
    <chart>
    ...
    </chart>
    <single>
    ...
    </single>
    </panel>
</row>
0 Karma

parimalan
Explorer

Hi there

Thnks for your grt help..your answer help me to put two chart in single panel ..but i need another help from you .

How to put multiple charts in single panel in the form of horizontal ?

Thanks
Parimalan

parimalan
Explorer

hi harishalipaka,

thanks for your help...do u have any idea to put chart horizontally without using CSS (or any external lang)

Thanks

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...