<?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 Adjust Trellis Font Size (Results) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-Trellis-Font-Size-Results/m-p/502288#M32915</link>
    <description>&lt;P&gt;I am trying to change the font size of the time in the trellis, you can see that when all D H M are double digits t both sides are cut off, the label of each trellis was also being cut off, but using this css that I found in another I was able to change the font size, but I cannot figure out how to change the other font. I am assuming facet- is what I am missing. When I remove -label no formatting is changed, but I cannot figure out what to put that changes the result in the trellis.&lt;BR /&gt;
CSS:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;style&amp;gt;
           .viz-panel.viz-facet-size-medium .facet-label{
            font-size:11px !important;
            font-weight: bold !important;
           }
         &amp;lt;/style&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 20 Mar 2020 14:26:24 GMT</pubDate>
    <dc:creator>nwoodco1</dc:creator>
    <dc:date>2020-03-20T14:26:24Z</dc:date>
    <item>
      <title>Adjust Trellis Font Size (Results)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-Trellis-Font-Size-Results/m-p/502288#M32915</link>
      <description>&lt;P&gt;I am trying to change the font size of the time in the trellis, you can see that when all D H M are double digits t both sides are cut off, the label of each trellis was also being cut off, but using this css that I found in another I was able to change the font size, but I cannot figure out how to change the other font. I am assuming facet- is what I am missing. When I remove -label no formatting is changed, but I cannot figure out what to put that changes the result in the trellis.&lt;BR /&gt;
CSS:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;style&amp;gt;
           .viz-panel.viz-facet-size-medium .facet-label{
            font-size:11px !important;
            font-weight: bold !important;
           }
         &amp;lt;/style&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Mar 2020 14:26:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-Trellis-Font-Size-Results/m-p/502288#M32915</guid>
      <dc:creator>nwoodco1</dc:creator>
      <dc:date>2020-03-20T14:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust Trellis Font Size (Results)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-Trellis-Font-Size-Results/m-p/502289#M32916</link>
      <description>&lt;P&gt;&lt;IMG src="https://img.techpowerup.org/200320/answers-image.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 14:39:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-Trellis-Font-Size-Results/m-p/502289#M32916</guid>
      <dc:creator>nwoodco1</dc:creator>
      <dc:date>2020-03-20T14:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust Trellis Font Size (Results)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-Trellis-Font-Size-Results/m-p/502290#M32917</link>
      <description>&lt;P&gt;@nwoodco1 try the following where single value with trellis has id &lt;CODE&gt;trellis_single&lt;/CODE&gt; i.e. &lt;CODE&gt;&amp;lt;single id="trellis_single"&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;style&amp;gt;
      #trellis_single div.viz-facet{
        width: 220px !important;
      }
      #trellis_single text.single-result{
        transform: translate(25px,0px);
      }
      #trellis_single .viz-panel.viz-facet-size-medium .facet-label{
        font-size:11px !important;
        font-weight: bold !important;
      }
    &amp;lt;/style&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;PS: Width and translate you will have to adjust as per your need. For example in my case if 25px extra width was required, I change facet viz width also by 25px to 220px (or may be little more to allow padding between consecutive values).&lt;/P&gt;

&lt;P&gt;Please try out and confirm!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 19:07:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-Trellis-Font-Size-Results/m-p/502290#M32917</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-03-23T19:07:18Z</dc:date>
    </item>
  </channel>
</rss>

