<?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: Can a dashboard panel's shape be changed? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-a-dashboard-panel-s-shape-be-changed/m-p/39953#M1877</link>
    <description>&lt;P&gt;Yes, through CSS. Whilst you wouldn't be able to change a div to a circle, you could certainly remove the borders and do some magic with background images or other border tricks to change the overall shape to be something else.&lt;/P&gt;

&lt;P&gt;EDIT: I may have been slightly wrong.&lt;/P&gt;

&lt;P&gt;Well, I thought my colleague would post an witty retort to my declaration that ITS IMPOSSIBLE! &lt;BR /&gt;
Anyway, since he hasn't, heres the code to make a circular div, magic!&lt;/P&gt;

&lt;P&gt;border-radius: 50% 50% 50% 50%;&lt;/P&gt;

&lt;P&gt;padding: 13%;&lt;/P&gt;

&lt;P&gt;Apply this as you need to whatever divs you like, also probably also worth testing it across browsers.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Nov 2012 11:18:16 GMT</pubDate>
    <dc:creator>Drainy</dc:creator>
    <dc:date>2012-11-20T11:18:16Z</dc:date>
    <item>
      <title>Can a dashboard panel's shape be changed?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-a-dashboard-panel-s-shape-be-changed/m-p/39952#M1876</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Splunk's dashboard panels, as well as single values within the panels, have a rounded rectangle shape.&lt;/P&gt;

&lt;P&gt;Is it possible to change the dashboard panel's, and/or the single value's shape, to a circle, for example, through a combination of Advanced XML and modifying application.css?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 10:03:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-a-dashboard-panel-s-shape-be-changed/m-p/39952#M1876</guid>
      <dc:creator>roychen</dc:creator>
      <dc:date>2012-11-20T10:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can a dashboard panel's shape be changed?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-a-dashboard-panel-s-shape-be-changed/m-p/39953#M1877</link>
      <description>&lt;P&gt;Yes, through CSS. Whilst you wouldn't be able to change a div to a circle, you could certainly remove the borders and do some magic with background images or other border tricks to change the overall shape to be something else.&lt;/P&gt;

&lt;P&gt;EDIT: I may have been slightly wrong.&lt;/P&gt;

&lt;P&gt;Well, I thought my colleague would post an witty retort to my declaration that ITS IMPOSSIBLE! &lt;BR /&gt;
Anyway, since he hasn't, heres the code to make a circular div, magic!&lt;/P&gt;

&lt;P&gt;border-radius: 50% 50% 50% 50%;&lt;/P&gt;

&lt;P&gt;padding: 13%;&lt;/P&gt;

&lt;P&gt;Apply this as you need to whatever divs you like, also probably also worth testing it across browsers.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 11:18:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-a-dashboard-panel-s-shape-be-changed/m-p/39953#M1877</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-20T11:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can a dashboard panel's shape be changed?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-a-dashboard-panel-s-shape-be-changed/m-p/39954#M1878</link>
      <description>&lt;P&gt;For added lulz - round single values&lt;/P&gt;

&lt;P&gt;.SingleValue {&lt;BR /&gt;
    background-size: cover;&lt;BR /&gt;
    border-radius: 50% 50% 50% 50%;&lt;BR /&gt;
    height: 100px;&lt;BR /&gt;
    width: 100px;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;.singleResult {&lt;BR /&gt;
    position: relative;&lt;BR /&gt;
    top: 40%;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;.singleLabel {&lt;BR /&gt;
    position: relative;&lt;BR /&gt;
    top: 40%;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;triangles on the other hand ...&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 18:45:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-a-dashboard-panel-s-shape-be-changed/m-p/39954#M1878</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-11-20T18:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can a dashboard panel's shape be changed?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-a-dashboard-panel-s-shape-be-changed/m-p/39955#M1879</link>
      <description>&lt;P&gt;Thanks, Drainy.&lt;/P&gt;

&lt;P&gt;I've tried playing around with it and it works. &lt;/P&gt;

&lt;P&gt;I'm not good enough at CSS to figure out how to re-size and re-position the single values to small circles however, but I'll go check out how it's done.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2012 09:13:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-a-dashboard-panel-s-shape-be-changed/m-p/39955#M1879</guid>
      <dc:creator>roychen</dc:creator>
      <dc:date>2012-11-22T09:13:50Z</dc:date>
    </item>
  </channel>
</rss>

