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

@datalith/ripple

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datalith/ripple

datalith ripple

Source
npmnpm
Version
0.11.0
Version published
Maintainers
1
Created
Source

@datalith/ripple

yarn add @datalith/ripple

Docs

<Ripple className="ripple" data={data} />
NameDefaultTypeDescription
classNamestringCustom css classes to apply to the SVG
styleReact.CSSPropertiesCustom style object to apply to the SVG
additionalElementsJSX.ElementOptional elements to add to the SVG
size{ width: number; height: number }Width and Height of the SVG. Default is parent node size.
data*Array<Datum> or Array<number>Array of data
value(Datum) => Datum(Datum) => number or numberValue accessor
fill(Datum) => string or stringFill color accessor
fillOpacity(Datum) => number or numberFill opacity accessor
stroke(Datum) => string or stringStroke color accessor
strokeOpacity(Datum) => number or numberStroke opacity accessor
center{x: width / 2, y: height / 2}{x: number, y: number}Center of the dataviz
tooltip(Datum) => stringReturn HTML or text as a string to show on element mouseover

Keywords

datalith

FAQs

Package last updated on 17 Jun 2020

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