<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What part of the dashboard HTML controls the feature to split charts in the same row? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131642#M7761</link>
    <description>&lt;P&gt;Hi @minkyuk,&lt;BR /&gt;
I'm a tech writer here at Splunk and I'd like to help with your question.You can put multiple panels within the same row using simple XML. Please see:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;for some examples.&lt;/P&gt;

&lt;P&gt;Hope this helps! Please let me know if not!&lt;BR /&gt;
Best,&lt;BR /&gt;
@frobinson_splunk&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2015 18:46:50 GMT</pubDate>
    <dc:creator>frobinson_splun</dc:creator>
    <dc:date>2015-07-21T18:46:50Z</dc:date>
    <item>
      <title>What part of the dashboard HTML controls the feature to split charts in the same row?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131641#M7760</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to split the charts in the same row, but it doesn't seem like it's properly working.&lt;BR /&gt;
Which part of the HTML controls this feature?&lt;BR /&gt;
Anyone familiar?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/481i2E407389A9725772/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 18:26:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131641#M7760</guid>
      <dc:creator>minkyuk</dc:creator>
      <dc:date>2015-07-21T18:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: What part of the dashboard HTML controls the feature to split charts in the same row?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131642#M7761</link>
      <description>&lt;P&gt;Hi @minkyuk,&lt;BR /&gt;
I'm a tech writer here at Splunk and I'd like to help with your question.You can put multiple panels within the same row using simple XML. Please see:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;for some examples.&lt;/P&gt;

&lt;P&gt;Hope this helps! Please let me know if not!&lt;BR /&gt;
Best,&lt;BR /&gt;
@frobinson_splunk&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 18:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131642#M7761</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2015-07-21T18:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: What part of the dashboard HTML controls the feature to split charts in the same row?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131643#M7762</link>
      <description>&lt;P&gt;Hello, I could resort to simple XML, but I think my HTML code seems to be correct but still giving my panels in separate rows... Thank you&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;div id="panel1" class="dashboard-cell" style="width: 50%;"&amp;gt;
        &amp;lt;div id="charts" class="dashboard-panel clearfix"&amp;gt;
            &amp;lt;!--
            &amp;lt;div class="panel-element-row"&amp;gt;
                &amp;lt;div id="element1" class="dashboard-element chart" style="width: 100%"&amp;gt;
                    &amp;lt;div class="panel-body"&amp;gt;&amp;lt;/div&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/div&amp;gt;
            --&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;div id="panel2" class="dashboard-cell" style="width: 50%;"&amp;gt;
        &amp;lt;div id="charts" class="dashboard-panel clearfix"&amp;gt;
            &amp;lt;!--
            &amp;lt;div class="panel-element-row"&amp;gt;
                &amp;lt;div id="element2" class="dashboard-element chart" style="width: 100%"&amp;gt;
                    &amp;lt;div class="panel-body"&amp;gt;&amp;lt;/div&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/div&amp;gt;
            --&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Jul 2015 18:51:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131643#M7762</guid>
      <dc:creator>minkyuk</dc:creator>
      <dc:date>2015-07-21T18:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: What part of the dashboard HTML controls the feature to split charts in the same row?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131644#M7763</link>
      <description>&lt;P&gt;Ok, taking a look.  I'm noticing that you are closing the "panel-element-row"  div for each of these dashboards, which might be separating them into multiple rows. Have you tried putting both dashboard elements into the same "panel-element-row" div?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131644#M7763</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2015-07-21T19:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: What part of the dashboard HTML controls the feature to split charts in the same row?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131645#M7764</link>
      <description>&lt;P&gt;Here's also some info from our developer docs on manipulating dashboard layout HTML:&lt;BR /&gt;
&lt;A href="http://dev.splunk.com/view/webframework-htmldashboards/SP-CAAAETS"&gt;http://dev.splunk.com/view/webframework-htmldashboards/SP-CAAAETS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:12:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-part-of-the-dashboard-HTML-controls-the-feature-to-split/m-p/131645#M7764</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2015-07-21T19:12:41Z</dc:date>
    </item>
  </channel>
</rss>

