Data utilities
Umbrella package
@visx/shape
Shapes are the core elements of visx
. Most of what you see on the screen, like lines, bars, and
areas are all made with shape primitives.
Installation
npm install --save @visx/shape
Examples
Radial Lines
<Shape.LineRadial />
Pies & donuts
<Shape.Pie />
Streamgraph
<Shape.Stack />
Area difference chart
<Threshold />
Stacked Areas
<Shape.AreaStack />
Bar Stack Horizontal
<Shape.BarStackHorizontal />
Bar Group
<Shape.BarGroup />
Radar
<Shape.Line /> + <Shape.LineRadial />
Link Types
<Shape.Link* />