🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@vx/boxplot

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

@vx/boxplot

vx box plot

latest
Source
npmnpm
Version
0.0.192
Version published
Maintainers
1
Created
Source

@vx/boxplot

A boxplot shows the minimum, maximum, and quartiles of a dataset.

You can pass in props to target the min, max, median, and box (interquartile range) shapes using minProps, maxProps, medianProps, and boxProps.

If you are looking to add events over the each boxplot group you can pass in container={true} and containerProps={{ /** */ }}.

Installation

npm install --save @vx/boxplot

Components

  • BoxPlot

API

<BoxPlot />

# BoxPlot.boxProps<object>

Default{}

# BoxPlot.boxWidth<number>

# BoxPlot.children<func>

# BoxPlot.className<string>

# BoxPlot.container<bool>

Defaultfalse

# BoxPlot.containerProps<object>

Default{}

# BoxPlot.fill<string>

# BoxPlot.fillOpacity<union(number|string)>

# BoxPlot.firstQuartile<number>

# BoxPlot.horizontal<bool>

# BoxPlot.left<number>

Default0

# BoxPlot.max<number>

# BoxPlot.maxProps<object>

Default{}

# BoxPlot.median<number>

# BoxPlot.medianProps<object>

Default{}

# BoxPlot.min<number>

# BoxPlot.minProps<object>

Default{}

# BoxPlot.outlierProps<object>

Default{}

# BoxPlot.outliers<array>

Default[]

# BoxPlot.rx<number>

Default2

# BoxPlot.ry<number>

Default2

# BoxPlot.stroke<string>

# BoxPlot.strokeWidth<union(number|string)>

# BoxPlot.thirdQuartile<number>

# BoxPlot.top<number>

Default0

# BoxPlot.valueScale<func>

Keywords

vx

FAQs

Package last updated on 03 Oct 2019

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