Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature - collect and chart live data #5

Open
jxmot opened this issue Oct 28, 2020 · 0 comments
Open

New feature - collect and chart live data #5

jxmot opened this issue Oct 28, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request investigating Issue is being investigated, will need to determine overall effort vs reward and all risks involved.

Comments

@jxmot
Copy link
Owner

jxmot commented Oct 28, 2020

Create a configurable mode that will allow for the charting of live data.

Possible resulting issue(s):

  • Repainting the chart might be noticeable when updating data
  • The apex chart plug in may not be suitable for live data. Early tests with apex showed that adding data to a series while charting it will cause the scale to compress.

Possible implementations:

  1. New data is applied to the chart in "clusters". For example, collect 1 hour(configurable) of data and then update the series.
  2. Remove an equal quantity of series data points for those that are added. Should keep the scaling from occurring
  3. TBD
@jxmot jxmot added enhancement New feature or request investigating Issue is being investigated, will need to determine overall effort vs reward and all risks involved. labels Oct 28, 2020
@jxmot jxmot self-assigned this Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigating Issue is being investigated, will need to determine overall effort vs reward and all risks involved.
Projects
None yet
Development

No branches or pull requests

1 participant