rename - 2nd phase

This commit is contained in:
Maxime Beauchemin
2016-03-18 08:52:50 -07:00
parent be6b2fe556
commit f79aca1796
141 changed files with 5 additions and 17420 deletions

View File

@@ -36,7 +36,8 @@ function tableVis(slice) {
}
var table = d3.select(slice.selector).append('table')
.classed('dataframe dataframe table table-striped table-bordered table-condensed table-hover dataTable no-footer', true);
.classed('dataframe dataframe table table-striped table-bordered table-condensed table-hover dataTable no-footer', true)
.attr('width', '100%');
table.append('thead').append('tr')
.selectAll('th')