e.g., ```d3.selectAll(`#${that.options.statstable.containerid} table`).style("display", null);``` is compressed to ```d3.selectAll(`#${that.options.statstable.containerid}table`).style("display",null);``` Note the missing space between `}` and `table`