Skip to content

Commit c25a3be

Browse files
committed
Merge branch 'master' into redhat-colors
2 parents 1321a2e + dfe7091 commit c25a3be

30 files changed

+2572
-281
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",

shelly/plotlyjs/static/plotlyjs/src/annotations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ annotations.draw = function(gd, index, opt, value) {
603603
.style('opacity', options.opacity)
604604
.on('click', function() {
605605
gd._dragging = false;
606-
$(gd).trigger('plotly_clickannotation', {
606+
gd.emit('plotly_clickannotation', {
607607
index: index,
608608
annotation: optionsIn,
609609
fullAnnotation: options

0 commit comments

Comments
 (0)