You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Top menu buttons collapsed in 1 MENU button that slides menu from the side:
Show Metric values in Node labels via {MetricLabel} token:
Show Node icon in Node edit screen, next to the edit fields, wrapped in a nicer responsive div layout:
Hidden nodes show in light red when visible:
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.