display chart only when simulations finished
This commit is contained in:
@@ -154,6 +154,9 @@ export const useSimulationStore = defineStore('dashboard', {
|
||||
getRound(
|
||||
state.mean[strategy].totalDaysSum,
|
||||
state.mean[strategy].simulations
|
||||
)
|
||||
),
|
||||
hasSimulationFinished: (state) =>
|
||||
state.requestedSimulation > 0 &&
|
||||
state.requestedSimulation === state.simulationsDone
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user