esnet / esnet/react-timeseries-charts
Chart not X-Axis scrolling with >1hz
Open
:question: question
- Dominant language
- JavaScript
- Stars
- 876
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
When streaming high frequency time series data, the x-axis doesn't update quicker for time intervals <1s, which leads the data not to align to the x-axis.
This CodeSandbox demo shows:
[https://codesandbox.io/s/my7z73zplx](https://codesandbox.io/s/my7z73zplx)
Is there anyway to force this? In the realtime demo, it is refreshing quicker than 1hz because the timeseries data being pushed in, is faked, so the index is still 1m increments, but forced in at 80ms time periods.
Many thanks!
Contributor guide
Assessment
This issue has not been assessed yet.