fixed map width

This commit is contained in:
cubedro 2015-04-24 19:50:28 +03:00
parent 08d240fb70
commit 9c880bb192
1 changed files with 1 additions and 1 deletions

View File

@ -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',