Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
kfir1987
Contributor II
Contributor II

how to add Chart.JS extention

Hi all,

When I search in the branch website the extension ChartJS I can see only old version.

on the other hand, there is the website  https://www.chartjs.org/ 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 ?

Thank you

4 Replies
MK9885
Master II
Master II

Installation · Chart.js documentation

Installation

Chart.js can be installed via npm or bower. It is recommended to get Chart.js this way.

http://www.chartjs.org/docs/latest/getting-started/installation.html#npmnpm

npm npm

npm install chart.js --save 

http://www.chartjs.org/docs/latest/getting-started/installation.html#bowerBower

bower

bower install chart.js --save

I guess the extension Import won't happen the usual way...

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.

I do not know how to do any of these.... but seems thats the only way.

kfir1987
Contributor II
Contributor II
Author

Hi,

But I  dont understand after I install the package how can I import the charts into qlik ??

thanks 

kfir1987
Contributor II
Contributor II
Author

but masup is giving me just to add the chart in HTML page.

but what I'm trying to do is to use ChartJS charts as extension .

Thanks for your help