React Timeseries Charts Components

Description:

This library contains a set of modular charting components used for building flexible interactive charts. It was built for React from the ground up, specifically to visualize timeseries data and network traffic data in particular. Low level elements are constructed using d3, while higher level composability is provided by React. Charts can be stacked as rows, overlaid on top of each other, or any combination, all in a highly declarative manner.

Features:

  • Declarative layout of charts using JSX
  • Interactivity, including pan and zoom
  • Add new chart types or overlays
  • Multiple axis, multiple rows
  • Line, area, scatter charts
  • Brushing
  • Timeseries tables
  • Bar charts to compare multiple TimeSeries
  • Legends
  • Baseline and TimeRange markers

Previews:

Stacked continents example

Stacked continents example

Weather example

Add Comment