<?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: Applying themes to Visualizations in a Mashup in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Applying-themes-to-Visualizations-in-a-Mashup/m-p/1520168#M37220</link>
    <description>&lt;P&gt;copy require.js to you mashup forder, change it, but as I know, sense new version can only use theme to change object style, cannot change require.js any more. see it&amp;nbsp;&lt;A href="https://sensetheme.com/edit" target="_blank"&gt;https://sensetheme.com/edit&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2018 07:44:48 GMT</pubDate>
    <dc:creator>tracysnow</dc:creator>
    <dc:date>2018-12-13T07:44:48Z</dc:date>
    <item>
      <title>Applying themes to Visualizations in a Mashup</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-themes-to-Visualizations-in-a-Mashup/m-p/15510#M1076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently developing a mashup which uses the &lt;STRONG&gt;Visualization API&lt;/STRONG&gt; to create visualizations on the fly. One of these charts is a line chart with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dimension: MonthYear&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Measure 1: Sales for selected MonthYear values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Measure 2: Sales for one year before selected MonthYear values or Forecasted sales for selected MonthYear values (depends on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; toggles)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to the requirements specified by the client, the colors of these two lines have to be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After trying many things, I've reached the conclusion that the only way to get this to work is using custom themes. I've managed to create one which works correctly with charts created in my application, but I'm struggling when I try to apply the theme to visualization in my mashup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried using the function &lt;STRONG&gt;qlik.theme.apply(...)&lt;/STRONG&gt; and, even though the callback function returns true, I see no change. Does this function have any limitations? Such as having to be called in a specific order or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I &lt;STRONG&gt;cannot&lt;/STRONG&gt; modify the require.js file on the server since there are many independent applications running. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution or workaround would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 17:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-themes-to-Visualizations-in-a-Mashup/m-p/15510#M1076</guid>
      <dc:creator>jesusdiazrivero</dc:creator>
      <dc:date>2018-06-12T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Applying themes to Visualizations in a Mashup</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-themes-to-Visualizations-in-a-Mashup/m-p/15511#M1077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further attempts have revealed that issue lies with the second measure. If I only use one measure in my line chart, the theme applies correctly. However, when I put a second one, the theme reverts to Qlik Sense basic. This also happens in the applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to me like it might be a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 08:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-themes-to-Visualizations-in-a-Mashup/m-p/15511#M1077</guid>
      <dc:creator>jesusdiazrivero</dc:creator>
      <dc:date>2018-06-13T08:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Applying themes to Visualizations in a Mashup</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-themes-to-Visualizations-in-a-Mashup/m-p/1520168#M37220</link>
      <description>&lt;P&gt;copy require.js to you mashup forder, change it, but as I know, sense new version can only use theme to change object style, cannot change require.js any more. see it&amp;nbsp;&lt;A href="https://sensetheme.com/edit" target="_blank"&gt;https://sensetheme.com/edit&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 07:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-themes-to-Visualizations-in-a-Mashup/m-p/1520168#M37220</guid>
      <dc:creator>tracysnow</dc:creator>
      <dc:date>2018-12-13T07:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Applying themes to Visualizations in a Mashup</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-themes-to-Visualizations-in-a-Mashup/m-p/1764280#M59099</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9576"&gt;@jesusdiazrivero&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Are you talking about ODAG ? I have the same issue as you, how did you do it in the end ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 09:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-themes-to-Visualizations-in-a-Mashup/m-p/1764280#M59099</guid>
      <dc:creator>LCauch</dc:creator>
      <dc:date>2020-11-25T09:38:07Z</dc:date>
    </item>
  </channel>
</rss>

