Socket
Book a DemoInstallSign in
Socket

@nebula.js/sn-org-chart

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nebula.js/sn-org-chart

Org chart supernova

npmnpm
Version
1.0.3
Version published
Maintainers
8
Created
Source

sn-org-chart

CircleCI Coverage Status

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',
});

Keywords

qlik

FAQs

Package last updated on 10 Feb 2022

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