Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/reaviz/reaviz

๐Ÿ“Š Data visualization library for React. Maintained by @goodcodeus.
https://github.com/reaviz/reaviz

area-charts bar-charts bubble-chart charting-library charts d3 d3js data-visualization data-viz heatmap hive-plot line-charts react reactjs sankey-chart scatter-plot sparkline treemap venn-diagram

Last synced: about 2 months ago
JSON representation

๐Ÿ“Š Data visualization library for React. Maintained by @goodcodeus.

Lists

README

        





Data visualization library for React



















Open Collective backers and sponsors

---

REAVIZ is a modular chart component library that leverages
React natively for rendering the components while using D3js under the
hood for calculations. The library provides an easy way to get started
creating charts without sacrificing customization ability.

Checkout Unify Viz, our premium offering 300+ Figma and React professionally designed data visualization
components. [Learn more โ†’](https://unifyviz.com)

If you are looking for workflow/diagram graphs, checkout [reaflow](https://reaflow.dev).

If you are looking for webgl-based network graphs, checkout [reagraph](https://reagraph.dev).

## ๐Ÿš€ Quick Links

- Checkout the [demos](https://reaviz.io)
- Learn more in the [docs](https://reaviz.io?path=/docs/docs-intro--page)
- Explore the library on [Chroma](https://www.chromatic.com/library?appId=5eb04da4d1d2d10022dc9c73)
- Learn about updates from the [changelog](CHANGELOG.md)

## โœจ Features

Chart types include:

- Bar Chart
- Single Series Vertical / Horizontal
- Multi Series Vertical / Horizontal
- Stacked Vertical / Horizontal
- Stacked Normalized Vertical / Horizontal
- Stacked Diverging Vertical / Horizontal
- Marimekko
- Radial
- Sparkline
- Waterfall
- Line Chart
- Single Series
- Multi Series
- Stacked
- Stacked Normalized
- Radial
- Sparklines
- Area Chart
- Single Series
- Multi Series
- Stacked
- Stacked Normalized
- Radial
- Sparklines
- Scatter Chart
- Linear
- Radial
- Pie Chart
- Standard
- Exploded
- Donut Chart
- Sankey chart
- Gauge
- Radial
- Linear
- Stacked Radial
- Map Chart
- Heatmap
- Standard
- Year Calendar
- Month Calendar
- Venn Diagram
- Standard
- Euler
- Fixed Euler
- Bubble Chart
- Treemap
- Bar List
- Meter
- Spider / Radar
- Funnel Chart

Additional features:

- Legend
- Discrete
- Sequential
- Axis
- Linear
- Radial
- Advanced Label Positioning
- Gestures
- Pinch
- Pan
- Zoom
- Move
- Tooltip
- Single Value
- Grouped Values
- Line/Area Series Symbols
- Animations Enter/Update/Exit
- Brush
- Patterns
- Gradients
- Grid Lines
- Mark Lines
- BigInt Support
- Auto Sizing
- Bar Guidelines
- Range Lines
- Animated Counts
- a11y Support for labels, roles and tabbing
- SSR

## ๐Ÿ“ฆ Install

To use reaviz in your project, install it via npm/yarn:

```
npm i reaviz --save
```

then import a chart type into your JSX element:

```jsx
import { BarChart } from 'reaviz';

const data = [
{ key: 'IDS', data: 14 },
{ key: 'Malware', data: 5 },
{ key: 'DLP', data: 18 }
];

const App = () => ;
```

Checkout this [demo live](https://codesandbox.io/embed/m7rl2z1989) or
visit the [demos page](https://reaviz.github.io/reaviz/) to learn more!

## ๐Ÿ”ญ Development

If you want to run REAVIZ locally, its super easy!

- Clone the repository
- `npm i`
- `npm start`
- Browser opens to Storybook page

## โค๏ธ Contributors

Thanks to all our contributors!