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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...