Skip to content

Commit 3bb461b

Browse files
Merge branch 'master' of github.com:plotly/streambed into toolmenu-style-methods
Conflicts: shelly/toolpanel/bin/watch-standalone.sh
2 parents e04f01a + 1991934 commit 3bb461b

32 files changed

+2374
-303
lines changed

shelly/plotlyjs/static/plotlyjs/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@
1616
"d3": "3.3.5",
1717
"delaunay-triangulate": "^1.1.6",
1818
"es6-promise": "^3.0.2",
19+
"gl-error2d": "^1.0.0",
1920
"gl-error3d": "^1.0.0",
21+
"gl-line2d": "^1.2.1",
2022
"gl-line3d": "^1.0.1",
2123
"gl-mat4": "^1.1.2",
2224
"gl-mesh3d": "^1.0.4",
25+
"gl-plot2d": "^1.1.6",
2326
"gl-plot3d": "^1.3.0",
27+
"gl-scatter2d": "^1.0.5",
28+
"gl-scatter2d-fancy": "^1.1.1",
2429
"gl-scatter3d": "^1.0.4",
30+
"gl-select-box": "^1.0.1",
31+
"gl-spikes2d": "^1.0.1",
2532
"gl-surface3d": "^1.0.6",
2633
"mouse-change": "^1.1.1",
2734
"mouse-wheel": "^1.0.2",
@@ -30,6 +37,7 @@
3037
"ndarray-homography": "^1.0.0",
3138
"ndarray-ops": "^1.2.2",
3239
"right-now": "^1.0.0",
40+
"robust-orientation": "^1.1.3",
3341
"superscript-text": "^1.0.0",
3442
"through2": "^2.0.0",
3543
"tinycolor2": "1.1.2",

0 commit comments

Comments
 (0)