<?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: Changing data label font size in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Changing-data-label-font-size/m-p/473101#M45772</link>
    <description>&lt;P&gt;Hi @jhurtado&lt;/P&gt;

&lt;P&gt;Check this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;barchart&amp;lt;/label&amp;gt;
  &amp;lt;row depends="$hide$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #rk g[transform] text {
            font-size:20px !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart id="rk"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal |stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;bar&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;all&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 28 Dec 2019 04:27:09 GMT</pubDate>
    <dc:creator>vnravikumar</dc:creator>
    <dc:date>2019-12-28T04:27:09Z</dc:date>
    <item>
      <title>Changing data label font size</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Changing-data-label-font-size/m-p/473100#M45771</link>
      <description>&lt;P&gt;I want to make the numbers that appear within the bars of the dashboard bar chart bigger.&lt;BR /&gt;
We have  a screen that displays the bar chart but the numbers are too small to be seen unless you get closer, is there a way to make them appear bigger? I'm referring to the y-axis numbers that appear inside of the bars. &lt;/P&gt;

&lt;P&gt;I was trying to access the source code and see if I could figure it out but so far all I know is that you can make them appear or not,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; "&amp;lt;option name="charting.chart.showDataLabels"&amp;gt;all&amp;lt;/option&amp;gt;"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Dec 2019 23:39:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Changing-data-label-font-size/m-p/473100#M45771</guid>
      <dc:creator>jhurtado</dc:creator>
      <dc:date>2019-12-27T23:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing data label font size</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Changing-data-label-font-size/m-p/473101#M45772</link>
      <description>&lt;P&gt;Hi @jhurtado&lt;/P&gt;

&lt;P&gt;Check this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;barchart&amp;lt;/label&amp;gt;
  &amp;lt;row depends="$hide$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #rk g[transform] text {
            font-size:20px !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart id="rk"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal |stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;bar&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;all&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 28 Dec 2019 04:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Changing-data-label-font-size/m-p/473101#M45772</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-12-28T04:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing data label font size</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Changing-data-label-font-size/m-p/552977#M45773</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;It worked for me with Pie Chart label&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 16:02:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Changing-data-label-font-size/m-p/552977#M45773</guid>
      <dc:creator>nordinethales</dc:creator>
      <dc:date>2021-05-25T16:02:20Z</dc:date>
    </item>
  </channel>
</rss>

