@nebula.js/sn-kpi

1.0.1 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @nebula.js/sn-kpi

Weekly Downloads

4,479

Version

1.0.1

License

MIT

Unpacked Size

7.52 MB

Total Files

13

Last publish

Collaborators

  • nilzona_user
  • niekvanstaveren
  • likang6688
  • ccm33
  • qlikossbuild
  • veinfors
  • tobias-astrom-qlik