influxdata / giraffe

A foundation for visualizations in the InfluxDB UI
https://influxdata.github.io/giraffe/
MIT License
182 stars 33 forks source link

Giraffe

Slack Status

A React-based visualization library powering the data visualizations in the InfluxDB 2.0 UI.

giraffe

Features

There are plenty of terrific visualization libraries in the JavaScript ecosystem. Giraffe aims to distinguish itself with several features:

Demos

See the visualizations in action using Storybook.

Sample Code

See a listing of sample projects that render different types of visualizations.

Getting Started

Installation

Install Giraffe with your package manager:

yarn add @influxdata/giraffe

or

npm install @influxdata/giraffe

Example

See the Quick Start Guide for an example.

Development

To contribute to Giraffe, see the contributing guide.

Looking for details on the configuration? See the configuration guide.