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

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

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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...