#1110 Zoom in a bit

This commit is contained in:
Knut Sveidqvist 2019-12-03 22:48:55 +01:00
parent c337c9128c
commit 02854881b4

View File

@ -100,7 +100,7 @@ export const draw = function(text, id) {
// diagram.attr('height', height);
// Zoom in a bit
diagram.attr('width', width);
diagram.attr('width', width * );
// diagram.attr('height', bounds.height * 3 + conf.padding * 2);
diagram.attr(
'viewBox',