Skip to content

UI Interface improvements & new features

Compare
Choose a tag to compare
@LowPowerLab LowPowerLab released this 07 Oct 20:50
· 124 commits to master since this release

This version consists only of changes in index.html.

  • More small-screen friendly and responsive layout (no more label/bubble overlaps). On small screens the node value bubbles will shift down under the node labels:
    image
  • Top menu buttons collapsed in 1 MENU button that slides menu from the side:
    image
  • Show Metric values in Node labels via {MetricLabel} token:
    image
  • Show Node icon in Node edit screen, next to the edit fields, wrapped in a nicer responsive div layout:
    image
  • Hidden nodes show in light red when visible:
    image
  • Graph x-axis scaled correctly when incoming data is plotted.
    This was more of a visual bug, obvious when all data in a view was clustered on the right, and a new point coming in live would remove the first visible node and cut the graph visible Xaxis up to the next visible node. Now when a new point is plotted the graph visible window will slide proportionally to the selected window of visible time.