summaryrefslogtreecommitdiff
path: root/public/js/util/trellis-chart.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/util/trellis-chart.js')
-rw-r--r--public/js/util/trellis-chart.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/util/trellis-chart.js b/public/js/util/trellis-chart.js
index cb7c8f1..31cece6 100644
--- a/public/js/util/trellis-chart.js
+++ b/public/js/util/trellis-chart.js
@@ -30,7 +30,7 @@ function trellisChart(anchor, monoGroups) {
var _chart = function() {
if (g.empty()) {
/* Make stuff! */
- var svg = anchor.append("svg").attr("height", 400).attr("class", "mv-chart");
+ var svg = anchor.append("svg").attr("height", 400).attr("width", 400).attr("class", "mv-chart");
/* Group of dimension labels. */
var dimLabelsG = svg
.append("g")