We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
appConfig.WINDOW_SIZE or windowing.size effectively controls "size"/zoom of the graph presented with each update.
appConfig.WINDOW_SIZE
windowing.size
We can zoom interactively with mouse, but in streaming mode this does not work. The zooms freezes the graph and no updates are shown until zoom-out.
We should add a UI control for https://github.com/nupic-community/nupic.visualizations/blob/master/client/src/app/appCtrl.js#L16 (a slider, numeric entry, ...) so users can set this "zoom" - limiting how much detail will they see as the graph is updating in monitoring mode.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
appConfig.WINDOW_SIZE
orwindowing.size
effectively controls "size"/zoom of the graph presented with each update.We can zoom interactively with mouse, but in streaming mode this does not work. The zooms freezes the graph and no updates are shown until zoom-out.
We should add a UI control for
https://github.com/nupic-community/nupic.visualizations/blob/master/client/src/app/appCtrl.js#L16
(a slider, numeric entry, ...) so users can set this "zoom" - limiting how much detail will they see as the graph is updating in monitoring mode.
The text was updated successfully, but these errors were encountered: