-
Notifications
You must be signed in to change notification settings - Fork 10
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
Show multiple sensitivities in TimeSeriesSensitivities module #301
Show multiple sensitivities in TimeSeriesSensitivities module #301
Conversation
a8136a0
to
d2c3d74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Like the functionality!
I would like to get some message in the Tornado Chart when a time step is not selected. It can be difficult to see/know that the Tornado Chart
awaits a click in the Simulation Time Series per sensitivity
-module to get an active time stamp. Not sure what is the best way to inform the user of this?
Otherwise some minor comments.
frontend/src/modules/SimulationTimeSeriesSensitivity/queryHooks.tsx
Outdated
Show resolved
Hide resolved
frontend/src/modules/SimulationTimeSeriesSensitivity/settings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/modules/SimulationTimeSeriesSensitivity/settings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/modules/SimulationTimeSeriesSensitivity/settings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/modules/SimulationTimeSeriesSensitivity/settings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/modules/SimulationTimeSeriesSensitivity/simulationTimeSeriesChart/traces.ts
Show resolved
Hide resolved
frontend/src/modules/SimulationTimeSeriesSensitivity/simulationTimeSeriesChart/traces.ts
Outdated
Show resolved
Hide resolved
dca5054
to
1f040ca
Compare
frontend/src/modules/SimulationTimeSeriesSensitivity/settings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/modules/SimulationTimeSeriesSensitivity/settings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/modules/SimulationTimeSeriesSensitivity/settings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/modules/SimulationTimeSeriesSensitivity/settings.tsx
Outdated
Show resolved
Hide resolved
cd01027
to
e025de4
Compare
Option to show more than one sensitivity in TimeSeriesSensitivities module.
Rename module and template.
Awaits #315