All Apps and Add-ons

Show a pie chart & a table side by side in same panel

adityapavan18
Contributor

I need to create a panel in advanced dashboard where in same panel i want to show pie chart and table side by side.

When i use

<module name="HiddenChartFormatter" layoutPanel="panel_row2_col1">
                    <param name="charting.chart">pie</param>
                    <module name="JSChart"/>
                </module>
                <module name="Pager" layoutPanel="panel_row2_col1">
                    <module name="SimpleResultsTable">
                        <param name="displayRowNumbers">False</param>
                        <param name="entityName">results</param>
                    </module>
                </module>

I get the pie chart above table
when i change the col number in layout panel i get the table in a seperate panel.

Is there a way to get both side by side in same panel ?need help

1 Solution

somesoni2
Revered Legend

add group value in the layoutPanel property.

For Piechart -> layoutPanel="panel_row2_col1_grp1"

For table-> layoutPanel="panel_row2_col1_grp2"

View solution in original post

somesoni2
Revered Legend

add group value in the layoutPanel property.

For Piechart -> layoutPanel="panel_row2_col1_grp1"

For table-> layoutPanel="panel_row2_col1_grp2"

Get Updates on the Splunk Community!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...