<?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: Is it possible to increase font size for label title from pie chart/line chart/bar chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1967789#M79776</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29266"&gt;@Aurelien_Martinez&lt;/a&gt;&amp;nbsp; I've already downloaded a theme from sense theme 'casual'&lt;/P&gt;
&lt;P&gt;But as i look into the json, idon't know how to apply specifically the font size to a specific bar chart (i really mean only the title).&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 14:03:42 GMT</pubDate>
    <dc:creator>random_user_3869</dc:creator>
    <dc:date>2022-08-11T14:03:42Z</dc:date>
    <item>
      <title>Is it possible to increase font size for label title from pie chart/line chart/bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1967767#M79773</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;i'm using qlik saas and i would like to increase label tittle of the following figures:&lt;/P&gt;
&lt;P&gt;- pie chart&lt;/P&gt;
&lt;P&gt;- bar chart&lt;/P&gt;
&lt;P&gt;- line chart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it posible to use css code to do this ?&lt;/P&gt;
&lt;P&gt;If so how ?&lt;/P&gt;
&lt;P&gt;thanks a lot !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 13:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1967767#M79773</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2022-08-11T13:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to increase font size for label title from pie chart/line chart/bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1967780#M79775</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create a theme :&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For exemple :&amp;nbsp;&lt;A href="https://sensetheme.com/" target="_blank"&gt;https://sensetheme.com/&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aurélien&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 13:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1967780#M79775</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2022-08-11T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to increase font size for label title from pie chart/line chart/bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1967789#M79776</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29266"&gt;@Aurelien_Martinez&lt;/a&gt;&amp;nbsp; I've already downloaded a theme from sense theme 'casual'&lt;/P&gt;
&lt;P&gt;But as i look into the json, idon't know how to apply specifically the font size to a specific bar chart (i really mean only the title).&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 14:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1967789#M79776</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2022-08-11T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to increase font size for label title from pie chart/line chart/bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1967805#M79777</link>
      <description>&lt;P&gt;You can add barChart (and other) in the json (under object), like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"barChart":{
  "title":{
    "main":{
      "fontSize": "84px"
    }
  }
}&lt;/LI-CODE&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="amartinez35_0-1660227512133.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86563iE0A60DC681F1F755/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amartinez35_0-1660227512133.png" alt="amartinez35_0-1660227512133.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attach the cusual theme.json with this modification.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 14:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1967805#M79777</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2022-08-11T14:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to increase font size for label title from pie chart/line chart/bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1968200#M79820</link>
      <description>&lt;P&gt;It worked thank you very much !!!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 12:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-it-possible-to-increase-font-size-for-label-title-from-pie/m-p/1968200#M79820</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2022-08-12T12:21:02Z</dc:date>
    </item>
  </channel>
</rss>

