From 9c880bb192ff7d737bac1ba36ede6aa3dd81dca2 Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 24 Apr 2015 19:50:28 +0300 Subject: [PATCH] fixed map width --- public/js/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/directives.js b/public/js/directives.js index c54c7d2..afba238 100644 --- a/public/js/directives.js +++ b/public/js/directives.js @@ -40,7 +40,7 @@ angular.module('netStatsApp.directives', []). scope.map = new Datamap({ element: element[0], scope: 'world', - width: 600, + width: width, height: 300, fills: { success: '#7BCC3A',