fixed map width

This commit is contained in:
cubedro 2015-04-24 19:50:28 +03:00
parent 08d240fb70
commit 9c880bb192

View File

@ -40,7 +40,7 @@ angular.module('netStatsApp.directives', []).
scope.map = new Datamap({ scope.map = new Datamap({
element: element[0], element: element[0],
scope: 'world', scope: 'world',
width: 600, width: width,
height: 300, height: 300,
fills: { fills: {
success: '#7BCC3A', success: '#7BCC3A',