Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i disable the graphical part of the application of the DynamicTSPApplication? #6

Open
alu0100881677 opened this issue Apr 5, 2018 · 2 comments

Comments

@alu0100881677
Copy link

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?

@ajnebro
Copy link
Contributor

ajnebro commented Apr 5, 2018

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.

Regards

Antonio

@alu0100881677
Copy link
Author

Thank you, so grateful for the feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants