Have you tried out enigma.js, Qliks javascript library released under the Qlik Open Source Software initiative? How about in Angular 2? If not, this example will do nicely.
A working example of the project can be seen at https://rjriel.github.io/ng2-enigma/
This project was generated with angular-cli version 1.0.0-beta.17.
This project was created with the Angular CLI, which you will need in order to build and run. Information on installing the Angular CLI can be found here.
Once that's done, you'll have to follow these steps:
- clone the repository
- run
npm install
- create a
src/config.json
file with the following structure:
{
"host": "<the sense host>",
"prefix": "<the virtual proxy>",
"app": "<the app to connect to>"
}
- run
ng serve
ng serve
will build the project and run it on your system at http://localhost:4200
.
The hypercube and html in this example is built for the Qlik Branch app that the Qlik Branch website uses. If you want to get the example working with other data, you will need to modify the hypercube and the html.