@arction/react-time-series-chart
v0.0.6
Published
A React component for interactive, heavy-duty Time Series Charts
Downloads
37
Readme
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:
- Incredible loading speed and data capacity
react-time-series-chart
can display a data set with 10 million data points in 0.1 seconds.
- 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.
- Out of the box analysis tools and user interactions
No extra work needed for data cursors, panning, zooming, etc.
- Lightning-fast rendering speed
All operations, interactions, updates etc. are refreshed with 60 FPS - always. No more laggy user experiences.
- 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