0.0.6 • Published 3 months ago

@arction/react-time-series-chart v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

react-time-series-chart

react-time-series-chart is a simple but powerful React component for interactive, heavy-duty Time Series Charts

Installation

npm i @arction/react-time-series-chart

Why react-time-series-chart?

NPM has many React data visualization packages available. Most of them are built by utilizing some JavaScript data visualization library, such as chart.js, d3.js, etc. react-time-series-chart is based on LightningChart JS, the most powerful charting solution in the world. This gives it several incredible advantages compared to other options:

  1. Incredible loading speed and data capacity

react-time-series-chart can display a data set with 10 million data points in 0.1 seconds.

  1. Built-in Time Series support

No more hacks with tick placement and label formatting. Input data directly from a database with UTC timestamps and enjoy built-in Time Series support.

  1. Out of the box analysis tools and user interactions

No extra work needed for data cursors, panning, zooming, etc.

  1. Lightning-fast rendering speed

All operations, interactions, updates etc. are refreshed with 60 FPS - always. No more laggy user experiences.

  1. Modern graphics, visual look, animated quality of life experience

By default, react-time-series-chart looks stunning and modern. If you need old printed-paper style charts, that is also easily possible by changing the Color Theme.

Documentation

For more information check our github page