aeexplorer
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "aeexplorer", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "An interactive tool that allows users to dynamically query adverse event data in real time.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -21,2 +21,10 @@ /*------------------------------------------------------------------------------------------------\ | ||
//drop filters with 0 or 1 levels and throw a warning | ||
chart.config.variables.filters = chart.config.variables.filters.filter(function(d){ | ||
if(d.values.length<=1){ | ||
console.warn(d.value_col + " filter not shown since the variable has less than 2 levels") | ||
} | ||
return d.values.length>1 | ||
}) | ||
//Clear custom controls. | ||
@@ -23,0 +31,0 @@ selector.selectAll('ul.nav').remove(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
153092
3199
0