fixed map width
This commit is contained in:
parent
08d240fb70
commit
9c880bb192
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user