<?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 How to change font size? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633545#M51920</link>
    <description>&lt;P&gt;Hello Splunkers!!&lt;/P&gt;
&lt;P&gt;As per the below mentioned code, I want to change the font size of the text which is created through eval (&lt;EM&gt;&amp;nbsp;| eval text= "The performance is determined by the number of completed orders divided by the time there is an active order. This is compared to the system capacity of ".SystemCapacity/2 ." dual cycles per hour.&lt;/EM&gt;") . Please guide me how I can change the size of the font?&lt;/P&gt;
&lt;P&gt;======================================================&lt;/P&gt;
&lt;P&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;| makeresults&lt;BR /&gt;| eval SystemCapacity=$HighbayCapacity$*2&lt;BR /&gt;| eval text= "The performance is determined by the number of completed orders divided by the time there is an active order. This is compared to the system capacity of ".SystemCapacity/2 ." dual cycles per hour."&lt;BR /&gt;| fields text&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time_input.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time_input.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rangeColors"&amp;gt;["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="underLabel"&amp;gt;Note that due to this, the performance might increase when a higher workload is present.&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Mar 2023 18:51:45 GMT</pubDate>
    <dc:creator>uagraw01</dc:creator>
    <dc:date>2023-03-07T18:51:45Z</dc:date>
    <item>
      <title>How to change font size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633545#M51920</link>
      <description>&lt;P&gt;Hello Splunkers!!&lt;/P&gt;
&lt;P&gt;As per the below mentioned code, I want to change the font size of the text which is created through eval (&lt;EM&gt;&amp;nbsp;| eval text= "The performance is determined by the number of completed orders divided by the time there is an active order. This is compared to the system capacity of ".SystemCapacity/2 ." dual cycles per hour.&lt;/EM&gt;") . Please guide me how I can change the size of the font?&lt;/P&gt;
&lt;P&gt;======================================================&lt;/P&gt;
&lt;P&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;| makeresults&lt;BR /&gt;| eval SystemCapacity=$HighbayCapacity$*2&lt;BR /&gt;| eval text= "The performance is determined by the number of completed orders divided by the time there is an active order. This is compared to the system capacity of ".SystemCapacity/2 ." dual cycles per hour."&lt;BR /&gt;| fields text&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time_input.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time_input.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rangeColors"&amp;gt;["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="underLabel"&amp;gt;Note that due to this, the performance might increase when a higher workload is present.&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 18:51:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633545#M51920</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-07T18:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633547#M51921</link>
      <description>&lt;P&gt;Have you considered adding an HTML panel with the explanation text in it rather than including in the single?&lt;/P&gt;&lt;P&gt;The single is probably reducing the size of the text to fit into the graphic, rather than the text expanding the graphic to include the text.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 12:06:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633547#M51921</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-07T12:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633548#M51922</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; It tried the below one. But it is not working. Please make me correct on this part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;style type="text/css"&amp;gt;&lt;BR /&gt;element.style {&lt;BR /&gt;letter-spacing: normal;&lt;BR /&gt;font-size: 11.7158px;&lt;BR /&gt;font-weight: bold;&lt;BR /&gt;fill: rgb(51, 51, 51);&lt;BR /&gt;opacity: 1;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;| makeresults&lt;BR /&gt;| eval SystemCapacity=$HighbayCapacity$*2&lt;BR /&gt;| eval text= "The performance is determined by the number of completed orders divided by the time there is an active order. This is compared to the system capacity of ".SystemCapacity/2 ." dual cycles per hour."&lt;BR /&gt;| fields text&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time_input.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time_input.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rangeColors"&amp;gt;["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="underLabel"&amp;gt;Note that due to this, the performance might increase when a higher workload is present.&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 12:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633548#M51922</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-07T12:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633574#M51923</link>
      <description>&lt;P&gt;Below is the highlighted line in yellow for which I want increase the font size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uagraw01_0-1678203355907.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24225iE3C061CF77B7B5EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uagraw01_0-1678203355907.png" alt="uagraw01_0-1678203355907.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 15:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633574#M51923</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-07T15:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633576#M51924</link>
      <description>&lt;P&gt;Put it in a separate HTML panel (as I suggested earlier)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 15:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633576#M51924</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-07T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633585#M51926</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the same approach as you suggested but ".SystemCapacity/2 ." ( calling from query) is not working under paragraph. The result should be SystemCapacity/2&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&amp;lt;p&amp;gt;"The performance is determined by the number of completed orders divided by the time there is an active order. This is compared to the system capacity of ".SystemCapacity/2 ." dual cycles per hour."&amp;lt;/p&amp;gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;| makeresults&lt;BR /&gt;| eval SystemCapacity=$HighbayCapacity$*2&lt;/P&gt;&lt;P&gt;&amp;lt;!--| eval text= "The performance is determined by the number of completed orders divided by the time there is an active order. This is compared to the system capacity of ".SystemCapacity/2 ." dual cycles per hour."&lt;BR /&gt;| fields text--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$time_input.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$time_input.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rangeColors"&amp;gt;["0x53a051","0x0877a6","0xf8be34","0xf1813f","0xdc4e41"]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="underLabel"&amp;gt;Note that due to this, the performance might increase when a higher workload is present.&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:03:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633585#M51926</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-07T16:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633587#M51927</link>
      <description>&lt;P&gt;You could put the result from the query in a token and use that in the paragraph.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:07:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633587#M51927</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-07T16:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633588#M51928</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried this "&lt;SPAN&gt;.$SystemCapacity$/2 ." But no luck found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;body&amp;gt;&amp;lt;p&amp;gt;"The performance is determined by the number of completed orders divided by the time there is an active order. This is compared to the system capacity of ".$SystemCapacity$/2 ." dual cycles per hour."&amp;lt;/p&amp;gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:09:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633588#M51928</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-07T16:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633591#M51929</link>
      <description>&lt;P&gt;How have you set the SystemCapacity token?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:16:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633591#M51929</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-07T16:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633594#M51930</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;From this query result&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;query&amp;gt;| makeresults&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| eval SystemCapacity=$HighbayCapacity$*2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:22:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633594#M51930</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-07T16:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633595#M51931</link>
      <description>&lt;P&gt;This doesn't show how you are setting the token value. Is this perhaps why it isn't working?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:24:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633595#M51931</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-07T16:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633596#M51932</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;Can you help to fix and give me some idea or any reference dashboard will be helpful for me to understand more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:27:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633596#M51932</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-07T16:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633599#M51933</link>
      <description>&lt;P&gt;Insert after&amp;nbsp;&lt;SPAN&gt;&amp;lt;/query&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;done&amp;gt;
  &amp;lt;set token="SystemCapacity"&amp;gt;$result.SystemCapacity$&amp;lt;/set&amp;gt;
&amp;lt;/done&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633599#M51933</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-07T16:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Font Size change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633601#M51934</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;Thanks So much for your help !! Really appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:41:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-font-size/m-p/633601#M51934</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-07T16:41:36Z</dc:date>
    </item>
  </channel>
</rss>

