regl-splom
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,2 @@ 'use strict' | ||
const createScatter = require('regl-scatter2d/scatter') | ||
const flatten = require('flatten-vertex-data') | ||
const pick = require('pick-by-alias') | ||
@@ -178,3 +177,3 @@ const getBounds = require('array-bounds') | ||
if (o.data) { | ||
trace.buffer(flatten(o.data)) | ||
trace.buffer(o.data) | ||
trace.columns = o.data.length | ||
@@ -181,0 +180,0 @@ trace.count = o.data[0].length |
{ | ||
"name": "regl-splom", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Scatterplot matrix for 2d plots", | ||
@@ -35,3 +35,2 @@ "main": "./index.js", | ||
"defined": "^1.0.0", | ||
"flatten-vertex-data": "^1.0.0", | ||
"left-pad": "^1.2.0", | ||
@@ -38,0 +37,0 @@ "parse-rect": "^1.2.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
11
22144
576
- Removedflatten-vertex-data@^1.0.0