Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
JayP
Contributor
Contributor

How do we use Maps with Nebula

We are developing a React application with Enigma, Nebula, and Qlik SaaS Business. We have registered the Qlik types using NPM see example below. However, I do not see an NPM install for maps.  

 

How do we install Maps with Nebula?

example:

 types: [
      {
        name: 'barchart',
        load: () => Promise.resolve(barchart),
      },  
      {
        name: 'kpi',
        load: () => Promise.resolve(kpi),
      },  
      {
        name: 'linechart',
        load: () => Promise.resolve(linechart),
      },
      {
        name: 'piechart',
        load: () => Promise.resolve(piechart),
      },
      {
        name: 'scatterplot',
        load: () => Promise.resolve(scatterplot),
      },
      {
        name: 'table',
        load: () => Promise.resolve(table),
      },
Labels (1)
1 Reply
LiKang
Employee
Employee

Hi @JayP ,

You can find nebula charts at https://qlik.dev/libraries-and-tools/visualizations.

There is no map yet.