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

nlstats

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlstats

[![wercker status](https://app.wercker.com/status/0939cd4cdcf19271f6cf865d7ede8333/s "wercker status")](https://app.wercker.com/project/bykey/0939cd4cdcf19271f6cf865d7ede8333)

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

NlStats

wercker status

An universal library to generate visualization config based on CQL response and visualization metadata.

Installation

$ npm install --save nlstats

Usage

import NlStats from 'nlstats';

let stats = new NlStats();

or

var NlStats = require('nlstats');

var stats = new NlStats();

API

nlStats.visualize(response, metadata)

Construct config object from provided CQL response and widget metadata.

Parameters

  • Object response: An object containing the CQL response
  • Object metadata: An object containing the widget metadata

Return

  • Object - Highcharts config object

License

MIT © Achmad Mahardi

FAQs

Package last updated on 02 Jun 2016

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