ogobrecht / d3-force-apex-plugin

Oracle APEX Region Type Plugin: D3 Force Network Chart

Home Page:https://ogobrecht.github.io/d3-force-apex-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

customize link

Andr700203 opened this issue · comments

Hello, Ottmar.

Question: how can I remove the customize link
default

I did:
default

where SERV_MODULE_CONTENT - static id region,
this does not work

Thanks,
Best regards, Andrey.

Hi,

with yourGraphVariable.customize(true) you start the customization wizard. With yourGraphVariable.customize(false) you stop the wizard. The link to the customization wizard is only shown, when the graph is in debug mode (in the Oracle APEX plugin this mode is automatically entered, when there is an Application Builder session - end users without such an session don't see the link except you set the debug explicitly by calling yourGraphVariable.debug(true). You can of course switch off the debug mode (which should never be set in an production environment because it writes many infos to the browser console) with this command: yourGraphVariable.debug(false).

Please refer also to the docs:

Best regards
Ottmar