As part of the 8.1.2 release, we added a bunch of visibility toggles to give better control over the persistent UI elements in the Power Chart. Check out config.visibility.showTagBrowser
and config.visibility.buttons.showTagBrowserButton
. The former will show/hide the tag browser, and the latter will show/hide the the button that lets you open/close the tag browser. You could have a script that sets both to false
, based on the user, to keep the tag browser from being opened.
2 Likes