Anaisdg / Giraffe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giraffe

This is a simple web app that uses Giraffe, InfluxData's visualization library, to create two time series plots.

Getting Started

Installation

Install Giraffe with your package manager

yarn add @influxdata/giraffe or npm install @influxdata/giraffe

Example

  1. In your React code, import the Plot component and the newTable utility function
  import {Plot, newTable} from '@influxdata/giraffe'
  

Run

If using yarn:

cd my-app
yarn start

If using npm

cd my-app
npm start

This project was bootstrapped with Create React App.

About


Languages

Language:JavaScript 81.9%Language:HTML 11.8%Language:CSS 6.4%