<?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: Custom Theme text not applying to all Axis Labels in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Custom-Theme-text-not-applying-to-all-Axis-Labels/m-p/1801329#M64950</link>
    <description>&lt;P&gt;Thanks for the answer Plu, just got around to trying it and this is working!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Apr 2021 13:34:28 GMT</pubDate>
    <dc:creator>dhgaimez</dc:creator>
    <dc:date>2021-04-21T13:34:28Z</dc:date>
    <item>
      <title>Custom Theme text not applying to all Axis Labels</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-text-not-applying-to-all-Axis-Labels/m-p/1797306#M64461</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am new to creating custom themes in Qliksense, but I am running into a problem manipulating text using a css file where the font-family is only being applied to the axis of certain types of graphs. Its seems that the font is working for the axis on Combo and Pie Charts, but not working on Bar and Line charts. I attached a picture of the difference and also put my css and json files at the end of this post.&lt;BR /&gt;&lt;BR /&gt;Does anyone know what may be going on here?&lt;BR /&gt;Appreciate any feedback.&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="LabelExample.PNG" style="width: 873px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52460iB3D1A40396B535F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="LabelExample.PNG" alt="LabelExample.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;theme.css&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.qvt-sheet {&lt;BR /&gt;background: #ffffff !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.qv-object * {&lt;BR /&gt;font-family: Verdana;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Qlik Support.qv-object :not([font-family]) {&lt;BR /&gt;font-family: QlikView Sans,sans-serif;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;theme.json&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"_inherit": true,&lt;BR /&gt;"_variables": {&lt;BR /&gt;"@TitleSize": "16px",&lt;BR /&gt;"@SubtitleSize": "15px",&lt;BR /&gt;"@TextSize": "12px",&lt;BR /&gt;"@FooterSize": "10px",&lt;BR /&gt;"@TitleColor": "#53565A",&lt;BR /&gt;"@SubtitleColor": "#53565A",&lt;BR /&gt;"@TextColor": "#53565A",&lt;BR /&gt;"@FooterColor": "#53565A",&lt;BR /&gt;"@BackgroundColor": "#ffffff",&lt;BR /&gt;"@AxisMajorColor": "#BABBBD",&lt;BR /&gt;"@AxisMinorColor": "#BABBBD"&lt;BR /&gt;},&lt;BR /&gt;"customStyles": [&lt;BR /&gt;{&lt;BR /&gt;"cssRef": "theme.css",&lt;BR /&gt;"classRef": "theme"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"color": "@TextColor",&lt;BR /&gt;"fontSize": "@TextSize",&lt;BR /&gt;"backgroundColor": "@BackgroundColor",&lt;BR /&gt;"dataColors": {&lt;BR /&gt;"primaryColor": "#0098C3",&lt;BR /&gt;"othersColor": "#989A9C",&lt;BR /&gt;"errorColor": "#D2492A",&lt;BR /&gt;"nullColor": "#BABBBD"&lt;BR /&gt;},&lt;BR /&gt;"object": {&lt;BR /&gt;"title": {&lt;BR /&gt;"main": {&lt;BR /&gt;"color": "@TitleColor",&lt;BR /&gt;"fontSize": "@TitleSize"&lt;BR /&gt;},&lt;BR /&gt;"subTitle": {&lt;BR /&gt;"color": "@SubtitleColor",&lt;BR /&gt;"fontSize": "@SubtitleSize"&lt;BR /&gt;},&lt;BR /&gt;"footer": {&lt;BR /&gt;"color": "@FooterColor",&lt;BR /&gt;"fontSize": "@FooterSize",&lt;BR /&gt;"backgroundColor": "#ffffff"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"label": {&lt;BR /&gt;"name": {&lt;BR /&gt;"color": "@TextColor",&lt;BR /&gt;"fontSize": "@TextSize"&lt;BR /&gt;},&lt;BR /&gt;"value": {&lt;BR /&gt;"color": "@TextColor",&lt;BR /&gt;"fontSize": "@TextSize"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"axis": {&lt;BR /&gt;"title": {&lt;BR /&gt;"color": "@TextColor",&lt;BR /&gt;"fontSize": "@TextSize"&lt;BR /&gt;},&lt;BR /&gt;"label": {&lt;BR /&gt;"name": {&lt;BR /&gt;"color": "@TextColor",&lt;BR /&gt;"fontSize": "@TextSize"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"line": {&lt;BR /&gt;"major": {&lt;BR /&gt;"color": "#eeeeee"&lt;BR /&gt;},&lt;BR /&gt;"minor": {&lt;BR /&gt;"color": "#eeeeee"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"grid": {&lt;BR /&gt;"line": {&lt;BR /&gt;"highContrast": {&lt;BR /&gt;"color": "#eeeeee"&lt;BR /&gt;},&lt;BR /&gt;"major": {&lt;BR /&gt;"color": "#eeeeee"&lt;BR /&gt;},&lt;BR /&gt;"minor": {&lt;BR /&gt;"color": "#eeeeee"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"referenceLine": {&lt;BR /&gt;"label": {&lt;BR /&gt;"name": {&lt;BR /&gt;"color": "@TextColor",&lt;BR /&gt;"fontSize": "@TextSize"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"outOfBounds": {&lt;BR /&gt;"color": "@TextColor",&lt;BR /&gt;"backgroundColor": "#ffffff",&lt;BR /&gt;"fontSize": "@TextSize"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"legend": {&lt;BR /&gt;"title": {&lt;BR /&gt;"color": "@TextColor",&lt;BR /&gt;"fontSize": "@TextSize"&lt;BR /&gt;},&lt;BR /&gt;"label": {&lt;BR /&gt;"color": "@TextColor",&lt;BR /&gt;"fontSize": "@TextSize"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"palettes": {&lt;BR /&gt;"data": [&lt;BR /&gt;{&lt;BR /&gt;"name": "Dimension",&lt;BR /&gt;"translation": "HHC Dimension Colors",&lt;BR /&gt;"propertyValue": "28brt",&lt;BR /&gt;"type": "row",&lt;BR /&gt;"scale": [&lt;BR /&gt;"#0098C3",&lt;BR /&gt;"#6E9934",&lt;BR /&gt;"#53565A",&lt;BR /&gt;"#D2492A",&lt;BR /&gt;"#A40084",&lt;BR /&gt;"#33ADCF",&lt;BR /&gt;"#8BAD5D",&lt;BR /&gt;"#DB6D55",&lt;BR /&gt;"#C866B5"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"ui": [&lt;BR /&gt;{&lt;BR /&gt;"name": "New color picker color",&lt;BR /&gt;"colors": [&lt;BR /&gt;"#0098C3",&lt;BR /&gt;"#6E9934",&lt;BR /&gt;"#53565A",&lt;BR /&gt;"#D2492A",&lt;BR /&gt;"#A40084",&lt;BR /&gt;"#33ADCF",&lt;BR /&gt;"#8BAD5D",&lt;BR /&gt;"#DB6D55",&lt;BR /&gt;"#C866B5"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"scales": [&lt;BR /&gt;{&lt;BR /&gt;"name": "Measures",&lt;BR /&gt;"translation": "HHC Measure Colors",&lt;BR /&gt;"type": "class",&lt;BR /&gt;"propertyValue": "et50z",&lt;BR /&gt;"scale": [&lt;BR /&gt;"#0098C3",&lt;BR /&gt;"#6E9934",&lt;BR /&gt;"#53565A",&lt;BR /&gt;"#D2492A",&lt;BR /&gt;"#A40084",&lt;BR /&gt;"#33ADCF",&lt;BR /&gt;"#8BAD5D",&lt;BR /&gt;"#DB6D55",&lt;BR /&gt;"#C866B5"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 17:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-text-not-applying-to-all-Axis-Labels/m-p/1797306#M64461</guid>
      <dc:creator>dhgaimez</dc:creator>
      <dc:date>2021-04-06T17:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Theme text not applying to all Axis Labels</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-text-not-applying-to-all-Axis-Labels/m-p/1797499#M64476</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;The combo chart and the bar chart use different viz libraries, that's why you get the difference.&lt;/P&gt;&lt;P&gt;If you want to switch the font family you don't need the CSS file. Just add &lt;SPAN&gt;fontFamily t&lt;/SPAN&gt;o your theming file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scroll down to fontFamily to see the how it's used.&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-properties.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-properties.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrik.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 10:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-text-not-applying-to-all-Axis-Labels/m-p/1797499#M64476</guid>
      <dc:creator>Patrik_Lundblad</dc:creator>
      <dc:date>2021-04-07T10:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Theme text not applying to all Axis Labels</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-text-not-applying-to-all-Axis-Labels/m-p/1801329#M64950</link>
      <description>&lt;P&gt;Thanks for the answer Plu, just got around to trying it and this is working!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 13:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-text-not-applying-to-all-Axis-Labels/m-p/1801329#M64950</guid>
      <dc:creator>dhgaimez</dc:creator>
      <dc:date>2021-04-21T13:34:28Z</dc:date>
    </item>
  </channel>
</rss>

