<?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: How to add a background image to a chart in Qlik Sense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1593604#M43652</link>
    <description>&lt;P&gt;Are there any workarounds?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2019 12:50:42 GMT</pubDate>
    <dc:creator>aleksandrabersa</dc:creator>
    <dc:date>2019-06-19T12:50:42Z</dc:date>
    <item>
      <title>How to add a background image to a chart in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1593591#M43648</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;We would like to have a background image underneath a radar chart? Does anybody know solution for it? Do you have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1593591#M43648</guid>
      <dc:creator>aleksandrabersa</dc:creator>
      <dc:date>2024-11-16T05:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a background image to a chart in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1593600#M43651</link>
      <description>&lt;P&gt;No, it is not possible.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 12:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1593600#M43651</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-06-19T12:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a background image to a chart in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1593604#M43652</link>
      <description>&lt;P&gt;Are there any workarounds?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 12:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1593604#M43652</guid>
      <dc:creator>aleksandrabersa</dc:creator>
      <dc:date>2019-06-19T12:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a background image to a chart in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1593607#M43653</link>
      <description>&lt;P&gt;no there aren't.&lt;/P&gt;&lt;P&gt;Maybe there are some extensions (branch.qlik.com), but I haven't seen&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 12:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1593607#M43653</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-06-19T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a background image to a chart in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1596092#M43872</link>
      <description>&lt;P&gt;Just to let everyone know, in the end our solution was to create our own extension.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 08:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1596092#M43872</guid>
      <dc:creator>aleksandrabersa</dc:creator>
      <dc:date>2019-06-26T08:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a background image to a chart in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1783527#M61046</link>
      <description>&lt;P&gt;I arrive late to the party, but adding this to your css theme file do the magic:&lt;/P&gt;&lt;P&gt;.qv-object-linechart{&lt;BR /&gt;&amp;nbsp; &amp;nbsp;background-image: url(&lt;IMG src="https://image.freepik.com/free-vector/chalkboard-with-grunge-texture-background-school-board-restaurant-menu-study-blackboard_156062-24.jpg" border="0" /&gt;&lt;SPAN class="value"&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;background-repeat: no-repeat;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;background-size: 100% 100%;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 17:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/1783527#M61046</guid>
      <dc:creator>IVAN-FELIPE</dc:creator>
      <dc:date>2021-02-17T17:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a background image to a chart in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/2158215#M93838</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I just want to know how to add image url&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 10:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-a-background-image-to-a-chart-in-Qlik-Sense/m-p/2158215#M93838</guid>
      <dc:creator>firoz24</dc:creator>
      <dc:date>2024-01-04T10:33:39Z</dc:date>
    </item>
  </channel>
</rss>

