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

Add graph for history of JSON values #77

Closed
tjorim opened this issue Mar 11, 2019 · 4 comments
Closed

Add graph for history of JSON values #77

tjorim opened this issue Mar 11, 2019 · 4 comments

Comments

@tjorim
Copy link

tjorim commented Mar 11, 2019

Similar to #31, but let users plot values in json topics as well; instead of only plotting numeric topics.

@thomasnordquist
Copy link
Owner

thomasnordquist commented Mar 11, 2019

How would you go about it?

I thought about maybe shallow scan (first hierarchical level) of the json and plot those numbers.
One might also need to be able to select the plotted fields.

Axis scaling might be difficult:
A Unix timestamp is rather big compared to a temperature reading, plotting both and auto-scale the axis would make the temperature reading insignificant.

Few thoughts/ideas:

  • Add a "Plot" window that plots all values in their own graphs
  • Add a combined plot but try to group/filter plots with similar magnitude
  • Add a configuration for combined plots
  • Add a configuration which field shall be used as time-base (instead of receive time)

@thomasnordquist
Copy link
Owner

Coming soon, current status as of 9e15e28
Bildschirmfoto 2019-06-04 um 22 00 30

@thomasnordquist
Copy link
Owner

By clicking on the Chart Icon, the chart will be added to a separate panel.

Bildschirmfoto 2019-06-16 um 20 17 44

@thomasnordquist
Copy link
Owner

Released with v0.3.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants