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

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

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

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...