<?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 how to add Chart.JS extention in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121841#M8464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I search in the branch website the extension ChartJS I can see only old version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the other hand, there is the website&amp;nbsp; &lt;A href="https://www.chartjs.org/" title="https://www.chartjs.org/"&gt;https://www.chartjs.org/&lt;/A&gt; and I see amazing charts. when I download the zip file from gitHub I can`t load it via the QVM, so how can I install this extension in Qlik ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jul 2018 14:32:50 GMT</pubDate>
    <dc:creator>kfir1987</dc:creator>
    <dc:date>2018-07-08T14:32:50Z</dc:date>
    <item>
      <title>how to add Chart.JS extention</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121841#M8464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I search in the branch website the extension ChartJS I can see only old version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the other hand, there is the website&amp;nbsp; &lt;A href="https://www.chartjs.org/" title="https://www.chartjs.org/"&gt;https://www.chartjs.org/&lt;/A&gt; and I see amazing charts. when I download the zip file from gitHub I can`t load it via the QVM, so how can I install this extension in Qlik ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2018 14:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121841#M8464</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2018-07-08T14:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to add Chart.JS extention</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121842#M8465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.chartjs.org/docs/latest/getting-started/installation.html" title="http://www.chartjs.org/docs/latest/getting-started/installation.html"&gt;Installation · Chart.js documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-size: 2em; margin-bottom: 0.85em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin-top: 0 !important;"&gt;Installation&lt;/H1&gt;&lt;P style="font-size: 16px; margin-bottom: 0.85em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Chart.js can be installed via npm or bower. It is recommended to get Chart.js this way.&lt;/P&gt;&lt;H2 style="font-size: 1.75em; margin-top: 1.275em; margin-bottom: 0.85em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;A class="anchorjs-link" data-anchorjs-icon="#" href="http://www.chartjs.org/docs/latest/getting-started/installation.html#npm" style="font-size: inherit; color: rgba(65, 131, 196, 0.1); font-weight: 400; margin-left: -1em; padding-right: 0.5em;"&gt;http://www.chartjs.org/docs/latest/getting-started/installation.html#npm&lt;/A&gt;npm&lt;/H2&gt;&lt;P style="font-size: 16px; margin-bottom: 0.85em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;A href="https://npmjs.com/package/chart.js" style="font-size: inherit; color: #4183c4;" target="_blank"&gt;&lt;IMG alt="npm" class="jive-image" src="https://img.shields.io/npm/v/chart.js.svg?style=flat-square&amp;amp;maxAge=600" style="border-width: 0px; font-size: inherit;" /&gt;&lt;/A&gt; &lt;A href="https://npmjs.com/package/chart.js" style="font-size: inherit; color: #4183c4;" target="_blank"&gt;&lt;IMG alt="npm" class="jive-image" src="https://img.shields.io/npm/dm/chart.js.svg?style=flat-square&amp;amp;maxAge=600" style="border-width: 0px; font-size: inherit;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;PRE style="font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 16px; margin: 0 0 1.275em; padding-top: 0.85em; padding-right: 1em; padding-bottom: 0.85em; color: #333333; background: #f7f7f7;"&gt;&lt;CODE class="lang-bash" style="font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 0.85em; color: inherit;"&gt;npm install chart.js --save &lt;/CODE&gt;&lt;/PRE&gt;&lt;H2 style="font-size: 1.75em; margin-top: 1.275em; margin-bottom: 0.85em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;A class="anchorjs-link" data-anchorjs-icon="#" href="http://www.chartjs.org/docs/latest/getting-started/installation.html#bower" style="font-size: inherit; color: rgba(65, 131, 196, 0.1); font-weight: 400; margin-left: -1em; padding-right: 0.5em;"&gt;http://www.chartjs.org/docs/latest/getting-started/installation.html#bower&lt;/A&gt;Bower&lt;/H2&gt;&lt;P style="font-size: 16px; margin-bottom: 0.85em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;A href="https://libraries.io/bower/chartjs" style="font-size: inherit; color: #4183c4;" target="_blank"&gt;&lt;IMG alt="bower" class="jive-image" src="https://img.shields.io/bower/v/chartjs.svg?style=flat-square&amp;amp;maxAge=600" style="border-width: 0px; font-size: inherit;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;PRE style="font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 16px; margin: 0 0 1.275em; padding-top: 0.85em; padding-right: 1em; padding-bottom: 0.85em; color: #333333; background: #f7f7f7;"&gt;&lt;CODE class="lang-bash" style="font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 0.85em; color: inherit;"&gt;bower install chart.js --save&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I guess the extension Import won't happen the usual way...&lt;/P&gt;&lt;P&gt;Use either of those 2 methods to install or use the .JS scripts for individual charts in your Mashups to embed it with Qlik Objects.&lt;/P&gt;&lt;P&gt;I do not know how to do any of these.... but seems thats the only way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 15:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121842#M8465</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-07-09T15:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to add Chart.JS extention</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121843#M8466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I&amp;nbsp; dont understand after I install the package how can I import the charts into qlik ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 17:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121843#M8466</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2018-07-09T17:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to add Chart.JS extention</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121844#M8467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mashups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/140982"&gt;Qlik Sense Mash-Up API Tutorials&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-17834"&gt;Web integration: embed Sense charts or data inside your own website&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for Qlik Mashups..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2018 17:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121844#M8467</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-07-09T17:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to add Chart.JS extention</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121845#M8468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but masup is giving me just to add the chart in HTML page. &lt;BR /&gt; &lt;/P&gt;&lt;P&gt;but what I'm trying to do is to use ChartJS charts as extension .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 07:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-add-Chart-JS-extention/m-p/121845#M8468</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2018-07-10T07:51:39Z</dc:date>
    </item>
  </channel>
</rss>

