<?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 Value Label Size and color in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1727714#M64008</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in which attribute?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to add on &lt;STRONG&gt;legend&lt;/STRONG&gt; and &lt;STRONG&gt;label&lt;/STRONG&gt;, but I still can't see any difference in the value on top of the bar.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2020 13:55:42 GMT</pubDate>
    <dc:creator>gustavomacielCog</dc:creator>
    <dc:date>2020-07-14T13:55:42Z</dc:date>
    <item>
      <title>Custom Theme Value Label Size and color</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1727428#M64006</link>
      <description>&lt;P&gt;Hi, community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I working on a custom theme for my dashboard in Qlik Sense.&lt;BR /&gt;I made some advance but I'm stuck to change the size for Label Size&lt;/P&gt;&lt;P&gt;I'm trying to update the values on top of the bar.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gustavomacielCog_0-1594662007114.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37369iE8F80DEA61BD55E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gustavomacielCog_0-1594662007114.png" alt="gustavomacielCog_0-1594662007114.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what attributes in the JSON I have to add or modify in order to achieve this result?&lt;/P&gt;&lt;P&gt;My theme JSON:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "_inherit": true,
  "_variables": {
	"@default":"#0033a0",
	"@dark": "#333333",
    "@TitleSize": "18px",
    "@SubtitleSize": "15px",
    "@TextSize": "18px",
    "@FooterSize": "10px",
    "@TitleColor": "#2D67FF",
    "@SubtitleColor": "#888888",
    "@TextColor": "#000000",
    "@FooterColor": "#000000",
    "@BackgroundColor": "#ffffff",
    "@AxisMajorColor": "#eeeeee",
    "@AxisMinorColor": "#eeeeee"
  },
  "customStyles": [
    {
      "cssRef": "theme.css",
      "classRef": "sense-theme"
    }
  ],
  "color": "@TextColor",
  "fontSize": "@TextSize",
  "backgroundColor": "@BackgroundColor",
  "dataColors": {
    "primaryColor": "#000063",
    "othersColor": "#2D67FF",
    "errorColor": "#CC4000",
    "nullColor": "#CCCCCC"
  },
  "barChart": {
  "backgroundColor": "@dark",
  "title": {
    "main": {
      "color": "@default",
      "fontSize": "@font-normal",
      "fontFamily": "sans-serif"
    },
    "subTitle": {
      "color": "@default",
      "fontSize": "@font-normal",
      "fontFamily": "sans-serif"
    },
    "footer": {
      "color": "@default",
      "fontSize": "@font-normal",
      "fontFamily": "sans-serif",
      "backgroundColor": "@light"
    }
  },
  "axis": {
    "title": {
      "fontSize": "32px",
      "fontFamily": "sans-serif",
      "color": "#CEE7E6"
    },
    "label": {
      "name": {
        "color": "@default",
        "fontSize": "@font-normal",
        "fontFamily": "sans-serif"
      },
	    "value": {
		"color": "#CEE7E6",
		"fontSize": "40px",
		"fontFamily": "sans-serif"
  }
    },
    "line": {
      "major": {
        "color": "@default"
      },
      "minor": {
        "color": "@default"
      }
    }
  },
  "legend": {
    "title": {
      "fontSize": "@font-normal",
      "fontFamily": "sans-serif",
      "color": "@default"
    },
    "label": {
      "fontSize": "@font-normal",
      "fontFamily": "sans-serif",
      "color": "@default"
    }
  },
  "label": {
    "value": {
      "color": "#CEE7E6",
      "fontSize": "@font-normal",
      "fontFamily": "sans-serif"
    }
  },
  "outOfRange": {
    "color": "@default"
  }
},
  "object": {
    "title": {
      "main": {
        "color": "@TitleColor",
        "fontSize": "@TitleSize"
      },
      "subTitle": {
        "color": "@SubtitleColor",
        "fontSize": "@SubtitleSize"
      },
      "footer": {
        "color": "@FooterColor",
        "fontSize": "@FooterSize",
        "backgroundColor": "#ffffff"
      }
    },
    "label": {
      "name": {
        "color": "@TextColor",
        "fontSize": "@TextSize"
      },
      "value": {
        "color": "@TextColor",
        "fontSize": "@TextSize"
      }
    },
    "axis": {
      "title": {
        "color": "@TextColor",
        "fontSize": "@TextSize"
      },
      "label": {
        "name": {
          "color": "@TextColor",
          "fontSize": "@TextSize"
        }
      },
      "line": {
        "major": {
          "color": "#eeeeee"
        },
        "minor": {
          "color": "#eeeeee"
        }
      }
    },
    "grid": {
      "line": {
        "highContrast": {
          "color": "#eeeeee"
        },
        "major": {
          "color": "#eeeeee"
        },
        "minor": {
          "color": "#eeeeee"
        }
      }
    },
    "referenceLine": {
      "label": {
        "name": {
          "color": "@TextColor",
          "fontSize": "@TextSize"
        }
      },
      "outOfBounds": {
        "color": "@TextColor",
        "backgroundColor": "#ffffff",
        "fontSize": "@TextSize"
      }
    },
    "legend": {
      "title": {
        "color": "@TextColor",
        "fontSize": "@TextSize"
      },
      "label": {
        "color": "@TextColor",
        "fontSize": "@TextSize"
      }
    }
  },
  "palettes": {
    "data": [
      {
        "name": "New dimension colors",
        "translation": "New dimension colors description",
        "propertyValue": "3ymnyk",
        "type": "row",
        "scale": [
          "#0033A0"
        ]
      }
    ],
    "ui": [
      {
        "name": "New color picker color",
        "colors": [
          "#000063",
          "#2D67FF",
          "#328DFF",
          "#ADD1FF",
          "#0033A0"
        ]
      }
    ]
  },

  "scales": [
    {
      "name": "New measure colors",
      "translation": "New measure colors description",
      "type": "class",
      "propertyValue": "7dwlse",
      "scale": [
        "#000063",
        "#2D67FF"
      ]
    }
  ]
 
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1727428#M64006</guid>
      <dc:creator>gustavomacielCog</dc:creator>
      <dc:date>2021-04-02T08:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Theme Value Label Size and color</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1727643#M64007</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try once to adding&amp;nbsp; "@LegendSize": "14px",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 11:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1727643#M64007</guid>
      <dc:creator>NitinK7</dc:creator>
      <dc:date>2020-07-14T11:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Theme Value Label Size and color</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1727714#M64008</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in which attribute?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to add on &lt;STRONG&gt;legend&lt;/STRONG&gt; and &lt;STRONG&gt;label&lt;/STRONG&gt;, but I still can't see any difference in the value on top of the bar.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 13:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1727714#M64008</guid>
      <dc:creator>gustavomacielCog</dc:creator>
      <dc:date>2020-07-14T13:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Theme Value Label Size and color</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1821639#M67369</link>
      <description>&lt;P&gt;Same problem here, impossible to change label value font size, neither with json nor with CSS !&lt;/P&gt;&lt;P&gt;But it works with label name, so I think it may be a bug...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CSS" style="width: 817px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58464i3097B124E22AE1C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="label-fontSizeBug3.png" alt="CSS" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CSS&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JSON" style="width: 505px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58465i37D6D2AED45F9192/image-size/large?v=v2&amp;amp;px=999" role="button" title="label-fontSizeBug2.png" alt="JSON" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;JSON&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bar Chart" style="width: 565px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58463i4049AF7870ABA3D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="label-fontSizeBug.png" alt="Bar Chart" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Bar Chart&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 07:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1821639#M67369</guid>
      <dc:creator>Ludo_</dc:creator>
      <dc:date>2021-07-13T07:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Theme Value Label Size and color</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1826381#M67952</link>
      <description>&lt;P&gt;Finally succeeded :&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;...
    "object": { 
       "barChart": {
            "label": {
                "value": {
                    "fontSize": "@TitleSize",
                    "fontFamily": "@TitleFont"
                }
            }
        }
    }
...&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 03 Aug 2021 14:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1826381#M67952</guid>
      <dc:creator>Ludo_</dc:creator>
      <dc:date>2021-08-03T14:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Theme Value Label Size and color</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1970982#M80102</link>
      <description>&lt;P&gt;How and where to use this.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2022 06:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-Value-Label-Size-and-color/m-p/1970982#M80102</guid>
      <dc:creator>Gabbar</dc:creator>
      <dc:date>2022-08-21T06:05:34Z</dc:date>
    </item>
  </channel>
</rss>

