This commit is contained in:
Azgaar 2019-10-19 01:03:21 +03:00
parent f7a3eafe1f
commit 69e81a0cbe

View file

@ -873,6 +873,7 @@ function parseLoadedData(data) {
// v 1.11 replaced "display" attribute by "display" style
viewbox.selectAll("g").each(function() {
if (this.hasAttribute("display")) this.removeAttribute("display");
fogging.style("display", "none");
});
}