our european investments
we make venture and growth investments in the critical sectors of the path to net zero. from decarbonizing supply, electrifying demand to the hard part in-between of building the digital, secure infrastructure – clean generation – storage- mobility- smart home- digitization & cyber security
function initViz() {
var containerDiv = document.getElementById("vizContainer"),
url = "http://public.tableau.com/views/RegionalSampleWorkbook/Storms",
options = {
hideTabs: true,
onFirstInteractive: function () {
console.log("Run this code when the viz has finished loading.");
}
};
var viz = new tableau.Viz(containerDiv, url, options);
// Create a viz object and embed it in the container div.
}