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

Graph - evaluate automatically splitting graph when units don't match #250

Open
smalers opened this issue Feb 28, 2023 · 0 comments
Open
Assignees
Labels
enhancement low Priority: planned for future

Comments

@smalers
Copy link
Contributor

smalers commented Feb 28, 2023

Subject of the issue

Because TSTool reads data from many sources, it can be difficult to automatically format graphs. For example, no title is defined. Currently, incompatible units result in a warning. The user can continue graphing, but the time series values may not show well because of the different units.

An option would be to automatically split the output into separate graph areas based on units. Users can do this themselves by editing the graph properties, but the average user may not know about this functionality.

Implementing the auto-split may be an irritation to some users. Maybe when the warning is shown provide an option to automatically split. This could be accomplished by adjusting the time series product in memory before it is displayed. The warning is helpful because it alerts users that they may be selecting time series with different units and often they ether need to select alternate time series or adjust a workflow to ensure that users are set.

Environment

  • TSTool as of version 14.6.0
@smalers smalers added enhancement low Priority: planned for future labels Feb 28, 2023
@smalers smalers self-assigned this Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement low Priority: planned for future
Projects
None yet
Development

No branches or pull requests

1 participant