New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sigplot-ng

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sigplot-ng

This package contains Angular Components that integrate with [SigPlot][sigplot] by way of [sigplot-ts][sigplot-ts].

latest
Source
npmnpm
Version
0.3.4
Version published
Weekly downloads
8
Maintainers
1
Weekly downloads
 
Created
Source

Angular Components for SigPlot

This package contains Angular Components that integrate with SigPlot by way of sigplot-ts.

Installation

To install this library, run:

$ npm install sigplot-ng --save

Usage

In an Angular module where you would like to use the components, import the module:

// Import the library
import { SigPlotComponentsModule } from 'sigplot-ng';

@NgModule({
  imports: [
    // ...other imports
    SigPlotComponentsModule
  ],
})
export class YourModule {}

You will then have access to the components, directives, etc. defined in this module.

Available Components

The current list of components is described in the following table.

NameSelectorDescription
LineComponentsigplot-lineA 1D line plot suitable for signals, FFTs, etc.
RasterComponentsigplot-rasterA 2D (falling) raster plot (a.k.a., waterfall)

Each of these components inherits from the BaseSigPlot Component, which provides basic data ingress and X-Axis controls as well as the instantiation of the associated plot controller class from sigplot-ts.

Please see the associated documentation (in docs) for more details on usage and parameterization.

Keywords

angular

FAQs

Package last updated on 06 Jun 2018

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