/// /** * Testing d3 Global obtained from UMD definition */ // Ability to access d3-select related properties let d: d3.Selection = d3.selection(); // TODO: complete tests