From 8289b028cf61ef2debf3c431a0d6e1e076557215 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 25 Aug 2021 10:48:27 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03928=20Limit=20impact=20analysis=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/simple_graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/simple_graph.js b/js/simple_graph.js index f36aa8910..544707a6d 100644 --- a/js/simple_graph.js +++ b/js/simple_graph.js @@ -66,7 +66,7 @@ $(function() this.bInUpdateSliderZoom = false; this.bRedrawNeeded = false; - this.oPaper = Raphael(this.element.get(0), 16*this.element.width(), 16*this.element.height()); + this.oPaper = Raphael(this.element.get(0), this.element.width(), this.element.height()); this.element .addClass('panel-resized')