🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@nebula.js/sn-bullet-chart

Package Overview
Dependencies
Maintainers
10
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nebula.js/sn-bullet-chart

Visualize measures or measure values as bars with multiple axes and user-defined ranges. The ranges provide context to the bars which makes them easier to interpret.

Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
873
2.22%
Maintainers
10
Weekly downloads
 
Created
Source

@nebula.js/sn-bullet-chart

Installing

If you use npm: npm install @nebula.js/sn-bullet-chart. You can also load through the script tag directly from https://unpkg.com.

Usage

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

// 'app' is an enigma app model
const embeddable = embed(app, {
  types: [
    {
      // register bullet chart
      name: 'bulletchart',
      load: () => Promise.resolve(bulletchart),
    },
  ],
});

embeddable.render({
  element,
  type: 'bulletchart',
  fields: [],
});

Keywords

qlik

FAQs

Package last updated on 07 Jul 2020

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