Skip to content

Commit 3ba031f

Browse files
committed
parcoords - squashed commit
1 parent e94b1d1 commit 3ba031f

38 files changed

+58428
-6
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Plotly.register([
1818
require('./histogram'),
1919
require('./histogram2d'),
2020
require('./histogram2dcontour'),
21+
require('./parcoords'),
2122
require('./pie'),
2223
require('./contour'),
2324
require('./scatterternary'),

lib/parcoords.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
* Copyright 2012-2016, Plotly, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the MIT license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
8+
9+
'use strict';
10+
11+
module.exports = require('../src/traces/parcoords');

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@
7979
"mapbox-gl": "^0.22.0",
8080
"mouse-change": "^1.1.1",
8181
"mouse-wheel": "^1.0.2",
82-
"ndarray": "^1.0.16",
82+
"ndarray": "^1.0.18",
8383
"ndarray-fill": "^1.0.1",
8484
"ndarray-homography": "^1.0.0",
8585
"ndarray-ops": "^1.2.2",
86+
"regl": "^1.3.0",
8687
"right-now": "^1.0.0",
8788
"robust-orientation": "^1.1.3",
8889
"sane-topojson": "^2.0.0",
@@ -102,6 +103,7 @@
102103
"fs-extra": "^1.0.0",
103104
"fuse.js": "^2.2.0",
104105
"glob": "^7.0.0",
106+
"glslify": "^6.0.1",
105107
"gzip-size": "^3.0.0",
106108
"image-size": "^0.5.0",
107109
"jasmine-core": "^2.4.1",

0 commit comments

Comments
 (0)