I'd like to be able to do something like feed a list of chart IDs to the SFC Monitor so that it doesn't get bogged down by mostly inconsequential SFCs. Especially because it is constantly rearranging itself as SFCs activate and deactivate, it quickly renders the widget functionally useless.
Is there a way for me to explicitly define which charts should be shown in the monitor? Additionally, is there a way to keep them from disappearing 10s after ending, or to adjust that timeout? Seems to be a lot happening under the hood of the SFC monitor, yet there are very few apparent hooks for scripting or adjusting the settings.
My best guess so far is that I can set the instanceId that is being monitored, but that is only useful if I want to disable the other built in features of the monitor and build my own browser (which is a pretty bad feeling solution when there is already this widget).