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

react-distribution-plot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-distribution-plot

Distribution plot component

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

react-distribution-plot

Distribution plot component

NPM JavaScript Style Guide

alt text

Install

npm install --save react-distribution-plot

Usage

import React, { Component } from 'react'

import DistributionPlotComponent from 'react-distribution-plot'
import 'react-distribution-plot/dist/index.css'

class Example extends Component {
  render() {
    return <DistributionPlotComponent bins={[[0, 1, 1, 0]]} categorical={false} width={800}/>
  }
}

License

MIT © pamiro

FAQs

Package last updated on 23 Aug 2021

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