You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
Thanks for pointing this out. The way to disable the graphical part should be to not register the chartConsumer in the application (line 92), but if you comment that line the graph appears again.
Finding out why this happens, we have discovered that the consumers are registered twice: in lines 76 and 77, and in the constructors (lines 71 and 72). We are working on solving this. In the meantime, you can disable the graphic component by commenting lines 77 and 92.
Hi, I am trying to disable the graphical part of the DynamicTSPApplication but i find no way to do it, could someone help me a bit?
The text was updated successfully, but these errors were encountered: