gl-scatter-plot
Advanced tools
Comparing version 5.5.0 to 5.5.1
{ | ||
"name": "gl-scatter-plot", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "3D scatter plot", | ||
@@ -5,0 +5,0 @@ "main": "pointcloud.js", |
@@ -308,6 +308,6 @@ 'use strict' | ||
if(Array.isArray(options.project)) { | ||
this.axesProject = options.project | ||
} else { | ||
var v = !!options.project | ||
this.axesProject = [v,v,v] | ||
} else { | ||
this.axesProject = options.project | ||
} | ||
@@ -314,0 +314,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
467720