phenix-react-gum-configuration
Advanced tools
Comparing version 2017.4.3 to 2017.4.4
{ | ||
"name": "phenix-react-gum-configuration", | ||
"version": "2017.4.3", | ||
"version": "2017.4.4", | ||
"description": "Get-User-Media selection and configuration component", | ||
@@ -5,0 +5,0 @@ "main": "dist/phenix-react-gum-configuration.min.js", |
@@ -123,3 +123,3 @@ /** | ||
.attr('height', function (d) { | ||
return height - scale.y(d); | ||
return scale.y(0) - scale.y(d); | ||
}); | ||
@@ -166,2 +166,2 @@ svg.append('text') | ||
export default AudioVolumeVisualization; | ||
export default AudioVolumeVisualization; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1396454
1057
0