regl-splom
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -10,2 +10,3 @@ 'use strict' | ||
const rect = require('parse-rect') | ||
const flatten = require('flatten-vertex-data') | ||
@@ -177,3 +178,3 @@ | ||
if (o.data) { | ||
trace.buffer(o.data) | ||
trace.buffer(flatten(o.data)) | ||
trace.columns = o.data.length | ||
@@ -180,0 +181,0 @@ trace.count = o.data[0].length |
{ | ||
"name": "regl-splom", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Scatterplot matrix for 2d plots", | ||
@@ -35,2 +35,3 @@ "main": "./index.js", | ||
"defined": "^1.0.0", | ||
"flatten-vertex-data": "^1.0.2", | ||
"left-pad": "^1.2.0", | ||
@@ -37,0 +38,0 @@ "parse-rect": "^1.2.0", |
@@ -17,3 +17,4 @@ 'use strict' | ||
// TODO | ||
t('typed array data input') | ||
t('float32 array data input') | ||
t('int32 array data input') | ||
@@ -20,0 +21,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
22350
581
12
+ Addedflatten-vertex-data@^1.0.2