Socket
Socket
Sign inDemoInstall

pdv-ui

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdv-ui

Data Visualisation components


Version published
Weekly downloads
12
Maintainers
1
Weekly downloads
 
Created
Source

Philips Data UI

View the component library

A UI Library for data visualisation within Philips

Getting Started

npm i --save pdv-ui
import { Sparkline } from 'pdv-ui'

<Sparkline
  width={400}
  height={250}
  margin={10}
  data={[{ foo: 1, bar: '2018' }, { foo: 4, bar: '2019' }]}
  getX={(d) => d.bar}
  getY={(d) => d.foo}
  />

API

  • Colors
  • Sparkline
  • Bar Chart
  • Line Chart

Contributing

Make a PR and fix stuff

FAQs

Package last updated on 27 Nov 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

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