<?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 - setting comboChart attributes in custom theme in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Custom-Theme-setting-comboChart-attributes-in-custom-theme/m-p/2498414#M102877</link>
    <description>&lt;P&gt;Your theme setup looks solid, but based on the current &lt;STRONG&gt;custom theme documentation&lt;/STRONG&gt; &lt;A href="https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-properties.htm" target="_self"&gt;&lt;SPAN&gt;here&lt;/SPAN&gt;&lt;/A&gt;, it seems there isn’t an option to set detailed ComboChart properties like &lt;CODE&gt;dataPointSize&lt;/CODE&gt; or &lt;CODE&gt;lineThickness&lt;/CODE&gt; directly in the JSON.&lt;/P&gt;
&lt;P&gt;However, you might be able to style these elements using additional &lt;STRONG&gt;CSS overrides&lt;/STRONG&gt; as a workaround.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2024 21:35:25 GMT</pubDate>
    <dc:creator>nhenckel</dc:creator>
    <dc:date>2024-12-17T21:35:25Z</dc:date>
    <item>
      <title>Custom Theme - setting comboChart attributes in custom theme</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-setting-comboChart-attributes-in-custom-theme/m-p/2486101#M101347</link>
      <description>&lt;P&gt;I have a custom theme (json,css,qext) working great except for the comboChart. The background color works but nothing else??? I am trying to set the dataPoint (show), the lineThickness, dataPointSize, etc (the properties of the comboChart)&lt;/P&gt;
&lt;P&gt;Can anyone help with the correct syntax, please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;"comboChart": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"backgroundColor": "@dssMauveMid",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "dataPoint": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "show": true&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;},&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"components": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "key": "line",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "style": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"dataPointSize": 8,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "lineCurve": "linear",&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "lineThickness": 5,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "lineType": "dashed"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 05:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-setting-comboChart-attributes-in-custom-theme/m-p/2486101#M101347</guid>
      <dc:creator>DS0126</dc:creator>
      <dc:date>2024-10-09T05:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Theme - setting comboChart attributes in custom theme</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Theme-setting-comboChart-attributes-in-custom-theme/m-p/2498414#M102877</link>
      <description>&lt;P&gt;Your theme setup looks solid, but based on the current &lt;STRONG&gt;custom theme documentation&lt;/STRONG&gt; &lt;A href="https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-properties.htm" target="_self"&gt;&lt;SPAN&gt;here&lt;/SPAN&gt;&lt;/A&gt;, it seems there isn’t an option to set detailed ComboChart properties like &lt;CODE&gt;dataPointSize&lt;/CODE&gt; or &lt;CODE&gt;lineThickness&lt;/CODE&gt; directly in the JSON.&lt;/P&gt;
&lt;P&gt;However, you might be able to style these elements using additional &lt;STRONG&gt;CSS overrides&lt;/STRONG&gt; as a workaround.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 21:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Theme-setting-comboChart-attributes-in-custom-theme/m-p/2498414#M102877</guid>
      <dc:creator>nhenckel</dc:creator>
      <dc:date>2024-12-17T21:35:25Z</dc:date>
    </item>
  </channel>
</rss>

