Starting this thread as a continuation of a conversion from a pull request related to an embedded mode for the Graph+ functionality. This will allow a saved graph to be displayed on a tablet without the controls.
Related PRs, commits and branches:
- PR: Standardisation of the code formatting within the graph files
- PR: A fix for a debugging variable within
graph2.js
- PR: A fix for a console error when deselecting a saved graph
- Commit: Added Refresh / Freeze to the context
- Commit: Further reformatting, based upon the defaults from VSCode but with a tab spacing of 2
- Commit (Branch “Graph±embed”): Added query string parameters
graph
andembed
- Commit (Branch “Graph±embed”): Documentation for new query string parameters and refresh / freeze change
Rendered documentation covering the new query string parameters
Summary of the Graph+ changes
- The
Refresh
/Freeze
status is retained when saving a graph - There’s a new optional query string parameter,
graph
, which can be set to the name of a saved graph so that it’s automatically loaded - There’s a new optional query string parameter,
embed
, which when specified hides all of the controls showing only the graph itself