I know that you can create dashboards in a separate tab using node-red-dashboard. However is it possible to have actual visualizations in the admin editor itself? For example might it be possible for part of the DAG to include a chart of the output of a node of some kind, right there in the editor? The idea is this:
I guess another version of the question is whether or not appearance of custom nodes is limited to what is shown here:
https://nodered.org/docs/creating-nodes/appearance
Are there no other javascript "hooks" we can use to target the admin editor with other visual things? Or do such things have to live in another tab.