Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update to latest master
  • Loading branch information
John Soklaski committed Mar 1, 2016
commit ba01b790b0558a5a7c33c637fd33ec7ddb8846b9
1 change: 1 addition & 0 deletions src/plots/cartesian/graph_interact.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ function hover(gd, evt, subplot) {

var fullLayout = gd._fullLayout,
plotinfo = fullLayout._plots[subplot],

//If the user passed in an array of subplots, use those instead of finding overlayed plots
subplots = Array.isArray(subplot) ?
subplot :
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.