Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@nebula.js/sn-org-chart

Package Overview
Dependencies
Maintainers
5
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

[![CircleCI](https://circleci.com/gh/qlik-oss/sn-org-chart.svg?style=svg)](https://circleci.com/gh/qlik-oss/sn-org-chart) [![Coverage Status](https://coveralls.io/repos/github/qlik-oss/sn-org-chart/badge.svg)](https://coveralls.io/github/qlik-oss/sn-org-c

npmnpm
Version
0.16.0
Version published
Weekly downloads
475
-36.58%
Maintainers
5
Weekly downloads
 
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',
});

How to release

  • Create a release branch version/1.x.x
  • Run npm version patch/minor
  • Run git push && git push --tags
  • Merge the branch
  • Run npm publish

Keywords

qlik

FAQs

Package last updated on 26 Jan 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