@nebula.js/sn-org-chart

v1.1.1
Org chart supernova
qlik nebula supernova

sn-org-chart

Maintainability Test Coverage

Organizational chart for use with Qlik's Analytics Platform.

Org chart

Installing

Install as npm package: npm install @nebula.js/sn-org-chart.

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

Usage


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

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

embed.render({
  element,
  type: 'orgchart',
});
npm i @nebula.js/sn-org-chart

Metadata

  • MIT
  • >=18
  • QlikTech International AB
  • released 11/28/2023

Downloads