updated trusted nodes

This commit is contained in:
cubedro
2015-06-13 06:16:29 +03:00
parent 60cd4bdf73
commit c3be041009
2 changed files with 11 additions and 9 deletions

View File

@@ -296,7 +296,8 @@ angular.module('netStatsApp.directives', [])
scope: {
data: '='
},
link: function(scope, element, attrs) {
link: function(scope, element, attrs)
{
var margin = {top: 0, right: 0, bottom: 0, left: 0};
var width = 280 - margin.left - margin.right,
height = 63 - margin.top - margin.bottom;