mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove scale transform from example
This commit is contained in:
@ -89,8 +89,7 @@ $(function(){
|
||||
"stroke-width" : 1
|
||||
},
|
||||
attrsHover : {
|
||||
"stroke-width" : 2,
|
||||
transform : "s1.5"
|
||||
"stroke-width" : 2
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -7772,7 +7771,7 @@ $(function(){
|
||||
fill : "#d90000"
|
||||
},
|
||||
attrsHover :{
|
||||
transform : "s1.5",
|
||||
transform : "s2",
|
||||
"stroke-width" : 2
|
||||
},
|
||||
label :"less than 500 000 inhabitants",
|
||||
|
Reference in New Issue
Block a user