Untitled

 avatar
unknown
plain_text
2 years ago
572 B
3
Indexable
          fonduri_component.addEventListener("value_update", (event) => {
            //graph_component.active = true;
			fond_selected = event.detail.value;
			updateRandamentFond();
			graph_component.active = true;
			updateGraph(fond_selected);
			toggleGraph();
			updateAflaMaiMult();
			document.querySelector("#detalii_fond").style.margin = "37px 32px 0px 0px";
			document.querySelector("#afla_mai_mult").style.margin = "37px 0px 0px 146px";
			handleOptionSelection(event.detail.value);
			updateNivelRisc();
			calculateGraphLimits();
          });
Editor is loading...