fixed styling

This commit is contained in:
cubedro
2015-08-06 13:54:10 +03:00
parent 95ce5488f1
commit 409af3720e
4 changed files with 80 additions and 88 deletions

View File

@@ -211,13 +211,13 @@ angular.module('netStatsApp.directives', [])
element.empty();
var width = 628,
height = 244;
height = 202;
scope.map = new Datamap({
element: element[0],
scope: 'world',
width: width,
height: 300,
height: 242,
fills: {
success: '#7BCC3A',
info: '#10A0DE',