Socket
Socket
Sign inDemoInstall

@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


Version published
Weekly downloads
30
increased by15.38%
Maintainers
1
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc