<?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: How to change value label font size in Combo chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1975675#M80481</link>
    <description>&lt;P&gt;Can you please Share the file you uploaded in QMC, i am new to qlik and need it a lot, and please also tell which values to change.&lt;/P&gt;
&lt;P&gt;I need it for bar chart only.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 07:25:18 GMT</pubDate>
    <dc:creator>Gabbar</dc:creator>
    <dc:date>2022-09-01T07:25:18Z</dc:date>
    <item>
      <title>How to change value label font size in Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1573946#M41815</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Hope this post finds you well.&lt;/P&gt;&lt;P&gt;Would you know the way to change value label font size in Combo chart?&lt;/P&gt;&lt;P&gt;Thought it would be possible with the custom theme, however for some reasons label.value.size cannot be defined for Combo chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you know any other solution to achieve that?&lt;/P&gt;&lt;P&gt;Many thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 15:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1573946#M41815</guid>
      <dc:creator>j_twardziak</dc:creator>
      <dc:date>2019-04-26T15:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to change value label font size in Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1573997#M41818</link>
      <description>&lt;P&gt;Are you expecting, Mouse over value font size?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 17:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1573997#M41818</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-04-26T17:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to change value label font size in Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1574435#M41849</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm after changing the default font size for the value labels displayed in the Combo chart. No need for Mouse Over or any other event. Just change it permanently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1574435#M41849</guid>
      <dc:creator>j_twardziak</dc:creator>
      <dc:date>2019-04-29T12:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change value label font size in Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1574577#M41861</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I've found the way to do it via custom theme.&lt;/P&gt;&lt;P&gt;In order to do that you have to provide setting for barChart and lineChart seperately.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"barChart"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"label"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"fontSize"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"16px"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"value"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"fontSize"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"32px"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"lineChart"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"label"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"fontSize"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"16px"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"value"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"fontSize"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"32px"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Easy as that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Many thanks!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Janusz&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Apr 2019 15:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1574577#M41861</guid>
      <dc:creator>j_twardziak</dc:creator>
      <dc:date>2019-04-29T15:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to change value label font size in Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1779182#M60566</link>
      <description>&lt;P&gt;Hi all, I would like to change the font size of the number on the blue circle but I can not find it in the JSON. Can you point me in the right direction?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture6.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48173iA3F38C18C5817A17/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture6.PNG" alt="Capture6.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 05:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1779182#M60566</guid>
      <dc:creator>feg</dc:creator>
      <dc:date>2021-02-02T05:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change value label font size in Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1810074#M66008</link>
      <description>&lt;P&gt;Another annoying issue with Qliksense and NPrinting, this font colour and sizing is by default is poor. Can we not have actual black values (not blurry grey) maybe we could increase the size or set it to bold? Really difficult explaining these limitations to clients.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 14:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1810074#M66008</guid>
      <dc:creator>craigbrett</dc:creator>
      <dc:date>2021-05-24T14:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to change value label font size in Combo chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1975675#M80481</link>
      <description>&lt;P&gt;Can you please Share the file you uploaded in QMC, i am new to qlik and need it a lot, and please also tell which values to change.&lt;/P&gt;
&lt;P&gt;I need it for bar chart only.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 07:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-change-value-label-font-size-in-Combo-chart/m-p/1975675#M80481</guid>
      <dc:creator>Gabbar</dc:creator>
      <dc:date>2022-09-01T07:25:18Z</dc:date>
    </item>
  </channel>
</rss>

