Socket
Book a DemoInstallSign in
Socket

@nebula.js/sn-kpi

Package Overview
Dependencies
Maintainers
7
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nebula.js/sn-kpi

KPI supernova

latest
npmnpm
Version
2.0.9
Version published
Maintainers
7
Created
Source

@nebula.js/sn-kpi

A KPI supernova, based on the Qlik Sense nativa KPI object.

CircleCI Maintainability Test Coverage

KPI preview

Contribution

Instructions for developing and releasing can be found in the contribution document

Installing

If you use npm: npm install @nebula.js/sn-kpi.

You can also load through the script tag directly from https://unpkg.com.

Usage


import { embed } from '@nebula.js/stardust';
import kpi from '@nebula.js/sn-kpi';

// 'app' is an enigma app model
const nuked = embed(app, {
  types: [{ // register the kpi
    name: 'kpi',
    load: () => Promise.resolve(kpi);
  }]
});

nuked.render({
  element,
  type: 'kpi',
});

See full example

Keywords

qlik

FAQs

Package last updated on 16 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts