Skip to content

Commit

Permalink
Company-level: update plots and selectors after go
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaFu committed Jan 10, 2025
1 parent 0cbc112 commit f9c27f9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/routes/company_view.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@
fetchExposureStats();
if (checkDataAvailability()) {
showAnalysisHideAlert();
updateScenarioSourceSelector();
updateScenarioSelector();
updateAllocationMethodSelector();
fetchCompanyBubble();
fetchCompanyTechmix();
} else {
Expand Down Expand Up @@ -334,13 +337,7 @@
setValuesSectorSelectors();
setValuesAssetClassSelector();
updateScenarioSourceSelector();
updateScenarioSelector();
updateAllocationMethodSelector();
addEventListeners();
fetchExposureStats();
fetchCompanyBubble();
fetchCompanyTechmix();
});
</script>

Expand Down

0 comments on commit f9c27f9

Please sign in to comment.