Skip to content

Commit

Permalink
Update USV.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cathrynploehn-NIST committed Jul 10, 2015
1 parent 9f30a2d commit cfffc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/USV.js
Original file line number Diff line number Diff line change
Expand Up @@ -3157,7 +3157,7 @@ var USV = USV || {};
}
},
getDomain:function ( key , visualizationKey ) {
if( visualizationKey == "global" ){
if( visualizationKey == "global" || visualizationKey == "parcoords-overview"){
var min = this.domainVal.global.min;
var max = this.domainVal.global.max;
} else {
Expand Down

0 comments on commit cfffc25

Please sign in to comment.