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!

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